We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8d9bbd + bc3f0b7 commit 839d08aCopy full SHA for 839d08a
environment.yml
@@ -55,7 +55,7 @@ dependencies:
55
- psutil
56
- pre-commit
57
- pydocstyle>=5.1.0
58
- - pytest!=4.6.0,!=5.4.0
+ - pytest!=4.6.0,!=5.4.0,!=8.1.0
59
- pytest-cov
60
- pytest-rerunfailures
61
- pytest-timeout
requirements/testing/all.txt
@@ -4,7 +4,7 @@ black<24
4
certifi
5
coverage!=6.3
6
psutil
7
-pytest!=4.6.0,!=5.4.0
+pytest!=4.6.0,!=5.4.0,!=8.1.0
8
pytest-cov
9
pytest-rerunfailures
10
pytest-timeout
0 commit comments