Merge "Make bandit included in test-requirements.txt"

This commit is contained in:
Jenkins 2015-11-25 19:49:14 +00:00 committed by Gerrit Code Review
commit 2a559a1ca9
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]