summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Olof Gunnar Andersson <eandersson@blizzard.com>2023-03-10 16:47:19 -0800
committerErik Olof Gunnar Andersson <eandersson@blizzard.com>2023-03-15 20:49:46 +0000
commitd27b006aac5735b334cc27ca8d00ff3f06ad9c0a (patch)
tree80f0be9b4d7e53c5de540fe93f2bfb322661facb
parent1f30672bde3148f868fbaece8a58c20413e47b12 (diff)
downloaddesignate-d27b006aac5735b334cc27ca8d00ff3f06ad9c0a.tar.gz
Removed unsupported test B309 from bandit
B309 was removed with this patch and breaks the CI. https://github.com/PyCQA/bandit/commit/130a467434ff6b8f9bbd83100e409bc1fcb6f407 Change-Id: I15864a76c8913f151154e2398ae86aea71883498 (cherry picked from commit 758956d5b9321c72d63cbf3d8a1987d5dc6e6bb3)
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 4c4fcd31..8cc4e9ea 100644
--- a/tox.ini
+++ b/tox.ini
@@ -74,7 +74,7 @@ commands =
deps = -r{toxinidir}/test-requirements.txt
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
+ B608,B506,B312,B310,B411,B108,B103,B102,B308,B302,B307,B306
[testenv:debug]
commands = oslo_debug_helper -t designate/tests {posargs}