We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c684f19 commit f894310Copy full SHA for f894310
src/pip/_internal/req/constructors.py
@@ -81,7 +81,7 @@ def parse_editable(editable_req):
81
except InvalidRequirement:
82
pass
83
else:
84
- if req.url:
+ if req.url and "://" in req.url:
85
# Join the marker back into the name part. This will be parsed out
86
# later into a Requirement again.
87
if req.marker:
0 commit comments