Bug 2240590
Summary: | ValueError: Requirement 'tox >= None' from tox provision (minversion) is invalid. | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
Component: | pyproject-rpm-macros | Assignee: | Miro Hrončok <mhroncok> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | gui1ty, maxwell, mhroncok, pviktori, python-packagers-sig |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | pyproject-rpm-macros-1.10.0-1.fc40 pyproject-rpm-macros-1.10.0-1.fc38 pyproject-rpm-macros-1.10.0-1.fc37 pyproject-rpm-macros-1.10.0-1.fc39 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2023-09-30 03:34:48 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: |
Description
Miro Hrončok
2023-09-25 11:43:27 UTC
This fixes the problem: - if 'minversion' in provision_requires: + if provision_requires.get("minversion") is not None: Obviously, this also needs tests etc. FEDORA-2023-bec0eb6622 has been submitted as an update to Fedora 40. https://bodhi.fedoraproject.org/updates/FEDORA-2023-bec0eb6622 FEDORA-2023-bec0eb6622 has been pushed to the Fedora 40 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2023-fce9985dc0 has been submitted as an update to Fedora 37. https://bodhi.fedoraproject.org/updates/FEDORA-2023-fce9985dc0 FEDORA-2023-1e499386d7 has been submitted as an update to Fedora 38. https://bodhi.fedoraproject.org/updates/FEDORA-2023-1e499386d7 FEDORA-2023-f292d597c2 has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2023-f292d597c2 FEDORA-2023-fce9985dc0 has been pushed to the Fedora 37 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-fce9985dc0` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-fce9985dc0 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2023-1e499386d7 has been pushed to the Fedora 38 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-1e499386d7` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-1e499386d7 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2023-f292d597c2 has been pushed to the Fedora 39 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-f292d597c2` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-f292d597c2 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2023-1e499386d7 has been pushed to the Fedora 38 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2023-fce9985dc0 has been pushed to the Fedora 37 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2023-f292d597c2 has been pushed to the Fedora 39 stable repository. If problem still persists, please make note of it in this bug report. |