Bug 2325887
Summary: | mu: FTBFS in all supported Fedora releases | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
Component: | mu | Assignee: | Miro Hrončok <mhroncok> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | mail, mhroncok, python-packagers-sig |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | https://koschei.fedoraproject.org/package/mu | ||
Whiteboard: | |||
Fixed In Version: | mu-1.2.0-18.fc42 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2024-11-18 18:35:29 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: | 2260875, 2300528, 2322407, 2168842, 2231791 |
Description
Miro Hrončok
2024-11-13 11:39:00 UTC
The RecursionError is caused by calling reset_mock() on a mock of super. reset_mock() now calls super() since https://github.com/python/cpython/issues/123934 (In reply to Miro Hrončok from comment #1) > The RecursionError is caused by calling reset_mock() on a mock of super. > > reset_mock() now calls super() since > https://github.com/python/cpython/issues/123934 Fix in https://github.com/mu-editor/mu/pull/2528 The other test is https://github.com/mu-editor/mu/pull/2529 Downstream backports in https://src.fedoraproject.org/rpms/mu/pull-request/28 FEDORA-2024-34067558de (mu-1.2.0-18.fc42) has been submitted as an update to Fedora 42. https://bodhi.fedoraproject.org/updates/FEDORA-2024-34067558de FEDORA-2024-34067558de (mu-1.2.0-18.fc42) has been pushed to the Fedora 42 stable repository. If problem still persists, please make note of it in this bug report. |