Bug 2280554
| Summary: | python-venusian fails to build with Python 3.13: AssertionError: self.assertTrue(f_locals is locals()) | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Karolina Surma <ksurma> |
| Component: | python-venusian | Assignee: | Fedora Infrastructure SIG <infra-sig> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | code, infra-sig, ksurma, mattia.verga, mhroncok |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-venusian-3.1.0-4.fc41 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-05-15 20:08:09 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2244836 | ||
Reported upstream and linked to a similar bug in zope.interface. FEDORA-2024-2afc994484 (python-venusian-3.1.0-4.fc41) has been submitted as an update to Fedora 41. https://bodhi.fedoraproject.org/updates/FEDORA-2024-2afc994484 FEDORA-2024-2afc994484 (python-venusian-3.1.0-4.fc41) has been pushed to the Fedora 41 stable repository. If problem still persists, please make note of it in this bug report. |
python-venusian fails to build with Python 3.13.0b1. __________________________ FrameInfoTest.testCallInfo __________________________ self = <tests.test_advice.FrameInfoTest testMethod=testCallInfo> def testCallInfo(self): (kind, module, f_locals, f_globals, codeinfo) = advice.getFrameInfo( sys._getframe() ) self.assertEqual(kind, "function call") > self.assertTrue(f_locals is locals()) # ??? E AssertionError: False is not true tests/test_advice.py:96: AssertionError =========================== short test summary info ============================ FAILED tests/test_advice.py::FrameInfoTest::testCallInfo - AssertionError: Fa... ========================= 1 failed, 46 passed in 0.09s ========================= 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/07443681-python-venusian/ For all our attempts to build python-venusian with Python 3.13, see: https://copr.fedorainfracloud.org/coprs/g/python/python3.13/package/python-venusian/ 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.