diff options
author | Devaev Maxim <[email protected]> | 2019-04-11 05:36:38 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-04-11 05:36:38 +0300 |
commit | a168ce9d8f90470b80ae265021bfdd7570bef530 (patch) | |
tree | 7bbe0c54b9e4c1cfc03002fdfd917ca00c2092b8 /testenv/tox.ini | |
parent | 060140d6540d045530ceefda6e639f39588e7dab (diff) |
better auth testing
Diffstat (limited to 'testenv/tox.ini')
-rw-r--r-- | testenv/tox.ini | 2 |
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] |