Merge "Remove bandit.yaml in favor of defaults"
This commit is contained in:
commit
32251f07c9
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