summaryrefslogtreecommitdiff
path: root/testenv/tox.ini
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2019-04-09 07:13:13 +0300
committerDevaev Maxim <[email protected]>2019-04-09 07:13:13 +0300
commita6028c46a46fc06c8865679b8c922bfcd2852ab0 (patch)
tree106fde0b0f96f2ec3d27f6172c514791c619d306 /testenv/tox.ini
parent0460c2e83be9837fab01b116402d54c6b32ee4e4 (diff)
auth plugins
Diffstat (limited to 'testenv/tox.ini')
-rw-r--r--testenv/tox.ini5
1 files changed, 3 insertions, 2 deletions
diff --git a/testenv/tox.ini b/testenv/tox.ini
index f5192ad0..2e4ece8a 100644
--- a/testenv/tox.ini
+++ b/testenv/tox.ini
@@ -28,7 +28,7 @@ deps =
-rrequirements.txt
[testenv:vulture]
-commands = vulture --ignore-names=_format_P --ignore-decorators=@_exposed,@_system_task,@pytest.fixture kvmd genmap.py tests testenv/linters/vulture-wl.py
+commands = vulture --ignore-names=_format_P,Plugin --ignore-decorators=@_exposed,@_system_task,@pytest.fixture kvmd genmap.py tests testenv/linters/vulture-wl.py
deps =
vulture
-rrequirements.txt
@@ -38,8 +38,9 @@ commands = py.test -vv --cov-config=testenv/linters/coverage.ini --cov-report=te
deps =
pytest
pytest-cov
- pytest-asyncio
pytest-mock
+ pytest-asyncio
+ pytest-aiohttp
-rrequirements.txt
[testenv:eslint]