Merge "Move bandit requirement to test-requirements-bandit.txt"

This commit is contained in:
Jenkins 2015-05-14 05:38:16 +00:00 committed by Gerrit Code Review
commit 0debc2fbf4
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
bandit>=0.10.1

View File

@ -115,7 +115,7 @@ commands=
commands = oslo-config-generator --config-file=config-generator/keystone.conf
[testenv:bandit]
deps = bandit~=0.10.0
deps = -r{toxinidir}/test-requirements-bandit.txt
commands = bandit -c bandit.yaml -r keystone -n5 -p keystone_conservative
[hacking]