Skip to content

Commit 48e0120

Browse files
authored
acc: enable replacement for UV_PYTHON (#2946)
Follow up to #2943
1 parent e18dd15 commit 48e0120

File tree

1 file changed

+3
-2
lines changed
  • acceptance/bundle/templates/default-python/integration_classic

1 file changed

+3
-2
lines changed

acceptance/bundle/templates/default-python/integration_classic/test.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@ Ignore = [
88
'.venv',
99
]
1010

11-
[EnvMatrix]
12-
UV_PYTHON = [
11+
EnvMatrix.UV_PYTHON = [
1312
"3.9",
1413
"3.10",
1514
"3.11",
1615
"3.12",
1716
"3.13",
1817
]
1918

19+
EnvRepl.UV_PYTHON = true
20+
2021
[[Repls]]
2122
# for some reason leading number is lost converting "%H%M%S" 061234 to 61234
2223
Old = '\d{5,}'

0 commit comments

Comments
 (0)