Bug 1645025
| Summary: | python-tox Recommends python26 although there's no python2 subpackage | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Raphael Groner <projects.rg> |
| Component: | python-tox | Assignee: | Matthias Runge <mrunge> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | itamar, mhroncok, mrunge, pviktori |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-11-01 11:35:36 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: | |||
|
Description
Raphael Groner
2018-11-01 09:14:55 UTC
The entire *purpose* of tox is to enable developers to test against various Python versions. This makes Fedora great for developing Python mudules that work on all the Python versions. It's documented here: https://developer.fedoraproject.org/tech/languages/python/multiple-pythons.html Please do recommend all interpreters that work with tox. Tox itself runs of Python 3. It calls the other interpreters as commands. python3-tox on rawhide does no longer recommends python26 because it doesn't work with Python 2.6. python3-tox in Fedora 28 recommedns python26 because it works with Python 2.6. Plese keep recommending Python 2.7, as it works with Python 2.7. Plese revert https://src.fedoraproject.org/rpms/python-tox/c/131621c8655626d7129a8b5794db7b0e3b084dff oops. I've reverted the change and rebuilt on rawhide. No other branches were touched. Thanks. (In reply to Petr Viktorin from comment #1) > The entire *purpose* of tox is to enable developers to test against various > Python versions. This makes Fedora great for developing Python mudules that > work on all the Python versions. > It's documented here: > https://developer.fedoraproject.org/tech/languages/python/multiple-pythons. > html Well, I'd love to see this as a comment in the spec file to prevent any further potential confusion. PR with such a comment: https://src.fedoraproject.org/rpms/python-tox/pull-request/5 |