Skip to content

Commit

Permalink
exclude expecttest==0.2.0 (#8185)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier authored Dec 28, 2023
1 parent ae6b134 commit f52fd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/unittest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -euo pipefail
eval "$($(which conda) shell.bash hook)" && conda deactivate && conda activate ci

echo '::group::Install testing utilities'
pip install --progress-bar=off pytest pytest-mock pytest-cov expecttest==0.1.6
pip install --progress-bar=off pytest pytest-mock pytest-cov expecttest!=0.2.0
echo '::endgroup::'

python test/smoke_test.py
Expand Down

0 comments on commit f52fd33

Please sign in to comment.