Skip to content

Commit 4a11a20

Browse files
simonfagerholmTinche
authored andcommitted
Add max supported pytest version to < 5.4.0 to prevent fails until #141 is fixed.
1 parent b305594 commit 4a11a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def find_version():
4040
"Framework :: Pytest",
4141
],
4242
python_requires=">= 3.5",
43-
install_requires=["pytest >= 3.6.0"],
43+
install_requires=["pytest >= 3.6.0, < 5.4.0"],
4444
extras_require={
4545
':python_version == "3.5"': "async_generator >= 1.3",
4646
"testing": [

0 commit comments

Comments
 (0)