Skip to content

Commit 306c0fc

Browse files
committed
build_apps: Disable the pip version check when downloading wheels
If the user is not using the latest version of pip, they will likely be spammed by pip enough as is. There is not much need to remind them about this for each built platform.
1 parent a968caf commit 306c0fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

direct/src/dist/commands.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,12 +425,13 @@ def download_wheels(self, platform):
425425
os.remove(os.path.join(whldir, whl))
426426

427427
pip_args = [
428+
'--disable-pip-version-check',
428429
'download',
429430
'-d', whldir,
430431
'-r', self.requirements_path,
431432
'--only-binary', ':all:',
432433
'--platform', platform,
433-
'--abi', abi_tag
434+
'--abi', abi_tag,
434435
]
435436

436437
if self.use_optimized_wheels:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy