You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(e2e): use fromager wheel-server instead of stdlib http.server
Replace python3 -m http.server with the builtin fromager wheel-server
(Starlette/uvicorn) and bind to 127.0.0.1 on all platforms. This is
safe because uv pip install always runs on the host without network
isolation. Eliminates platform-specific workarounds from PRs #923/#925.
Closes: #927
Co-Authored-By: Claude <claude@anthropic.com>
Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com>
0 commit comments