infra: Remove 'bandit' tox environment

The expectation is that CI and devs would run these checks as part
of the 'pep8' environment.

Change-Id: Ib9b2e34d520baee13c4b38bc220ec7b4d2e38433
This commit is contained in:
Tim Burke 2024-12-04 09:46:43 -08:00
parent c2f2521400
commit 436808a959

View File

@ -135,10 +135,6 @@ commands =
rm -rf api-ref/build
sphinx-build -W -b html -d api-ref/build/doctrees api-ref/source api-ref/build/html
[testenv:bandit]
deps = -r{toxinidir}/test-requirements.txt
commands = bandit -c bandit.yaml -r swift -n 5
[flake8]
# it's not a bug that we aren't using all of hacking, ignore:
# H101: Use TODO(NAME)