Bug 2361631
Summary: | python-pytest-testinfra FTBFS in rawhide | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Lumír Balhar <lbalhar> |
Component: | python-pytest-testinfra | Assignee: | Martin Hoyer <mhoyer> |
Status: | MODIFIED --- | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | chedi.toueiti, cn137, mhoyer, mhroncok |
Target Milestone: | --- | Flags: | mhroncok:
needinfo?
(chedi.toueiti) |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | --- | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 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: | 2322407, 2339432 |
Description
Lumír Balhar
2025-04-22 11:12:55 UTC
Any chance you could fix that? Sorry, I clicked the wrong item in the list, the needinfo was supposed to be on the assignee. This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component. Probably my fault. Will try to fix it asap. I remember now, it's already in rawhide. The pypi package name is `pytest-testinfra` while source tar is with underscore. One could presume that the pypi_source macro is taking the name of package as argument to be fair. -Source: %{pypi_source pytest-testinfra} +Source: %{pypi_source pytest_testinfra} Will backport to the branches. This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component. That change in rawhide broke this. The correct form is %{pypi_source pytest-testinfra} at least for the packaged version. For newer versions, %{pypi_source pytest_testinfra} will be needed, but not for 10.1.1 |