Update bandit for latest usage

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

Closes-Bug: #1442456
Change-Id: Ic2876bab2c22b8f0964a26c2588942d83e442f38
This commit is contained in:
Kennan 2015-04-10 08:35:55 +08:00
parent 7447d3b908
commit 59729557b9
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -13,7 +13,7 @@ deps = -r{toxinidir}/requirements.txt
commands = python setup.py testr --slowest --testr-args='{posargs}'
[testenv:bandit]
deps = bandit~=0.10.0
deps = -r{toxinidir}/test-requirements-bandit.txt
commands = bandit -c bandit.yaml -r magnumclient -n5 -p python-magnumclient_conservative
[testenv:pypy]