Merge "tox: Drop functest target from tox"

This commit is contained in:
Zuul
2025-03-06 22:44:03 +00:00
committed by Gerrit Code Review

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 =