-
Notifications
You must be signed in to change notification settings - Fork 30
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 failure with Python 3.9 #350
Comments
I have created PR #351 for this. Thanks. |
Thanks a lot for the issue and the fix! |
Just a small update from the Python devs: "In Python 3.9.0a4 we have managed to revert the change that disables importing TL;DR: This patch was supposed to be for Py3.9, but now this patch would effectively work for Py3.10. Py3.9 has reverted the changes. |
Hello devs!
We had successfully included python-odml inside Fedora (It is available in the testing repos, and will be available in the stable repos in about a week 🥂 )
We also did a test build for Fedora 33 (which will have Python 3.9), and some tests fail. :(
The main error faced during the tests is:
As per the docs from Python 3.9:
"The abstract base classes in collections.abc no longer are exposed in the regular collections module. This will help create a clearer distinction between the concrete classes and the abstract base classes."
A detailed build and test log can be found here
I can try digging around this as well, but it would take me some time as I am a bit occupied with some other work. Talking about that, there should be no hurry, because there is a lot of time till the stable release of Python 3.9.
The text was updated successfully, but these errors were encountered: