From 4a11a206fbcf88ee18cbed2d01041e61c20a9a48 Mon Sep 17 00:00:00 2001 From: simonfagerholm Date: Mon, 23 Mar 2020 11:03:22 +0100 Subject: [PATCH] Add max supported pytest version to < 5.4.0 to prevent fails until #141 is fixed. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": [