From 282a1c0656b9cf27d73a9418a10ca615845c97f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Tue, 10 Oct 2017 00:02:01 +0300 Subject: Fixed asyncio tests on Python 3.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e133e6f..72487af 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ setup( 'pytest-tornado' ], 'testing:python_version == "2.7"': ['mock'], - 'testing:python_version != "2.7"': ['pytest_asyncio'] + 'testing:python_version != "2.7"': ['pytest_asyncio < 0.6.0'] }, zip_safe=False, entry_points={ -- cgit v1.2.1