summaryrefslogtreecommitdiff
path: root/testenv/tox.ini
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2019-04-11 05:36:38 +0300
committerDevaev Maxim <[email protected]>2019-04-11 05:36:38 +0300
commita168ce9d8f90470b80ae265021bfdd7570bef530 (patch)
tree7bbe0c54b9e4c1cfc03002fdfd917ca00c2092b8 /testenv/tox.ini
parent060140d6540d045530ceefda6e639f39588e7dab (diff)
better auth testing
Diffstat (limited to 'testenv/tox.ini')
-rw-r--r--testenv/tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/testenv/tox.ini b/testenv/tox.ini
index 2e4ece8a..3be89343 100644
--- a/testenv/tox.ini
+++ b/testenv/tox.ini
@@ -19,6 +19,7 @@ deps =
pylint
pytest
pytest-asyncio
+ aiohttp-basicauth
-rrequirements.txt
[testenv:mypy]
@@ -41,6 +42,7 @@ deps =
pytest-mock
pytest-asyncio
pytest-aiohttp
+ aiohttp-basicauth
-rrequirements.txt
[testenv:eslint]