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 9e1eb1d commit 15a4f64Copy full SHA for 15a4f64
setup.py
@@ -139,7 +139,7 @@
139
test_suite="tests",
140
tests_require=[
141
"bagit >= 1.6.4, < 1.9",
142
- "pytest >= 6.2, < 7.4",
+ "pytest >= 6.2, < 7.5",
143
"mock >= 2.0.0",
144
"pytest-mock >= 1.10.0",
145
"pytest-httpserver",
test-requirements.txt
@@ -1,5 +1,5 @@
1
bagit >= 1.6.4, <1.9
2
-pytest >= 6.2, < 7.4
+pytest >= 6.2, < 7.5
3
pytest-xdist
4
pytest-httpserver
5
mock >= 2.0.0
0 commit comments