Move aiohttp fix to tox.ini

This commit is contained in:
Roman Mogylatov 2020-10-24 20:38:52 -04:00
parent efa4c08246
commit 386f2c25f6
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,2 @@
flask
aiohttp
# TODO: Hotfix, remove when fixed https://github.com/aio-libs/aiohttp/issues/5107
typing_extensions

View File

@ -9,6 +9,9 @@ extras=
yaml
flask
aiohttp
# TODO: Hotfix, remove when fixed https://github.com/aio-libs/aiohttp/issues/5107
typing_extensions
commands=
unit2 discover -s tests/unit -p test_*_py3*.py