diff --git a/tox.ini b/tox.ini index 68dfff118..00544499e 100644 --- a/tox.ini +++ b/tox.ini @@ -26,7 +26,7 @@ passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY commands = doc8 doc/source/ CONTRIBUTING.rst HACKING.rst README.rst flake8 - bandit -r watcher -x watcher/tests/* -n5 -ll -s B320,B322 + bandit -r watcher -x watcher/tests/* -n5 -ll -s B320 [testenv:venv] setenv = PYTHONHASHSEED=0