Commit 5dcfb40
fix(ci): handle Windows SQLite WAL lock on test DB cleanup
test_comms.py tearDown: catch PermissionError on os.unlink — Windows
holds WAL handles after SQLite close, causing WinError 32 in CI.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 4c73e04 commit 5dcfb40
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
| |||
0 commit comments