diff --git a/setup.py b/setup.py index 8c074a24..bb5cf0ad 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ def find_version(): "Framework :: Pytest", ], python_requires=">= 3.5", - install_requires=["pytest >= 3.6.0"], + install_requires=["pytest >= 3.6.0, < 5.4.0"], extras_require={ ':python_version == "3.5"': "async_generator >= 1.3", "testing": [