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