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:
parent
b753d4b849
commit
c2470a21de
2
tox.ini
2
tox.ini
@ -23,7 +23,7 @@ commands =
|
|||||||
stestr run {posargs}
|
stestr run {posargs}
|
||||||
stestr slowest
|
stestr slowest
|
||||||
|
|
||||||
[testenv:functional{-py39,-py310,-py311,-py312}]
|
[testenv:functional{,-py39,-py310,-py311,-py312}]
|
||||||
description =
|
description =
|
||||||
Run functional tests.
|
Run functional tests.
|
||||||
# Some jobs (especially heat) takes longer, therefore increase default timeout
|
# Some jobs (especially heat) takes longer, therefore increase default timeout
|
||||||
|
Loading…
Reference in New Issue
Block a user