-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#egg=project-version not being parsed correctly #1249
Comments
if you use But this is a bug, ""#egg=project-version" is a format that historically comes from setuptools, and pip should support it. I'm going to change the bug description to match the problem. |
I'll work on this. |
update: this is only a problem when not using |
The fact that @qwcode any thought ? Edit: or maybe it could be the occasion to start migrating away from |
Closing as a duplicate of #3212. |
Using pip 1.4.1. Given the following requirements file:
pytest-cov only requires coverage>=3.4, and should be satisfied by the git package, but pip installs coverage 3.7 anyway.
Our workaround is to
pip install reqs
again, which reinstalls coverage==3.5.2pl1.The text was updated successfully, but these errors were encountered: