[Python-modules-commits] [python-pip] 01/03: Set --disable-pip-version-check=True by default.

Barry Warsaw barry at moszumanska.debian.org
Fri Nov 18 22:29:33 UTC 2016


This is an automated email from the git hooks/post-receive script.

barry pushed a commit to branch master
in repository python-pip.

commit 278b3faec873b18333dba315ddbe97754d71c858
Author: Barry Warsaw <barry at python.org>
Date:   Fri Nov 18 17:07:47 2016 -0500

    Set --disable-pip-version-check=True by default.
    
    Patch-Name: disable-pip-version-check.patch
---
 pip/cmdoptions.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pip/cmdoptions.py b/pip/cmdoptions.py
index 1fade87..4ddb39b 100644
--- a/pip/cmdoptions.py
+++ b/pip/cmdoptions.py
@@ -510,7 +510,7 @@ disable_pip_version_check = partial(
     "--disable-pip-version-check",
     dest="disable_pip_version_check",
     action="store_true",
-    default=False,
+    default=True,
     help="Don't periodically check PyPI to determine whether a new version "
          "of pip is available for download. Implied with --no-index.")
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pip.git



More information about the Python-modules-commits mailing list