Bug 2220277
Summary: | F39FailsToInstall: python3-indexed-gzip | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Fedora Fails To Install <fti-bugs> |
Component: | python-indexed_gzip | Assignee: | Ben Beasley <code> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | code, neuro-sig, sanjay.ankur |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | python-indexed_gzip-1.7.1-5.fc39 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2023-07-11 18:03:54 UTC | Type: | --- |
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: | 2220356 | ||
Bug Blocks: | 2135404, 2168845, 2220241, 2220242, 2220243 |
Description
Fedora Fails To Install
2023-07-05 19:13:32 UTC
The Python 3.12 rebuild was blocked by a test dependency on nibabel. I conditionalized the nibabel BR and integration tests, and temporarily disabled them until bug 2220356 is fixed. Now there are three test failures: =========================== short test summary info ============================ FAILED ../../BUILDROOT/python-indexed_gzip-1.7.1-3.fc39.x86_64/usr/lib64/python3.12/site-packages/indexed_gzip/tests/test_indexed_gzip.py::test_multiproc_serialise FAILED ../../BUILDROOT/python-indexed_gzip-1.7.1-3.fc39.x86_64/usr/lib64/python3.12/site-packages/indexed_gzip/tests/test_indexed_gzip.py::test_picklable FAILED ../../BUILDROOT/python-indexed_gzip-1.7.1-3.fc39.x86_64/usr/lib64/python3.12/site-packages/indexed_gzip/tests/test_indexed_gzip.py::test_copyable ===== 3 failed, 86 passed, 1 skipped, 35597 warnings in 520.36s (0:08:40) ====== Each is due to: E TypeError: cannot pickle 'IndexedGzipFile' instances Reported upstream: https://github.com/pauldmccarthy/indexed_gzip/issues/125 I think I have a patch for this. Waiting for the test suite in a local mock build. FEDORA-2023-172aef0d5b has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2023-172aef0d5b FEDORA-2023-172aef0d5b has been pushed to the Fedora 39 stable repository. If problem still persists, please make note of it in this bug report. |