From f11ddeb6ebdf6f425d485e652187a3cc8a913021 Mon Sep 17 00:00:00 2001 From: jacky06 Date: Thu, 5 Jul 2018 08:19:16 -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: Ic9210c3389776385286f6215e6673d75fa2d01d9 --- doc/source/contributor/extending_yaql.rst | 2 +- tools/docker/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/contributor/extending_yaql.rst b/doc/source/contributor/extending_yaql.rst index d7c743f4c..1e9b47ebd 100644 --- a/doc/source/contributor/extending_yaql.rst +++ b/doc/source/contributor/extending_yaql.rst @@ -121,7 +121,7 @@ For more information about YAQL, read the `official YAQL documentation