Bug 2305164
| Summary: | Please branch and build python-pytest-xdist in epel10 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Nils Philippsen <nphilipp> |
| Component: | python-pytest-xdist | Assignee: | Scott Talbert <swt> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | epel10 | CC: | carl, code, davide, kkeithle, mhroncok, nphilipp, swt |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-pytest-xdist-3.6.1-4.el10_0 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-10-10 21:41:19 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: | 2303885, 2304139, 2307139, 2307140 | ||
| Bug Blocks: | 2303880, 1914423, 2305083, 2311639 | ||
|
Description
Nils Philippsen
2024-08-15 14:22:02 UTC
python-pytest-xdist has quite a large dep tree to unfold. Consider not using it just yet, as its usage in python-rpmautospec/-core should be optional. FWIW pytest-xdist requires execnet which needs at least the optional_test_deps bcond disabled to build in EPEL 10, unless we want to include eventlet which is obsleted upstream. With the merge of https://src.fedoraproject.org/rpms/python-rpmautospec/pull-request/7, the python-pytest-xdist buildrequirement no longer applies for EPEL 10. I imagine this package will still be generally useful in EPEL 10 for other packages, but the pressure is off to get it in for python-rpmautospec. *** Bug 2311647 has been marked as a duplicate of this bug. *** Miro, does that mean this package has been added to RHEL proper? (In reply to Scott Talbert from comment #5) > Miro, does that mean this package has been added to RHEL proper? The package was built for EPEL10 in https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-5fe63b558c. When I built python-execnet I went ahead and built this one, as it was finally unblocked. Since the branch was already there and there were no changes needed, I assumed it's OK. (In reply to Miro Hrončok from comment #7) > When I built python-execnet I went ahead and built this one, as it was > finally unblocked. Since the branch was already there and there were no > changes needed, I assumed it's OK. Yep totally makes sense. I was more surprised when I didn't see a build on the homepage of src.fp.o, but there must just be some lag there. |