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:
Takashi Kajinami
2024-10-13 01:32:12 +09:00
parent 62ea9b95dd
commit f59b2db64a

View File

@@ -25,10 +25,6 @@ commands =
[testenv:venv]
commands = {posargs}
[testenv:func]
envdir = {toxworkdir}/venv
commands = {toxinidir}/tests/run_functests.sh {posargs}
[testenv:cover]
allowlist_externals = find
setenv =