From dd52a85cf6c21c5a7743acad152d8378f1ae0ef4 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Mon, 9 Dec 2019 01:21:38 +0300 Subject: refactoring --- testenv/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testenv') 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 -- cgit v1.2.3