Bug 2487621
| Summary: | Installing the python3-google-cloud-storage RPM causes pcp-testsuite tests to fail | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | William Cohen <wcohen> |
| Component: | python3.15 | Assignee: | Python Maintainers <python-maint> |
| Status: | CLOSED ERRATA | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | code, fkolwa, jonathan, ksurma, mhroncok, python-maint, python-packagers-sig |
| Target Milestone: | --- | Keywords: | Regression |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | python3.15-3.15.0~b2-5.fc45 | Doc Type: | --- |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2026-06-22 19:10:33 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: | |||
| Bug Blocks: | 2412434 | ||
|
Description
William Cohen
2026-06-10 18:05:35 UTC
The fix for this is likely to be in Python itself. https://github.com/python/cpython/issues/149671 Also note that pcp-testsuite seems to assert certain stderr content. Anything can produce extra stderr content (e.g. a deprecation warning etc.), and the testuite should likely be a tad more robust. Anyway, this will be fixed soon. Please test with python3.15-3.15.0~b2-5.fc45 -- should be fixed now. With the python3-google-cloud-storage rpm install the pcp tests are running fine with this newer version of python. [0%] 035 1s ... [0%] 053 4s ... [0%] 056 11s ... [1%] 064 0s ... [1%] 073 4s ... [2%] 109 6s ... [2%] 317 1s ... [3%] 536 1s ... [3%] 544 2s ... [4%] 547 0s ... [4%] 550 1s ... [5%] 551 11s ... [5%] 553 1s ... [6%] 561 2s ... [6%] 567 0s ... [7%] 576 0s ... [7%] 606 5s ... Thanks for verification and sorry for the breakage. |