From 9210c52b471a1a5a96260bc0840ae7d2df38df59 Mon Sep 17 00:00:00 2001 From: Martin Chacon Piza Date: Fri, 24 Aug 2018 09:59:32 +0200 Subject: [PATCH] Disable B303 bandit test Change-Id: I3e5cbfccac73e1f47859eed3d96c1acd1ac92093 --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index bc74e290..6f3179ed 100644 --- a/tox.ini +++ b/tox.ini @@ -89,7 +89,8 @@ exclude=.venv,.git,.tox,dist,*egg,build [bandit] commands = - bandit -r monasca_persister -n5 -x monasca_persister/tests +# B303 cassandra metrics repository uses SHA1 for metric_id + bandit -r monasca_persister -n5 -s B303 -x monasca_persister/tests [hacking] local-check-factory = monasca_persister.hacking.checks.factory