summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Olof Gunnar Andersson <eandersson@blizzard.com>2018-08-17 14:34:38 -0700
committerGraham Hayes <gr@ham.ie>2018-08-20 17:42:57 +0000
commit43ef3a68545c7d15627c6ec8d68fd85eced8079d (patch)
treec6cf55e9ec65127e6be54421678f0620411453b5
parent6136addb3c44746bfa655d1139c076710cb97d51 (diff)
downloaddesignate-43ef3a68545c7d15627c6ec8d68fd85eced8079d.tar.gz
Removing removed bandit plugins to fix gate
The following Openstack specific plugins were removed in the 1.5.0 release on bandit and is causing the pep8 tests to fail. * B109, B111 Change-Id: I6270decd28be26e8c497062e75b54a12f3a54517 (cherry picked from commit 4a3f1eff668619778678eab9c02da13d49a5bfb9)
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index bf5f7185..71d6ca4c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -52,8 +52,8 @@ commands =
[testenv:bandit]
deps = -r{toxinidir}/test-requirements.txt
commands = bandit -r designate -n5 -x tests -t \
- B111,B505,B504,B503,B502,B501,B604,B605,B001,B601,B602,B701,B609,B702,\
- B608,B506,B312,B310,B411,B109,B108,B103,B102,B309,B308,B302,B307,B306
+ 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
[testenv:debug]
commands = oslo_debug_helper -t designate/tests {posargs}