-
Notifications
You must be signed in to change notification settings - Fork 558
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
TestUtil.test_to_bits_from_bits_round_trip test failure with python3.13b2 #2801
Comments
I don't know python well, however looking at test code in python source (itself), the following seems to work (again, I am not python expert)
|
I did something similar in https://src.fedoraproject.org/rpms/python-rdflib/pull-request/5#request_diff but @mtasaka 's proposal seems cleaner (it kept the new classes scoped locally so does not change the API) |
You mean Fedora 41. |
Fedora project is now planning to import python 3.13 into Fedora 40, and now trying to rebuild all packages in Fedora with python 3.13b2 .
With rdflib 7.0.0, testsuite
TestUtil.test_to_bits_from_bits_round_trip
fails with python 3.13b2 as:Looks like this assignment is no longer accepted.
rdflib/rdflib/store.py
Line 136 in fcfc2aa
rdflib/rdflib/store.py
Line 149 in fcfc2aa
The text was updated successfully, but these errors were encountered: