Commit 251d800
committed
Fix Windows CI: Add create=True to os.getloadavg patch
- Use create=True parameter to allow patching non-existent attributes
- Fixes Windows test failures where os.getloadavg doesn't exist
- Mock creates the attribute instead of failing to find original
- Should now work across all platforms1 parent 8792ae3 commit 251d800
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
0 commit comments