diff options
author | Alex Grönholm <alex.gronholm@nextday.fi> | 2020-10-06 21:12:57 +0300 |
---|---|---|
committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2020-10-06 21:12:57 +0300 |
commit | 43f564d3851ad9b0f45ad76d74caefb623154128 (patch) | |
tree | ee552d5ea97e9e32a9a405a84c14fb0adc452b07 /setup.py | |
parent | b773c79ac5055dc427f09c9452f34fa72a457f90 (diff) | |
download | apscheduler-43f564d3851ad9b0f45ad76d74caefb623154128.tar.gz |
Pinned pytest to < 6.0
Pytest 6.0 breaks test collection on Python 3.5.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ setup( 'twisted': ['twisted'], 'zookeeper': ['kazoo'], 'testing': [ - 'pytest', + 'pytest < 6', 'pytest-cov', 'pytest-tornado5' ], |