[3.14] Disable pip version check when upgrading certifi (GH-144632) (#144641)

(cherry picked from commit 80ba4e10f5)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2026-02-10 04:24:17 +01:00 committed by GitHub
parent 2cc0720bdb
commit 3fc48c152b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,8 @@ def main():
print(" -- pip install --upgrade certifi")
subprocess.check_call([sys.executable,
"-E", "-s", "-m", "pip", "install", "--upgrade", "certifi"])
"-E", "-s", "-m", "pip", "install", "--upgrade", "certifi",
"--disable-pip-version-check"])
import certifi