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 b305594 commit 4a11a20Copy full SHA for 4a11a20
setup.py
@@ -40,7 +40,7 @@ def find_version():
40
"Framework :: Pytest",
41
],
42
python_requires=">= 3.5",
43
- install_requires=["pytest >= 3.6.0"],
+ install_requires=["pytest >= 3.6.0, < 5.4.0"],
44
extras_require={
45
':python_version == "3.5"': "async_generator >= 1.3",
46
"testing": [
0 commit comments