mirror of
https://github.com/python/cpython.git
synced 2026-04-14 15:50:50 +00:00
[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:
parent
2cc0720bdb
commit
3fc48c152b
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue