From d0dc1e46f17072ae7b9ef9458e1e91d7288b48d6 Mon Sep 17 00:00:00 2001 From: jacky06 Date: Thu, 5 Jul 2018 08:28:37 -0400 Subject: [PATCH] Pin get-pip.py to 3.2 As get-pip.py evolves based on pip 10, while we're still using pip 9, changes in the way it can be used are causing problems. For example, the ability to use --download is no longer there. As such, let's pin to a known good version and leave it at that until we no longer need to use this script. Version 3.2 maps to pip 7.1.2 which fulfills our needs. Change-Id: I43ee210311daf206bd7586eaf8592809d8c38678 --- doc/source/contributor/unit-tests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/contributor/unit-tests.rst b/doc/source/contributor/unit-tests.rst index a154786a8..43888332d 100644 --- a/doc/source/contributor/unit-tests.rst +++ b/doc/source/contributor/unit-tests.rst @@ -31,7 +31,7 @@ Install OS-specific prerequisites:: Install pip:: - curl -s https://bootstrap.pypa.io/get-pip.py | sudo python + curl -s https://bootstrap.pypa.io/3.2/get-pip.py | sudo python Install common prerequisites::