Merge "tox: Drop envdir"

This commit is contained in:
Zuul 2024-09-03 09:14:31 +00:00 committed by Gerrit Code Review
commit 3818b4d349

View File

@ -100,7 +100,6 @@ commands =
commands = bandit -r trove -n5 -x tests commands = bandit -r trove -n5 -x tests
[testenv:bandit-baseline] [testenv:bandit-baseline]
envdir = {toxworkdir}/bandit
commands = bandit-baseline -r trove -n5 -x tests -ii -ll commands = bandit-baseline -r trove -n5 -x tests -ii -ll
[testenv:genconfig] [testenv:genconfig]