Skip to content

Commit d700340

Browse files
matteiusoz123
authored andcommitted
Downloader now takes additional parameter resume_retries
1 parent f284b45 commit d700340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipenv/utils/dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ def determine_package_name(package: InstallRequirement):
800800
local_file = unpack_url(
801801
link=package.link,
802802
location=td,
803-
download=Downloader(session, "off"),
803+
download=Downloader(session, "off", resume_retries=0),
804804
verbosity=1,
805805
)
806806
if local_file.path.endswith(".whl") or local_file.path.endswith(".zip"):

0 commit comments

Comments
 (0)