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
This commit is contained in:
Erik Olof Gunnar Andersson 2018-08-17 14:34:38 -07:00
parent 9edaad25bc
commit 4a3f1eff66
1 changed files with 2 additions and 2 deletions

View File

@ -73,8 +73,8 @@ commands =
basepython = python3
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]
basepython = python3