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:
parent
7447d3b908
commit
59729557b9
1
test-requirements-bandit.txt
Normal file
1
test-requirements-bandit.txt
Normal file
@ -0,0 +1 @@
|
||||
bandit==0.10.0
|
2
tox.ini
2
tox.ini
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user