summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a555ba5..e5ff3d4 100644
--- a/setup.py
+++ b/setup.py
@@ -56,7 +56,7 @@ setup(
'testing': [
'pytest',
'pytest-cov',
- 'pytest-tornado'
+ 'pytest-tornado5'
],
'testing:python_version == "2.7"': ['mock'],
'testing:python_version != "2.7"': ['pytest_asyncio < 0.6.0']