Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory
python-pip-api
support-packaging-changes.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File support-packaging-changes.patch of Package python-pip-api
Index: pip-api-0.0.30/tests/test_parse_requirements.py =================================================================== --- pip-api-0.0.30.orig/tests/test_parse_requirements.py +++ pip-api-0.0.30/tests/test_parse_requirements.py @@ -75,14 +75,6 @@ PEP508_PIP_EXAMPLE_WHEEL_FILE = "file:// "", ), ( - # Version and URL can't be combined so this all gets parsed as a legacy version - "pip==1.3.1@{url}\n".format(url=PEP508_PIP_EXAMPLE_URL), - {"pip"}, - None, - "pip==1.3.1@" + PEP508_PIP_EXAMPLE_URL, # Note no extra space after @ - "==1.3.1@" + PEP508_PIP_EXAMPLE_URL, - ), - ( # VCS markers at the beginning of a URL get stripped away "git+" + PEP508_PIP_EXAMPLE_EGG, {"pip"},
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor