Merge "tox: Drop envdir"

This commit is contained in:
Zuul 2024-10-14 11:33:21 +00:00 committed by Gerrit Code Review
commit 8d16d2120a

View File

@ -77,7 +77,6 @@ setenv = PYTHONHASHSEED=0
commands = {posargs:}
[testenv:debug]
envdir = {toxworkdir}/venv
commands = oslo_debug_helper -t ironic_python_agent/tests/unit {posargs}
[testenv:docs]
@ -126,13 +125,11 @@ import_exceptions = ironic.openstack.common.gettextutils._,testtools.matchers
[testenv:checkconfig]
sitepackages = False
envdir = {toxworkdir}/venv
commands =
{toxinidir}/tools/config/check_uptodate.sh
[testenv:genconfig]
sitepackages = False
envdir = {toxworkdir}/venv
allowlist_externals = mkdir
commands =
mkdir -p etc/ironic_python_agent