Skip to content

Commit

Permalink
Add max supported pytest version to < 5.4.0 to prevent fails until #141
Browse files Browse the repository at this point in the history
… is fixed.
  • Loading branch information
simonfagerholm authored and Tinche committed Mar 29, 2020
1 parent b305594 commit 4a11a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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": [
Expand Down

0 comments on commit 4a11a20

Please sign in to comment.