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 5f30c8e commit 2a922abCopy full SHA for 2a922ab
setup.py
@@ -121,7 +121,7 @@
121
setup_requires=PYTEST_RUNNER,
122
test_suite="tests",
123
tests_require=[
124
- "pytest < 7",
+ "pytest == 6.0.2",
125
"mock >= 2.0.0",
126
"pytest-mock >= 1.10.0",
127
"arcp >= 0.2.0",
test-requirements.txt
@@ -1,4 +1,4 @@
1
-pytest < 7
+pytest == 6.0.2
2
mock >= 2.0.0
3
pytest-mock >= 1.10.0
4
pytest-cov
0 commit comments