Remove bandit.yaml in favor of defaults
With the latest version of bandit, the bandit.yaml is only necessary for advanced tweaking. Change-Id: I933a5389865fe577925ce3be30877ceae12fad31
This commit is contained in:
parent
da12b6537f
commit
942d2cea72
4
tox.ini
4
tox.ini
@ -114,7 +114,9 @@ commands =
|
||||
sphinx-build -W -b html -d api-ref/build/doctrees api-ref/source api-ref/build/html
|
||||
|
||||
[testenv:bandit]
|
||||
commands = bandit -c bandit.yaml -r nova -n 5 -ll
|
||||
# NOTE(browne): This is required for the integration test job of the bandit
|
||||
# project. Please do not remove.
|
||||
commands = bandit -r nova -x tests -n 5 -ll
|
||||
|
||||
[testenv:releasenotes]
|
||||
commands = bash -c tools/releasenotes_tox.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user