-
-
Notifications
You must be signed in to change notification settings - Fork 118
Unit tests fails under Python 3.14 #564
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
Comments
Thanks for the headsup. |
Summary from what I see, its these two points:
|
I've opened PR #565 to add Python 3.14 to CI once this problem here gets fixed. |
Concerning python/cpython#124415 should we only update |
The NameError and most of the DeprecationWarnings are due to a bug in CPython; python/cpython#128930 will fix them. I put up a PR fixing most of the issues. |
More information: https://bugzilla.redhat.com/show_bug.cgi?id=2336937
Log:
The text was updated successfully, but these errors were encountered: