From: Sandon Van Ness Date: Fri, 10 Jan 2014 03:09:39 +0000 (-0800) Subject: Added pip 1.5 workaround. X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9a22d94aebe784dfc68ae854d9dcbd933be30288;p=s3-tests.git Added pip 1.5 workaround. Setuptools needs to be upgraded with --no-use-wheel. A change we already were using in other projects. Signed-off-by: Sandon Van Ness --- diff --git a/bootstrap b/bootstrap index e5b2e61b..8571f6c2 100755 --- a/bootstrap +++ b/bootstrap @@ -32,6 +32,9 @@ virtualenv --no-site-packages --distribute virtualenv # avoid pip bugs ./virtualenv/bin/pip install --upgrade pip +# work-around change in pip 1.5 +./virtualenv/bin/pip install setuptools --no-use-wheel --upgrade + ./virtualenv/bin/pip install -r requirements.txt # forbid setuptools from using the network because it'll try to use