From 436808a95904e59f6135f443d810cc43574f6b88 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Wed, 4 Dec 2024 09:46:43 -0800 Subject: [PATCH] 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 --- tox.ini | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tox.ini b/tox.ini index e092273dd4..6ecde3bed1 100644 --- a/tox.ini +++ b/tox.ini @@ -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)