We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c25a522 + 9697688 commit abde745Copy full SHA for abde745
news/12683.feature.rst
@@ -0,0 +1,2 @@
1
+Disable pip's self version check when invoking a pip subprocess to install
2
+PEP 517 build requirements.
src/pip/_internal/build_env.py
@@ -241,6 +241,7 @@ def _install_requirements(
241
"--prefix",
242
prefix.path,
243
"--no-warn-script-location",
244
+ "--disable-pip-version-check",
245
]
246
if logger.getEffectiveLevel() <= logging.DEBUG:
247
args.append("-vv")
0 commit comments