forked from TrueCloudLab/s3-tests
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 <sandon@inktank.com>
This commit is contained in:
parent
3fc4121f8b
commit
9a22d94aeb
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@ virtualenv --no-site-packages --distribute virtualenv
|
||||||
# avoid pip bugs
|
# avoid pip bugs
|
||||||
./virtualenv/bin/pip install --upgrade pip
|
./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
|
./virtualenv/bin/pip install -r requirements.txt
|
||||||
|
|
||||||
# forbid setuptools from using the network because it'll try to use
|
# forbid setuptools from using the network because it'll try to use
|
||||||
|
|
Loading…
Reference in a new issue