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 ca16314 commit 60ddadbCopy full SHA for 60ddadb
setup.py
@@ -129,7 +129,7 @@
129
test_suite="tests",
130
tests_require=[
131
"bagit >= 1.6.4, < 1.9",
132
- "pytest >= 6.2, < 8.1",
+ "pytest >= 6.2, < 8.2",
133
"mock >= 2.0.0",
134
"pytest-mock >= 1.10.0",
135
"pytest-httpserver",
test-requirements.txt
@@ -1,5 +1,5 @@
1
bagit>=1.6.4,<1.9
2
-pytest>= 6.2,< 8.1
+pytest>= 6.2,< 8.2
3
pytest-xdist
4
pytest-httpserver
5
mock>=2.0.0
0 commit comments