Skip to content

Commit de105e7

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

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)