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
The test is mocking an installation, and we now return more accurate information since the prefix comes from the runtime library instead of pyvenv.cfg, so we can just skip the test when running with a shared library, since pyvenv.cfg is no longer relevant here.
FFY00
added a commit
to FFY00/cpython
that referenced
this issue
Jan 11, 2025
Bug report
Bug description:
Trying to build Python from main branch and running tests on MacOS 15.2 fails on
test_embed.test_init_pyvenv_cfg
.After bisecting found out 34e840f9ddd commit to be the reason. cc @FFY00
CPython versions tested on:
CPython main branch
Operating systems tested on:
macOS
Linked PRs
The text was updated successfully, but these errors were encountered: