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

This commit is contained in:
Jenkins 2015-11-17 18:07:18 +00:00 committed by Gerrit Code Review
commit 4f4d90376d
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -5,8 +5,9 @@
# Despite above warning added by global sync process, please use
# ascii betical order.
doc8 # Apache-2.0
bandit>=0.13.2
coverage>=3.6
doc8 # Apache-2.0
fixtures>=1.3.1
hacking<0.11,>=0.10.0 # Apache-2.0
mock>=1.2

View File

@ -56,7 +56,7 @@ commands =
commands = {posargs}
[testenv:bandit]
deps = -r{toxinidir}/test-requirements-bandit.txt
deps = -r{toxinidir}/test-requirements.txt
commands = bandit -c bandit.yaml -r magnum -n5 -p magnum_conservative
[testenv:cover]