8000
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 5e41bda commit 5e5e55cCopy full SHA for 5e5e55c
setup.py
@@ -151,7 +151,7 @@
151
test_suite="tests",
152
tests_require=[
153
"bagit >= 1.6.4, < 1.9",
154
- "pytest >= 6.2, < 8.2",
+ "pytest >= 6.2, < 8.3",
155
"mock >= 2.0.0",
156
"pytest-mock >= 1.10.0",
157
"pytest-httpserver",
test-requirements.txt
@@ -1,5 +1,5 @@
1
bagit>=1.6.4,<1.9
2
-pytest>= 6.2,< 8.2
+pytest>= 6.2,< 8.3
3
pytest-xdist>=3.2.0 # for the worksteal scheduler
4
psutil # enhances pytest-xdist to allow "-n logical"
5
pytest-httpserver
0 commit comments