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