diff --git a/tox.ini b/tox.ini index a8a3435fe3..30ad4b8222 100644 --- a/tox.ini +++ b/tox.ini @@ -156,10 +156,6 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen [testenv:genconfig] commands = oslo-config-generator --config-file=config-generator/keystone.conf -[testenv:bandit] -deps = .[bandit] -commands = bandit -c bandit.yaml -r keystone -n5 -p gate - [hacking] import_exceptions = keystone.i18n