Removed unsupported test B309 from bandit
B309 was removed with this patch and breaks the CI.130a467434
Change-Id: I15864a76c8913f151154e2398ae86aea71883498 (cherry picked from commit758956d5b9
)
This commit is contained in:
parent
aae28eb7a2
commit
766cfd8d63
2
tox.ini
2
tox.ini
@ -75,7 +75,7 @@ commands =
|
|||||||
deps = -r{toxinidir}/test-requirements.txt
|
deps = -r{toxinidir}/test-requirements.txt
|
||||||
commands = bandit -r designate -n5 -x 'designate/tests/*' -t \
|
commands = bandit -r designate -n5 -x 'designate/tests/*' -t \
|
||||||
B505,B504,B503,B502,B501,B604,B605,B001,B601,B602,B701,B609,B702,\
|
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]
|
[testenv:debug]
|
||||||
commands = oslo_debug_helper -t designate/tests {posargs}
|
commands = oslo_debug_helper -t designate/tests {posargs}
|
||||||
|
Loading…
Reference in New Issue
Block a user