Bug 2319687
Summary: | python-oslo-metrics fails to build with setuptools 74+: uses removed setup.py test | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
Component: | python-oslo-metrics | Assignee: | Hirotaka Wakabayashi <hiwkby> |
Status: | CLOSED ERRATA | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | cstratak, hiwkby |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | python-oslo-metrics-0.8.0-4.fc42 python-oslo-metrics-0.8.0-4.fc40 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2024-10-29 11:10:24 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: | 2319387 |
Description
Miro Hrončok
2024-10-18 10:12:11 UTC
Hello Miro, Thanks for the report. I think the error occurred because of "setup.py test" command that is removed since setuptools-v72.0.0. I will fix it. "setup.py test" command is called here https://src.fedoraproject.org/rpms/python-oslo-metrics/blob/rawhide/f/python-oslo-metrics.spec#_107 Setuptools-v72.0.0 28 Jul 2024 Deprecations and Removals https://setuptools.pypa.io/en/latest/history.html#id59 Remove test command and tests_require #931 https://github.com/pypa/setuptools/issues/931 Yes, that's exactly the reason this package fails to build. FEDORA-2024-b0990a6b72 (python-oslo-metrics-0.8.0-4.fc42) has been submitted as an update to Fedora 42. https://bodhi.fedoraproject.org/updates/FEDORA-2024-b0990a6b72 FEDORA-2024-b0990a6b72 (python-oslo-metrics-0.8.0-4.fc42) has been pushed to the Fedora 42 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2024-714da5c3be (python-oslo-metrics-0.8.0-4.fc40) has been submitted as an update to Fedora 40. https://bodhi.fedoraproject.org/updates/FEDORA-2024-714da5c3be FEDORA-2024-714da5c3be has been pushed to the Fedora 40 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-714da5c3be` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-714da5c3be See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2024-714da5c3be (python-oslo-metrics-0.8.0-4.fc40) has been pushed to the Fedora 40 stable repository. If problem still persists, please make note of it in this bug report. |