From 625fdc154c42168e4f9d4aa79b6c02134cb60189 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 18 Jan 2016 20:59:15 +0100 Subject: [PATCH] Remove bandit tox environment bandit is now part of linters environment, remove it from tox.ini. Change-Id: Ia70f7026a2e6b96ea378cbff0c8b470a673a386b Depends-On: Id7820a8fe188c4de3ba94916e07fd54b7bb4e6fd --- tox.ini | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tox.ini b/tox.ini index 7942ebf1a7..e1e89f01d7 100644 --- a/tox.ini +++ b/tox.ini @@ -153,10 +153,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