Commit 67082d6
test: skip relative config include across Windows drives
On Windows, the writable temporary directory and the checkout can be on
different drives. os.path.relpath() raises ValueError for such paths before
GitConfigParser is exercised.
Skip this relative-path-specific test on Windows, where the test setup cannot
reliably construct the required relative path.
Validation:
- pytest -q test/test_config.py
- ruff check test/test_config.py
- ruff format --check test/test_config.py1 parent 7b0764d commit 67082d6
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
323 | 326 | | |
324 | 327 | | |
325 | 328 | | |
| |||
0 commit comments