Commit 1b794f9
committed
[TE-5274] Add pytest 9.x CI matrix entry for subtest integration tests
Add a sixth matrix entry (Python 3.13 + pytest 9) so the 5 integration
tests in test_integration_subtests.py are actually exercised in CI.
Those tests require pytest >= 9.0 for built-in SubtestReport support,
but uv.lock pins pytest to 8.4.1 (pytest 9 dropped Python 3.9).
Uses uv run --with 'pytest>=9' rather than uv pip install because
uv run syncs the environment to uv.lock before execution, which would
silently revert a pip-installed override. The --with flag creates an
ephemeral overlay that persists through the run, including subprocesses
spawned via sys.executable.1 parent 1dae10e commit 1b794f9
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
| |||
29 | 33 | | |
30 | 34 | | |
31 | 35 | | |
32 | | - | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
| |||
0 commit comments