Move bandit requirement to test-requirements-bandit.txt
The deps in tox.ini wouldn't get updated automatically by the openstack proposal bot. By moving the bandit requirements into test-requirements-bandit.txt it will get updated automatically when global-requirements changes. Change-Id: Ifb0ec6ce4044adb38a1754521984f9900c612970
This commit is contained in:
parent
c0fdd027e3
commit
eaed64fd4f
1
test-requirements-bandit.txt
Normal file
1
test-requirements-bandit.txt
Normal file
@ -0,0 +1 @@
|
||||
bandit>=0.10.1
|
2
tox.ini
2
tox.ini
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user