Merge "tox: Drop envdir"
This commit is contained in:
commit
8d16d2120a
3
tox.ini
3
tox.ini
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user