2025-07-14 19:40:31 +00:00
|
|
|
Index: pip_api-0.0.34/tests/test_parse_requirements.py
|
2023-02-07 05:19:15 +00:00
|
|
|
===================================================================
|
2025-07-14 19:40:31 +00:00
|
|
|
--- pip_api-0.0.34.orig/tests/test_parse_requirements.py
|
|
|
|
|
+++ pip_api-0.0.34/tests/test_parse_requirements.py
|
|
|
|
|
@@ -73,14 +73,6 @@ PEP508_PIP_EXAMPLE_WHEEL_FILE = "file://
|
2023-02-07 05:19:15 +00:00
|
|
|
"",
|
|
|
|
|
),
|
|
|
|
|
(
|
|
|
|
|
- # 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"},
|