We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6552d1c commit 9e6c6e7Copy full SHA for 9e6c6e7
setup.py
@@ -21,7 +21,7 @@ def get_version():
21
'functools32>=3.2.3-2;python_version<"3.0"',
22
]
23
tests_require = [
24
- "pytest>=3.10.1",
+ "pytest<8",
25
"pytest-cov",
26
"pytest-lazy-fixture>=0.6.2",
27
"mock",
0 commit comments