Pin pip to a version <10.0.0 43/70943/3
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 14 Apr 2018 16:34:54 +0000 (12:34 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 15 Apr 2018 17:11:45 +0000 (13:11 -0400)
Issue: RELENG-96
Change-Id: Ia2785bde8601b5130e7c05ba13d029932cbde249
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb/autorelease/autorelease-macros.yaml
jjb/generate-csit-status-report.sh
jjb/odl-openstack-install.sh
jjb/opendaylight-infra-push-gerrit-patch.sh
jjb/opendaylight-infra-stack.sh
jjb/opendaylight-infra-update-image-list.sh

index 903332e806d38e6ae811dab4678b686e120b561c..b8b0cb038fefc30dc435d93dc6df43c7a2ddb946 100644 (file)
@@ -56,7 +56,7 @@
           virtualenv --system-site-packages $WORKSPACE/venv
           source $WORKSPACE/venv/bin/activate
           PYTHON="$WORKSPACE/venv/bin/python"
-          $PYTHON -m pip install --upgrade pip
+          $PYTHON -m pip install --upgrade "pip<10.0.0" setuptools
           $PYTHON -m pip install --upgrade networkx
           $PYTHON -m pip install --upgrade pipdeptree
           pipdeptree
index 02cdf5b9c72021491ced30f2b357a9ab07413a81..83d5c9ea3abeed217274ed313d4ee34d1c66207b 100644 (file)
@@ -57,7 +57,7 @@ EOF
 virtualenv --quiet "/tmp/v/jenkins"
 # shellcheck source=/tmp/v/jenkins/bin/activate disable=SC1091
 source "/tmp/v/jenkins/bin/activate"
-pip install --quiet --upgrade pip
+pip install --quiet --upgrade "pip<10.0.0" setuptools
 pip install --quiet --upgrade tox beautifulsoup4 requests
 
 echo python "$script" "$BUILD_URL"
index adf7d923a41c68a7fa4a9da77c44eeb51ae4a53c..8423e0476242addeba360015c710b69594c1d793 100644 (file)
@@ -14,7 +14,7 @@ echo "---> Install openstack cli into /tmp/v/openstack"
 virtualenv "/tmp/v/openstack"
 # shellcheck source=/tmp/v/openstack/bin/activate disable=SC1091
 source "/tmp/v/openstack/bin/activate"
-pip install --upgrade pip
+pip install --upgrade "pip<10.0.0"
 pip install --upgrade python-openstackclient python-heatclient
 pip install --upgrade pipdeptree
 pipdeptree
index 0d1a67055ae7f97722ea7ed55cfc986b80e5fc0e..c5a7e7340bc91560c9bf0041ab15d2c71892fbc8 100644 (file)
@@ -15,7 +15,7 @@
 virtualenv "/tmp/v/git-review"
 # shellcheck source=/tmp/v/git-review/bin/activate disable=SC1091
 source "/tmp/v/git-review/bin/activate"
-pip install --upgrade pip
+pip install --upgrade "pip<10.0.0" setuptools
 pip install --upgrade git-review
 pip install --upgrade pipdeptree
 pipdeptree
index b3afb0481f55f737e338a0c78e8dba94b989a7c9..ee937d966b7020dbaa60b59498883e73594d58ba 100644 (file)
@@ -12,7 +12,7 @@
 virtualenv "/tmp/v/openstack"
 # shellcheck source=/tmp/v/openstack/bin/activate disable=SC1091
 source "/tmp/v/openstack/bin/activate"
-pip install --upgrade pip
+pip install --upgrade "pip<10.0.0" setuptools
 pip install --upgrade python-openstackclient python-heatclient
 pip install --upgrade pipdeptree
 pipdeptree
index 20ceb396e55727f1e7ed0ccf1d6bffaae677659d..efc77f2c02dd0f6cd3969c5d3c3c79c560a8f3fe 100644 (file)
@@ -12,7 +12,7 @@
 virtualenv "/tmp/v/openstack"
 # shellcheck source=/tmp/v/openstack/bin/activate disable=SC1091
 source "/tmp/v/openstack/bin/activate"
-pip install --upgrade --quiet pip
+pip install --upgrade --quiet "pip<10.0.0" setuptools
 pip install --upgrade --quiet python-openstackclient python-heatclient
 pip install --upgrade pipdeptree
 pipdeptree