mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-22 09:29:43 +00:00
bootstrap: force new setuptools
Deal setuptools upgrade problem discussed here: https://github.com/pypa/setuptools/issues/940 Now follows the same formula as upstream teuthology. Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
This commit is contained in:
parent
dfc7a1271b
commit
5562bd6143
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ 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
|
# work-around change in pip 1.5 (and more recent)
|
||||||
./virtualenv/bin/pip install setuptools --no-use-wheel --upgrade
|
./virtualenv/bin/pip install setuptools --upgrade
|
||||||
|
|
||||||
./virtualenv/bin/pip install -r requirements.txt
|
./virtualenv/bin/pip install -r requirements.txt
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue