We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 273182a commit b2383d4Copy full SHA for b2383d4
.github/scripts/unittest.sh
@@ -8,7 +8,7 @@ set -euo pipefail
8
eval "$($(which conda) shell.bash hook)" && conda deactivate && conda activate ci
9
10
echo '::group::Install testing utilities'
11
-pip install --progress-bar=off pytest pytest-mock pytest-cov expecttest
+pip install --progress-bar=off "pytest<8" pytest-mock pytest-cov expecttest
12
echo '::endgroup::'
13
14
python test/smoke_test.py
.github/workflows/tests.yml
@@ -164,7 +164,7 @@ jobs:
164
165
166
167
- pip install --progress-bar=off pytest
+ pip install --progress-bar=off "pytest<8"
168
169
170
echo '::group::Run extended unittests'
0 commit comments