We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ced372 commit d771234Copy full SHA for d771234
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