Skip uvloop 0.15.0+ on py36.

This commit is contained in:
Andrey Rakhmatullin 2021-02-11 14:24:11 +05:00
parent de82ca8547
commit 54fd371481
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ pytest-twisted >= 1.11
pytest-xdist
sybil >= 1.3.0 # https://github.com/cjw296/sybil/issues/20#issuecomment-605433422
testfixtures
uvloop; platform_system != "Windows"
uvloop < 0.15.0; platform_system != "Windows" and python_version == '3.6'
uvloop; platform_system != "Windows" and python_version > '3.6'
# optional for shell wrapper tests
bpython