-
-
Notifications
You must be signed in to change notification settings - Fork 31.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
Python 3.13.1 test_datetime failures #129483
Comments
I ended up running ./python -mtest -v test_datetime and got the results listed below.
|
Fixed by setting my locale to 'C'. It was set to en_GB.UTF-8 I feel like either I missed an instruction or it would be an improvement to the documentation if it's not there. |
Bug report
Bug description:
Hi. I'm trying to build from source on a raspberry pi, on a fresh and fully updated debian bookworm install.
test_datetime
was failing so I tried to get more information usingmake test TESTOPTS="-v test_datetime"
as suggested by the readme, but that just runs all tests again without additional output for test_datetime (see terminal output pastedbelow.I hope that's enough information. I'll try to look a bit further, this is just where I got the feeling it might not be 100% my own fault anymore ;)
Test output
CPython versions tested on:
3.13
Operating systems tested on:
Linux
The text was updated successfully, but these errors were encountered: