mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
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:
parent
f7e0ecbe3f
commit
b99120048f
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user