From 777a412698f9eaee43856cab20d7a0966cb51fbd Mon Sep 17 00:00:00 2001 From: davebshow <davebshow@gmail.com> Date: Sat, 10 Sep 2016 16:31:09 -0400 Subject: [PATCH] minor rollback in setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4e95994..db6494c 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( ], test_suite="tests", setup_requires=['pytest-runner'], - tests_require=['pytest-asyncio', 'pytest>=3.0.2'], + tests_require=['pytest-asyncio', 'pytest'], classifiers=[ 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', -- GitLab