From 0b7cf3254e55f86fb1cd0c9270022578e4aa746d Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sat, 5 Dec 2020 21:49:54 -0500 Subject: [PATCH] Fix test dependencies --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index 6c889816..bb6417f0 100644 --- a/tox.ini +++ b/tox.ini @@ -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