mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-21 23:29:47 +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
735c55654c
commit
53b9284431
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ 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
|
||||
# work-around change in pip 1.5 (and more recent)
|
||||
./virtualenv/bin/pip install setuptools --upgrade
|
||||
|
||||
./virtualenv/bin/pip install -r requirements.txt
|
||||
|
||||
|
|
Loading…
Reference in a new issue