Update bandit for new usage requirement

Check https://review.openstack.org/#/c/171772/ for details

Closes-Bug: #1442454
Change-Id: I35d5add07f40428bf2dee5eefe0fc663609bb688
This commit is contained in:
Kennan 2015-04-10 08:33:33 +08:00
parent 592d79c56e
commit 80b52337d8
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
bandit==0.10.0

View File

@ -26,7 +26,7 @@ commands = flake8
commands = {posargs} commands = {posargs}
[testenv:bandit] [testenv:bandit]
deps = bandit~=0.10.0 deps = -r{toxinidir}/test-requirements-bandit.txt
commands = bandit -c bandit.yaml -r magnum -n5 -p magnum_conservative commands = bandit -c bandit.yaml -r magnum -n5 -p magnum_conservative
[testenv:cover] [testenv:cover]