tox: Fix functional tests

Without this comma, tox runs the standard testenv instead of this one.
This is due to how tox calculates factors (parts of a testenv name) and
checks for their existence [1].

[1] https://github.com/tox-dev/tox/issues/3219

Change-Id: I3fc33a26b0d7f057d7bd6a094fc2ceeaa88f177b
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane 2024-10-03 11:33:45 +01:00
parent b753d4b849
commit c2470a21de

View File

@ -23,7 +23,7 @@ commands =
stestr run {posargs}
stestr slowest
[testenv:functional{-py39,-py310,-py311,-py312}]
[testenv:functional{,-py39,-py310,-py311,-py312}]
description =
Run functional tests.
# Some jobs (especially heat) takes longer, therefore increase default timeout