We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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-transaction fails to build on Fedora's python 3.13. Fedora report: https://bugzilla.redhat.com/show_bug.cgi?id=2245866
python-transaction fails to build with Python 3.13.0a1. __________________________________ test_suite __________________________________ def test_suite(): > return unittest.makeSuite(WeakSetTests) src/transaction/tests/test_weakset.py:140: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ name = 'makeSuite' def __getattr__(name): if name == 'IsolatedAsyncioTestCase': global IsolatedAsyncioTestCase from .async_case import IsolatedAsyncioTestCase return IsolatedAsyncioTestCase > raise AttributeError(f"module {__name__!r} has no attribute {name!r}") E AttributeError: module 'unittest' has no attribute 'makeSuite' /usr/lib64/python3.13/unittest/__init__.py:80: AttributeError =========================== short test summary info ============================ FAILED src/transaction/tests/test_weakset.py::test_suite - AttributeError: mo... ================== 1 failed, 176 passed, 2 warnings in 0.28s ===================
Fedora rawhide (Fedora 41), Python 3.13.0a1.
The text was updated successfully, but these errors were encountered:
I believe this issue is obsolete, there is no occurrence of makeSuite in the test code anymore and the tests for Python 3.13 run fine.
makeSuite
Sorry, something went wrong.
No branches or pull requests
BUG/PROBLEM REPORT / FEATURE REQUEST
What I did:
python-transaction fails to build on Fedora's python 3.13.
Fedora report:
https://bugzilla.redhat.com/show_bug.cgi?id=2245866
What actually happened:
What version of Python and Zope/Addons I am using:
Fedora rawhide (Fedora 41), Python 3.13.0a1.
The text was updated successfully, but these errors were encountered: