Skip to content

Commit

Permalink
Pass use_pep517 along
Browse files Browse the repository at this point in the history
  • Loading branch information
rouge8 committed Apr 18, 2019
1 parent 5d9034c commit 62a7ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pip/_internal/req/constructors.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def install_req_from_req_string(
if req.url:
return install_req_from_line(
req.url, comes_from=comes_from, isolated=isolated,
wheel_cache=wheel_cache
wheel_cache=wheel_cache, use_pep517=use_pep517
)
return InstallRequirement(
req, comes_from, isolated=isolated, wheel_cache=wheel_cache,
Expand Down

0 comments on commit 62a7ecc

Please sign in to comment.