mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-22 09:29:43 +00:00
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
34f429c02b
commit
7eee7dfc76
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,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