Fix test dependencies

This commit is contained in:
Roman Mogylatov 2020-12-05 21:49:54 -05:00
parent b49f158583
commit 0b7cf3254e

View File

@ -8,6 +8,7 @@ deps=
# TODO: Hotfix, remove when fixed https://github.com/aio-libs/aiohttp/issues/5107
typing_extensions
httpx
fastapi
extras=
yaml
flask
@ -48,6 +49,8 @@ commands=
unit2 discover -s tests/unit -p test_*_py3.py
[testenv:py35]
deps=
unittest2
extras=
yaml
flask