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.
2 parents 9b5897e + 4e56693 commit f1f0e84Copy full SHA for f1f0e84
setup.py
@@ -47,6 +47,6 @@
47
],
48
zip_safe=True,
49
setup_requires=[] + PYTEST_RUNNER,
50
- tests_require=["pytest < 5.3.0"],
+ tests_require=["pytest < 5.4.0"],
51
test_suite="tests",
52
)
test-requirements.txt
@@ -1,3 +1,3 @@
1
-pytest < 5.3.0
+pytest < 5.4.0
2
pytest-runner
3
pytest-cov
0 commit comments