summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Harwell <flux.adam@gmail.com>2019-05-14 14:12:26 -0700
committerAdam Harwell <flux.adam@gmail.com>2019-05-14 21:15:55 +0000
commitf586e321928e44e888f240e64ff9e201d527f9b8 (patch)
treefee88b9148f78635fde21912b3997b9349dad389
parent4c3d5505c8dd021cf2171c459b0ecb208b3cf51e (diff)
downloaddesignate-f586e321928e44e888f240e64ff9e201d527f9b8.tar.gz
Clean fix for bandit exclusions change
Don't mangle requirements, just fix the glob. Change-Id: I4b57336a103c75df877ff65e645b3b05b3c79a49
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index dc6b35e2..bc737f7d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -72,7 +72,7 @@ commands =
[testenv:bandit]
basepython = python3
deps = -r{toxinidir}/test-requirements.txt
-commands = bandit -r designate -n5 -x tests -t \
+commands = bandit -r designate -n5 -x 'designate/tests/*' -t \
B505,B504,B503,B502,B501,B604,B605,B001,B601,B602,B701,B609,B702,\
B608,B506,B312,B310,B411,B108,B103,B102,B309,B308,B302,B307,B306