Skip to content

Commit

Permalink
Rebase and remove bad options
Browse files Browse the repository at this point in the history
  • Loading branch information
rouge8 committed Apr 9, 2020
1 parent 3a5f27a commit c348730
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pip/_internal/req/constructors.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,6 @@ def install_req_from_req_string(
# as 'pip install req.url'
parts = parse_req_from_line(req.url, None)
constraint = False
options = None

return InstallRequirement(
parts.requirement,
Expand All @@ -448,8 +447,6 @@ def install_req_from_req_string(
markers=parts.markers,
use_pep517=use_pep517,
isolated=isolated,
options=options if options else {},
wheel_cache=wheel_cache,
constraint=constraint,
extras=req.extras,
)
Expand Down

0 comments on commit c348730

Please sign in to comment.