python-robotframework fails to build with Python 3.13.0a5. + /usr/bin/python3 utest/run.py Traceback (most recent call last): File "/builddir/build/BUILD/robotframework-7.0/utest/run.py", line 99, in <module> tests = get_tests(args.directory) ~~~~~~~~~^^^^^^^^^^^^^^^^ File "/builddir/build/BUILD/robotframework-7.0/utest/run.py", line 56, in get_tests tests.extend(get_tests(fullname)) ~~~~~~~~~^^^^^^^^^^ File "/builddir/build/BUILD/robotframework-7.0/utest/run.py", line 66, in get_tests module = __import__(modname) ~~~~~~~~~~^^^^^^^^^ File "/builddir/build/BUILD/robotframework-7.0/utest/parsing/test_model.py", line 41, in <module> EXPECTED = File(sections=[ ~~~~^^^^^^^^^^^ ImplicitCommentSection( ^^^^^^^^^^^^^^^^^^^^^^^ ...<86 lines>... ) ^ ]) ^^ File "/builddir/build/BUILD/robotframework-7.0/utest/../src/robot/parsing/model/blocks.py", line 72, in __init__ super().__init__() ~~~~~~~~~~~~~~~~^^ SystemError: <method-wrapper '__init__' of File object at 0x7fc54cea0190> returned NULL without setting an exception https://docs.python.org/3.13/whatsnew/3.13.html For the build logs, see: https://copr-be.cloud.fedoraproject.org/results/@python/python3.13/fedora-rawhide-x86_64/07193568-python-robotframework/ For all our attempts to build python-robotframework with Python 3.13, see: https://copr.fedorainfracloud.org/coprs/g/python/python3.13/package/python-robotframework/ Testing and mass rebuild of packages is happening in copr. You can follow these instructions to test locally in mock if your package builds with Python 3.13: https://copr.fedorainfracloud.org/coprs/g/python/python3.13/ Let us know here if you have any questions. Python 3.13 is planned to be included in Fedora 41. To make that update smoother, we're building Fedora packages with all pre-releases of Python 3.13. A build failure prevents us from testing all dependent packages (transitive [Build]Requires), so if this package is required a lot, it's important for us to get it fixed soon. We'd appreciate help from the people who know this package best, but if you don't want to work on this now, let us know so we can try to work around it on our side.
In discussion upstream here: https://github.com/robotframework/robotframework/issues/5091 Sounds strange to the author, maybe a bug in Python. Can we recheck this with a6 due out in a few weeks?
Sure, I'm going to rebuild the whole repository with the next alpha, will let you know how this looks like.