From f59b2db64a151ace40abfa393351229070a03f1a Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 13 Oct 2024 01:32:12 +0900 Subject: [PATCH] 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 --- tox.ini | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tox.ini b/tox.ini index f0d78026b..eeaa794a9 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =