Commit cbe60a3
fix(ci): Exclude -latest tox envs from CI runs
runtox.sh uses grep to match tox environments, so a search like
"py3.14-httpx" would match both the versioned env and the -latest
alias, running tests twice. Filter out -latest envs unless explicitly
requested.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 21a09d5 commit cbe60a3
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
19 | 24 | | |
20 | 25 | | |
21 | 26 | | |
| |||
0 commit comments