Commit 38443f9
Fix Windows CI test failure for test_network_from_json
Use delete_on_close=False for NamedTemporaryFile to allow reopening
the file by name on Windows, which has exclusive file locking.
Also remove continue-on-error for Windows now that the issue is fixed.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 46ca112 commit 38443f9
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
103 | 105 | | |
104 | 106 | | |
105 | 107 | | |
| |||
0 commit comments