diff options
Diffstat (limited to 'testenv')
-rw-r--r-- | testenv/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testenv/tox.ini b/testenv/tox.ini index c6824180..044d3a70 100644 --- a/testenv/tox.ini +++ b/testenv/tox.ini @@ -35,7 +35,7 @@ deps = [testenv:vulture] whitelist_externals = bash -commands = bash -c 'vulture --ignore-names=_format_P,Plugin --ignore-decorators=@_exposed,@_system_task,@pytest.fixture kvmd testenv/tests *.py testenv/linters/vulture-wl.py' +commands = bash -c 'vulture --ignore-names=_format_P,Plugin --ignore-decorators=@exposed_http,@exposed_ws,@pytest.fixture kvmd testenv/tests *.py testenv/linters/vulture-wl.py' deps = vulture -rrequirements.txt |