Commit 6ed8159
fix(e2e): use 127.0.0.1 for local wheel server on macOS
On macOS CI runners, `ipconfig getifaddr en0` returns a VM bridge
address (e.g. 192.168.64.24) that becomes unreachable mid-test,
causing uv to fail with tcp connect errors. Since macOS does not
use network isolation (podman), 127.0.0.1 works reliably.
Closes: #922
Co-Authored-By: Claude <claude@anthropic.com>
Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com>1 parent 52b770c commit 6ed8159
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
| 79 | + | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
0 commit comments