Bug 1122603
| Summary: | Tox 1.7.1 requires virtualenv>=1.11.2 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Volker Braun <vbraun.name> |
| Component: | python-tox | Assignee: | Matthias Runge <mrunge> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 20 | CC: | mrunge, slingamn |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | python-virtualenv-1.11.6-1.fc20 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-08-07 15:35:52 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: | |||
This might require a tox.ini with deps, so that tox is forced to set up a virtualenv. For example my project at https://github.com/sagemath/git-trac-command I'm seeing this as well. python-virtualenv-1.11.6-1.fc20,python-tox-1.7.1-2.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/python-virtualenv-1.11.6-1.fc20,python-tox-1.7.1-2.fc20 Package python-virtualenv-1.11.6-1.fc20, python-tox-1.7.1-2.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing python-virtualenv-1.11.6-1.fc20 python-tox-1.7.1-2.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-9084/python-virtualenv-1.11.6-1.fc20,python-tox-1.7.1-2.fc20 then log in and leave karma (feedback). python-virtualenv-1.11.6-1.fc20, python-tox-1.7.1-2.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: $ tox Traceback (most recent call last): File "/usr/bin/tox", line 5, in <module> from pkg_resources import load_entry_point File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2797, in <module> parse_requirements(__requires__), Environment() File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 576, in resolve raise DistributionNotFound(req) pkg_resources.DistributionNotFound: virtualenv>=1.11.2 Version-Release number of selected component (if applicable): python-virtualenv-1.10.1-1.fc20.noarch python-tox-1.7.1-1.fc20.noarch How reproducible: Always Additional info: The recent tox update at #1117197 broke this. Virtualenv should be updated to a sufficiently new version to satisfy the dependency.