Commit bfdb33e
committed
TST: disable symlinks sdist test on Python 3.15 on Windows
Python 3.15 tarfile module translates POSIX paths to Windows paths
when extracting tar archives on Windows, but does not implement the
inverse normalization when creating archives. This results in invalid
tar archives and breaks this test.1 parent a7aa41f commit bfdb33e
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
225 | 230 | | |
226 | 231 | | |
227 | 232 | | |
| |||
0 commit comments