Move aiohttp fix to a different place in tox

This commit is contained in:
Roman Mogylatov 2020-10-24 20:44:04 -04:00
parent 386f2c25f6
commit 74b7591756

11
tox.ini
View File

@ -5,13 +5,12 @@ envlist=
[testenv] [testenv]
deps= deps=
unittest2 unittest2
# TODO: Hotfix, remove when fixed https://github.com/aio-libs/aiohttp/issues/5107
typing_extensions
extras= extras=
yaml yaml
flask flask
aiohttp aiohttp
# TODO: Hotfix, remove when fixed https://github.com/aio-libs/aiohttp/issues/5107
typing_extensions
commands= commands=
unit2 discover -s tests/unit -p test_*_py3*.py unit2 discover -s tests/unit -p test_*_py3*.py
@ -31,6 +30,8 @@ commands=
coveralls coveralls
[testenv:py27] [testenv:py27]
deps=
unittest2
extras= extras=
yaml yaml
flask flask
@ -38,6 +39,8 @@ commands=
unit2 discover -s tests/unit -p test_*_py2_py3.py unit2 discover -s tests/unit -p test_*_py2_py3.py
[testenv:py34] [testenv:py34]
deps=
unittest2
extras= extras=
flask flask
commands= commands=
@ -51,6 +54,8 @@ commands=
unit2 discover -s tests/unit -p test_*_py3.py unit2 discover -s tests/unit -p test_*_py3.py
[testenv:pypy] [testenv:pypy]
deps=
unittest2
extras= extras=
yaml yaml
flask flask