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
test: switch zero-dep install tests to uv venv (#14)
stdlib `venv.create(..., with_pip=True)` calls `python -m ensurepip`
inside the new venv, which aborts with SIGABRT on cpython 3.11.14
macOS-aarch64. None of the 5 tests in test_zero_dep_install.py could
run as a result.
Switch to `uv venv` + `uv pip install --python <venv-python>`. uv has
its own resolver and does not depend on ensurepip, so it works on
this Python build, runs faster, and matches the rest of the project's
tooling. Skip the suite (rather than fail) on machines without uv.
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments