summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2020-10-06 21:12:57 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2020-10-06 21:12:57 +0300
commit43f564d3851ad9b0f45ad76d74caefb623154128 (patch)
treeee552d5ea97e9e32a9a405a84c14fb0adc452b07
parentb773c79ac5055dc427f09c9452f34fa72a457f90 (diff)
downloadapscheduler-43f564d3851ad9b0f45ad76d74caefb623154128.tar.gz
Pinned pytest to < 6.0
Pytest 6.0 breaks test collection on Python 3.5.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 65ce612..1531cb1 100644
--- a/setup.py
+++ b/setup.py
@@ -55,7 +55,7 @@ setup(
'twisted': ['twisted'],
'zookeeper': ['kazoo'],
'testing': [
- 'pytest',
+ 'pytest < 6',
'pytest-cov',
'pytest-tornado5'
],