File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -456,7 +456,6 @@ def install_req_from_parsed_requirement(
456
456
isolated : bool = False ,
457
457
use_pep517 : Optional [bool ] = None ,
458
458
user_supplied : bool = False ,
459
- config_settings : Optional [Dict [str , str ]] = None ,
460
459
) -> InstallRequirement :
461
460
if parsed_req .is_editable :
462
461
req = install_req_from_editable (
@@ -466,7 +465,6 @@ def install_req_from_parsed_requirement(
466
465
constraint = parsed_req .constraint ,
467
466
isolated = isolated ,
468
467
user_supplied = user_supplied ,
469
- config_settings = config_settings ,
470
468
)
471
469
472
470
else :
@@ -486,7 +484,6 @@ def install_req_from_parsed_requirement(
486
484
constraint = parsed_req .constraint ,
487
485
line_source = parsed_req .line_source ,
488
486
user_supplied = user_supplied ,
489
- config_settings = config_settings , # TODO get this from parsed_req.options?
490
487
)
491
488
return req
492
489
You can’t perform that action at this time.
0 commit comments