Commit 9af7661
committed
Add parallel uv pytest matrix runner
Introduce scripts/run-pytest-matrix.py to run pytest across supported
Python versions in parallel via uv.
The runner now:
- keeps per-version virtualenvs under .runner/.venv-*
- wipes only .runner/outcome-*.txt on each run by default
- supports --recreate-envs for full env rebuilds
- stores stdout/stderr for failed runs in .runner/outcome-<version>.txt
- shows a live spinner with white pending/running, early red failure
hints, and final green/red based on actual exit status
Document the matrix command in README.rst and ignore .runner artifacts.1 parent 4d8d6d2 commit 9af7661
File tree
5 files changed
+507
-0
lines changed- scripts
5 files changed
+507
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
90 | 103 | | |
91 | 104 | | |
92 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
0 commit comments