Commit 7828f81
committed
Fix CI: test_pick_latest_release was silently hitting the real network
pick_download(v) was missing fetch=_fixture_fetch, so it fell through to
a real HTTP fetch of the actual micropython.org board page instead of
the test's fixture data. It happened to keep matching the hardcoded
"1.28.0" expectation until upstream cut a real 1.29.0 release, which
broke it here today -- unrelated to the doc-only previous commit that
CI caught it on. 1.4s -> 0.02s confirms it's offline now.1 parent 9dfc706 commit 7828f81
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
0 commit comments