Failing tests with Python 3.12 #14476
Unanswered
SpotlightKid
asked this question in
Core Development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Since my distro (Manjaro) updated to Python 3.12, I get lots of (14) failing tests when I build the AUR micropython-git package for the unix port, which I am maintaining.
As a workaround I am excluding these tests from the test run now. I already had to exclude 2 tests with previous Python versions because CPython and MicroPython have slightly different float representations. But these should really be fixed.
I double checked by installing Python 3.11 with
pyenv
again and building the package with that and, as expected, the test errors disappeared.Here are the failing tests:
Beta Was this translation helpful? Give feedback.
All reactions