From bca186cc93a0199983e0b13e8579fe49ffefd265 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 28 Feb 2019 11:05:24 +0100 Subject: Upgrade pip, see #1683650 We need pip 9.0 for python_requires, coming from isort, pulled by pylint Change-Id: I2d25365aa0b57f6c58ad69796b2aa8046c1ac341 --- build-gluster-org/scripts/glusto-lint.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build-gluster-org/scripts') diff --git a/build-gluster-org/scripts/glusto-lint.sh b/build-gluster-org/scripts/glusto-lint.sh index 298c5a7..5d6f9a5 100644 --- a/build-gluster-org/scripts/glusto-lint.sh +++ b/build-gluster-org/scripts/glusto-lint.sh @@ -2,6 +2,8 @@ set -e source /opt/rh/python27/enable virtualenv --system-site-packages env +# see https://bugzilla.redhat.com/show_bug.cgi?id=1683650 +env/bin/pip install --upgrade pip env/bin/pip install tox env/bin/tox -- cgit