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 c795a91 commit ebbbd41Copy full SHA for ebbbd41
setup.py
@@ -130,7 +130,7 @@
130
setup_requires=PYTEST_RUNNER,
131
test_suite="tests",
132
tests_require=[
133
- "pytest >= 6.2, < 7.1",
+ "pytest >= 6.2, < 7.2",
134
"mock >= 2.0.0",
135
"pytest-mock >= 1.10.0",
136
"arcp >= 0.2.0",
test-requirements.txt
@@ -1,4 +1,4 @@
1
-pytest >= 6.2, < 7.1
+pytest >= 6.2, < 7.2
2
pytest-xdist
3
mock >= 2.0.0
4
pytest-mock >= 1.10.0
0 commit comments