Bug 2137514
| Summary: | pytest-7.2.0 is available | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Upstream Release Monitoring <upstream-release-monitoring> |
| Component: | pytest | Assignee: | Lumír Balhar <lbalhar> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | dradez, lbalhar, mhroncok, mrunge, thomas.moschny |
| Target Milestone: | --- | Keywords: | FutureFeature, Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | pytest-7.2.0-1.fc38 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-11-30 13:55:20 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: | 2136453, 2142035, 2142036, 2142037, 2142038, 2142039, 2142040, 2142041, 2142042, 2142043, 2142044, 2142045, 2142046, 2142047, 2142048, 2142051, 2142052, 2142053, 2142054, 2142055, 2142056, 2142057, 2142058, 2142059, 2142060, 2142061, 2142062, 2142063, 2142064, 2142065, 2142066, 2142067, 2142070, 2142220 | ||
| Bug Blocks: | 2138752, 2138912, 2140434 | ||
|
Description
Upstream Release Monitoring
2022-10-25 10:02:43 UTC
Scratch build failed. Details below:
DownloadException: The specfile contains a Source URL with an unknown protocol; it shouldbe "https", "http", or "ftp".
Traceback:
File "/usr/local/lib/python3.10/site-packages/hotness/use_cases/package_scratch_build_use_case.py", line 56, in build
result = self.builder.build(request.package, request.opts)
File "/usr/local/lib/python3.10/site-packages/hotness/builders/koji.py", line 164, in build
new_sources = self._spec_sources(specfile, tmp)
File "/usr/local/lib/python3.10/site-packages/hotness/builders/koji.py", line 337, in _spec_sources
raise DownloadException(msg)
If you think this issue is caused by some bug in the-new-hotness, please report it on the-new-hotness issue tracker: https://github.com/fedora-infra/the-new-hotness/issues
The latest pytest vendors some parts of the py library. It's also possible to install it and skip the vendored version but that's a decision for the maintainer. See https://github.com/pytest-dev/pytest/commit/19dda7c9bdc8ef71c792e0f77a9595bfad8d9248 I'd keep them vendored. Upstream wants to move the code from py to pytest and get rid of py. That's a decision we should respect (and possibly deprecate py in Fedora). (In reply to Miro Hrončok from comment #3) > I'd keep them vendored. Upstream wants to move the code from py to pytest > and get rid of py. That's a decision we should respect (and possibly > deprecate py in Fedora). Just a side note: py might be deprecated, but it's to early for retirement. The pytest changelog says: > [...] If you need other py.* modules, continue to install the deprecated py library separately, otherwise it can usually be removed as a dependency. (In reply to Thomas Moschny from comment #5) > Just a side note: py might be deprecated, but it's to early for retirement. > The pytest changelog says: Sure thing. Some other important packages (like tox) depend on py directly so there is no plan to retire it in the foreseeable future. All packages where this update causes trouble have bugzilla, PR, or both. An e-mail has been sent to devel ML. My plan is to ship this next week. FEDORA-2022-27ea8cb03e has been submitted as an update to Fedora 38. https://bodhi.fedoraproject.org/updates/FEDORA-2022-27ea8cb03e FEDORA-2022-27ea8cb03e has been pushed to the Fedora 38 stable repository. If problem still persists, please make note of it in this bug report. |