Merge "Explicitly exclude tests from bandit scan"

This commit is contained in:
Jenkins 2016-03-15 11:17:58 +00:00 committed by Gerrit Code Review
commit 41851e9c8a

View File

@ -40,7 +40,7 @@ commands = {toxinidir}/setup-test-env-zmq.sh python setup.py testr --slowest --t
[testenv:bandit]
deps = -r{toxinidir}/test-requirements.txt
commands = bandit -r oslo_messaging -n5
commands = bandit -r oslo_messaging -x tests -n5
[flake8]
show-source = True