partially valid optimization mistakenly snuck in

This commit is contained in:
Jean-Paul Calderone 2018-07-09 13:34:29 -04:00
parent 1ebc59b2fe
commit 412899174b

View File

@ -16,7 +16,7 @@ sudo --set-home -u nobody virtualenv --python python2.7 /tmp/tests
# requirements (TLS >= 1.2) are incompatible with the old TLS clients
# available to those systems. Installing it ahead of time (with pip) avoids
# this problem.
sudo --set-home -u nobody PIP_FIND_LINKS=/tmp/packages /tmp/tests/bin/pip install certifi
sudo --set-home -u nobody /tmp/tests/bin/pip install certifi
# Python packages we need to support the test infrastructure. *Not* packages
# Tahoe-LAFS itself (implementation or test suite) need.