Remove bandit tox environment
bandit is now part of linters environment, remove it from tox.ini. Depends-On: I67ebec070cd0804d310534712a3a3f382df7e48f Change-Id: Ie59ee56f15a857926eef4a7b466637686e116b07
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -41,10 +41,6 @@ commands = oslo_debug_helper -t keystoneclient/tests {posargs}
|
||||
setenv = OS_TEST_PATH=./keystoneclient/tests/functional
|
||||
passenv = OS_*
|
||||
|
||||
[testenv:bandit]
|
||||
deps = -r{toxinidir}/test-requirements.txt
|
||||
commands = bandit -c bandit.yaml -r keystoneclient -n5 -p keystone_conservative
|
||||
|
||||
[flake8]
|
||||
# H405: multi line docstring summary not separated with an empty line
|
||||
# D100: Missing docstring in public module
|
||||
|
Reference in New Issue
Block a user