Commit 28bf37b
fix: cross-platform test path + suppress asyncio warnings in CI
- test_absolute_path_unchanged: use tmp_path instead of hardcoded
Unix path /absolute/path/results (fails on Windows as C:\absolute...)
- Suppress PytestUnraisableExceptionWarning (Event loop is closed)
in Windows CI tests
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 959e351 commit 28bf37b
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| |||
0 commit comments