-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
cpython3_win_embed test failures with Python 3.13 #2671
Comments
Seems like a bug, why is windows running on Linux? |
I had the same idea. However, with Python 3.12 it passes. |
In Python 3.12, this code:
Checks whether In Python 3.13, it checks whether |
|
This renames _flavour to pathmod. |
Python 3.13.0a6 renamed |
Issue
When I try to run the tests with Python 3.13.0a2 on Linux, I see the following 3 failures:
The failures are:
I have no idea why those tests even run on Linux. I suspect this needs some support in
tests/unit/discovery/windows/winreg-mock-values.py
but the values there are cryptic to me.Environment
Provide at least:
pip list
of the host python wherevirtualenv
is installed:The text was updated successfully, but these errors were encountered: