Make bandit included in test-requirements.txt
We remove old bandit special version txt file and include it in test-requirements.txt to make sure it can updated by global automatically. Change-Id: Icd51df9baffb3e881a0f355423f56a1321b27ac3
This commit is contained in:
parent
39d1fea676
commit
75c523cf98
@ -1 +0,0 @@
|
||||
bandit==0.10.0
|
@ -2,7 +2,7 @@
|
||||
# of appearance. Changing the order has an impact on the overall integration
|
||||
# process, which may cause wedges in the gate later.
|
||||
hacking<0.11,>=0.10.0
|
||||
|
||||
bandit>=0.13.2
|
||||
coverage>=3.6
|
||||
discover
|
||||
fixtures>=1.3.1
|
||||
|
2
tox.ini
2
tox.ini
@ -17,7 +17,7 @@ commands =
|
||||
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
|
||||
|
||||
[testenv:bandit]
|
||||
deps = -r{toxinidir}/test-requirements-bandit.txt
|
||||
deps = -r{toxinidir}/test-requirements.txt
|
||||
commands = bandit -c bandit.yaml -r magnumclient -n5 -p python-magnumclient_conservative
|
||||
|
||||
[testenv:pypy]
|
||||
|
Loading…
x
Reference in New Issue
Block a user