tox: Drop functest target from tox
The target hasn't been actually used in CI, and has been broken for some time due to lack of allowlist_externals. Change-Id: I3dc5cd965fb063080a827782a553fd3be3de690c
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -25,10 +25,6 @@ commands =
|
|||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
|
||||||
[testenv:func]
|
|
||||||
envdir = {toxworkdir}/venv
|
|
||||||
commands = {toxinidir}/tests/run_functests.sh {posargs}
|
|
||||||
|
|
||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
allowlist_externals = find
|
allowlist_externals = find
|
||||||
setenv =
|
setenv =
|
||||||
|
Reference in New Issue
Block a user