Fix openstack-tox-cover gate due to tox bump to tox4

For some reason, the value of OS_TEST_PATH is not properly inherited
with tox4 version and due to that, the job tries to run all the tobiko
tests, when it should only execute unit tests

Change-Id: Ib9d84538770ae4ed544876bdba2c3ea9f132a6c8
This commit is contained in:
Eduardo Olivares 2023-01-02 11:08:34 +01:00
parent 41828860ba
commit 5182bfa855
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ setenv =
{[testenv]setenv}
TOX_COVER = true
TOX_COVER_DIR={env:TOX_COVER_DIR:{toxinidir}/cover}
OS_TEST_PATH = {toxinidir}/tobiko/tests/unit
commands_post =
coverage html -d "{env:TOX_COVER_DIR}"