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:}
|
||||
|
||||
[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
|
||||
|
Loading…
Reference in New Issue
Block a user