Bug 2319709
Summary: | python-pytest-runner fails to build with setuptools 74+ | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
Component: | python-pytest-runner | Assignee: | Michel Lind <michel> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | dherrera, epel-packagers-sig, jonathan, michel, vrutkovs |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | python-pytest-runner-4.0-25.fc42 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2024-12-23 23:59:22 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: | 2300528, 2322407, 2319387 |
Description
Miro Hrončok
2024-10-18 10:13:34 UTC
I plan to update setuptools to 74.x in rawhide this week. At that point, this package will fail to build from source if not fixed. Tried to update the package to 6.0.1 and noticed some dependencies are missing No match for argument: python3dist(pytest-black) >= 0.3.7 No match for argument: python3dist(pytest-checkdocs) >= 2.4 No match for argument: python3dist(pytest-enabler) >= 1.0.1 No match for argument: python3dist(pytest-flake8) No match for argument: python3dist(pytest-mypy) >= 0.9.1 No match for argument: python3dist(pytest-virtualenv) As per https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/ I am now asking the maintainer to respond. This is a bulk response. In line with step 4 from https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/#_package_removal_for_long_standing_ftbfs_and_fti_bugs I am asking for a response. Thanks. This is marked as deprecated upstream - and has been for a while - so probably not worth updating anyway I'll send a deprecation notice to the mailing list and tell people to start migrating away from it The test suite ... *never worked with `python setup.py test` before* - it just ran 0 tests - and the only test available needs pytest-virtualenv which we don't have at all, and requires downloading content from the Internet. (In reply to Diego Herrera from comment #2) > Tried to update the package to 6.0.1 and noticed some dependencies are > missing > > No match for argument: python3dist(pytest-black) >= 0.3.7 > No match for argument: python3dist(pytest-checkdocs) >= 2.4 > No match for argument: python3dist(pytest-enabler) >= 1.0.1 > No match for argument: python3dist(pytest-flake8) > No match for argument: python3dist(pytest-mypy) >= 0.9.1 > No match for argument: python3dist(pytest-virtualenv) Fixed in https://bodhi.fedoraproject.org/updates/FEDORA-2024-6e183c5dc5 Deprecation notice: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/XWRCM4AOKM7KOMR3NLXDD2F7G65ALPKJ/ and https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org/thread/XWRCM4AOKM7KOMR3NLXDD2F7G65ALPKJ/ |