Get a new version of setuptools as well

This whole stack is so fragile, running any non-latest packaging package
is fraught.  In particular, without this change, Debian 8 job is
failing.
This commit is contained in:
Jean-Paul Calderone 2018-07-10 11:16:24 -04:00
parent f7e0ecbe3f
commit b99120048f

View File

@ -19,9 +19,9 @@ sudo --set-home -u nobody virtualenv --python python2.7 /tmp/tests
# install things using pip!
sudo --set-home -u nobody /tmp/tests/bin/pip install certifi
# Get a new, awesome version of pip. For example, the distro-packaged
# virtualenv's pip may not know about wheels.
sudo --set-home -u nobody /tmp/tests/bin/pip install --upgrade pip
# Get a new, awesome version of pip and setuptools. For example, the
# distro-packaged virtualenv's pip may not know about wheels.
sudo --set-home -u nobody /tmp/tests/bin/pip install --upgrade pip setuptools
# Populate the wheelhouse, if necessary.
sudo --set-home -u nobody /tmp/tests/bin/pip \