Skip to content

Commit c2470a2

Browse files
committed
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] tox-dev/tox#3219 Change-Id: I3fc33a26b0d7f057d7bd6a094fc2ceeaa88f177b Signed-off-by: Stephen Finucane <[email protected]>
1 parent b753d4b commit c2470a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ commands =
2323
stestr run {posargs}
2424
stestr slowest
2525

26-
[testenv:functional{-py39,-py310,-py311,-py312}]
26+
[testenv:functional{,-py39,-py310,-py311,-py312}]
2727
description =
2828
Run functional tests.
2929
# Some jobs (especially heat) takes longer, therefore increase default timeout

0 commit comments

Comments
 (0)