Thanks to visit codestin.com Credit goes to github.com
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.
1 parent e8d9bbd commit bc3f0b7Copy full SHA for bc3f0b7
2 files changed
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