Remove coroutine test from py35

This commit is contained in:
Roman Mogylatov 2020-08-26 22:03:12 -04:00
parent 40bc72e8f1
commit 3b020ba883

View File

@ -42,7 +42,7 @@ extras=
[testenv:py35]
commands=
unit2 discover -s tests/unit -p test_*_py3.py tests/unit/providers/test_coroutines_py35.py
unit2 discover -s tests/unit -p test_*_py3.py
extras=
flask