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:
wangqun 2015-11-21 09:37:12 +00:00
parent 39d1fea676
commit 75c523cf98
3 changed files with 2 additions and 3 deletions

View File

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

View File

@ -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

View File

@ -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]