From fe0f86129c639a04bf5531693178cc258fdc1a07 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Wed, 16 Oct 2019 08:17:38 -0600 Subject: [PATCH] Fix required pytest version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 97ef4603..8c074a24 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ def find_version(): "Framework :: Pytest", ], python_requires=">= 3.5", - install_requires=["pytest >= 3.0.6"], + install_requires=["pytest >= 3.6.0"], extras_require={ ':python_version == "3.5"': "async_generator >= 1.3", "testing": [