diff options
author | Devaev Maxim <[email protected]> | 2019-12-09 01:21:38 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-12-09 02:23:05 +0300 |
commit | dd52a85cf6c21c5a7743acad152d8378f1ae0ef4 (patch) | |
tree | b2b4ff6b6e84a572214e0ad1001fe345a33f62c6 /testenv/tox.ini | |
parent | 272ea08adf8944b385a585a142f91e4d8fccb605 (diff) |
refactoring
Diffstat (limited to 'testenv/tox.ini')
-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 |