diff options
Diffstat (limited to 'testenv')
-rw-r--r-- | testenv/tox.ini | 5 |
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] |