-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test_embed.test_init_pyvenv_cfg()
fails
#128690
Comments
The test is mocking an installation, and we now return more accurate information since the prefix comes from the runtime library instead of |
Signed-off-by: Filipe Laíns <[email protected]
FWIW, this failure apparently can also arise in non-shared builds and can have a fatal impact on builds where it does fail since |
…128771) Temporarily do not use test_embed in PGO profile builds until the problem with test_init_pyvenv_cfg failing in some configurations is resolved.
With release manager approval, #128771 was merged to temporarily avoid using |
test_embed.test_init_pyvenv_cfg
failstest_embed.test_init_pyvenv_cfg
fails
Is it possible to reproduce this issue on operating systems other than macOS? Or is the issue specific to macOS? |
This test fails also on Fedora Linux |
test_embed.test_init_pyvenv_cfg
failstest_embed.test_init_pyvenv_cfg()
fails
Oh ok, I managed to reproduce the bug on Fedora 41 using commands:
|
I wrote PR #129137 to update test_embed for the |
I updated test_embed with the change b23b27b. |
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: