Skip to content

Commit

Permalink
Pass InstallRequirement.is_direct to install_whell
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Apr 12, 2020
1 parent 7945819 commit e3a90dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pip/_internal/req/req_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,7 @@ def install(
pycompile=pycompile,
warn_script_location=warn_script_location,
direct_url=direct_url,
requested=self.is_direct,
)
self.install_succeeded = True
return
Expand Down

0 comments on commit e3a90dd

Please sign in to comment.