summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2018-08-10 19:47:13 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2018-08-10 19:57:04 +0300
commite60e5b0ee11258a2f50e9fc9464c98c03856dbd3 (patch)
treef7e1767a22ebae3feeca7f448d8a26e90df8eda8
parent3923b293e42c4f19dd370f400f077ce44847dc64 (diff)
downloadapscheduler-e60e5b0ee11258a2f50e9fc9464c98c03856dbd3.tar.gz
Limited Pytest to <3.7 due to a recursion error at collection
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e5ff3d4..6bb57db 100644
--- a/setup.py
+++ b/setup.py
@@ -54,7 +54,7 @@ setup(
'twisted': ['twisted'],
'zookeeper': ['kazoo'],
'testing': [
- 'pytest',
+ 'pytest < 3.7',
'pytest-cov',
'pytest-tornado5'
],