Skip to content

Commit 3fc48c1

Browse files
[3.14] Disable pip version check when upgrading certifi (GH-144632) (#144641)
(cherry picked from commit 80ba4e1) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 2cc0720 commit 3fc48c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Mac/BuildScript/resources/install_certificates.command

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ def main():
2525
2626
print(" -- pip install --upgrade certifi")
2727
subprocess.check_call([sys.executable,
28-
"-E", "-s", "-m", "pip", "install", "--upgrade", "certifi"])
28+
"-E", "-s", "-m", "pip", "install", "--upgrade", "certifi",
29+
"--disable-pip-version-check"])
2930
3031
import certifi
3132

0 commit comments

Comments
 (0)