Skip to content

Commit c348730

Browse files
committed
Rebase and remove bad options
1 parent 3a5f27a commit c348730

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/pip/_internal/req/constructors.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,6 @@ def install_req_from_req_string(
439439
# as 'pip install req.url'
440440
parts = parse_req_from_line(req.url, None)
441441
constraint = False
442-
options = None
443442

444443
return InstallRequirement(
445444
parts.requirement,
@@ -448,8 +447,6 @@ def install_req_from_req_string(
448447
markers=parts.markers,
449448
use_pep517=use_pep517,
450449
isolated=isolated,
451-
options=options if options else {},
452-
wheel_cache=wheel_cache,
453450
constraint=constraint,
454451
extras=req.extras,
455452
)

0 commit comments

Comments
 (0)