Skip to content

Commit b99e082

Browse files
committed
Record download of completed partial requirements
1 parent 4ac0d3d commit b99e082

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pip/_internal/operations/prepare.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,7 @@ def _complete_partial_requirements(
471471
logger.debug("Downloading link %s to %s", link, filepath)
472472
req = links_to_fully_download[link]
473473
req.local_file_path = filepath
474+
self._downloaded[req.link.url] = filepath
474475

475476
# This step is necessary to ensure all lazy wheels are processed
476477
# successfully by the 'download', 'wheel', and 'install' commands.

0 commit comments

Comments
 (0)