We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40c338c commit 0fb96dbCopy full SHA for 0fb96db
setup.py
@@ -131,7 +131,7 @@
131
setup_requires=PYTEST_RUNNER,
132
test_suite="tests",
133
tests_require=[
134
- "pytest >= 6.2, < 7.3",
+ "pytest >= 6.2, < 7.4",
135
"mock >= 2.0.0",
136
"pytest-mock >= 1.10.0",
137
"pytest-httpserver",
test-requirements.txt
@@ -1,4 +1,4 @@
1
-pytest >= 6.2, < 7.3
+pytest >= 6.2, < 7.4
2
pytest-xdist
3
pytest-httpserver
4
mock >= 2.0.0
0 commit comments