Commit 0e9eebb
committed
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.1 parent afc350f commit 0e9eebb
1 file changed
Lines changed: 29 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 | + | |
0 commit comments