Commit d6e73dd
authored
ci: add Windows unit-test job to catch OS-specific path bugs (#1522)
* ci: add Windows unit-test job to catch OS-specific path bugs
The CI matrix ran Linux-only, so platform-specific defects — e.g. #1520,
where file-protocol paths rendered with native backslashes broke garbage
collection on Windows — could not be caught. Add a windows-latest leg
running the container-free unit suite across both ends of the supported
Python range (3.10, 3.14).
pixi targets linux/osx only ([tool.pixi] platforms), so this leg installs
via pip (.[test]) rather than pixi. Unit tests need no containers, so no
Docker/DB is required on Windows.
* ci: note the Windows pip leg resolves a different test dep-set than pixi
The pip fallback resolves [project.optional-dependencies].test, which differs
from the pixi legs' [dependency-groups].test (e.g. omits graphviz). Flag the
latent trap so a dep-set mismatch isn't mistaken for an OS-specific failure.
Addresses MilagrosMarin's review on #1522.1 parent 8d05d98 commit d6e73dd
1 file changed
Lines changed: 35 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
0 commit comments