Let s3compat repo manage the ceph-tests requirements
Change-Id: I2a7dba1e88f1adf447b75e78699c3827e984427a
This commit is contained in:
parent
31d4353bf1
commit
74d818f035
@ -134,10 +134,12 @@ else
|
||||
|
||||
# ceph/s3-tests has some rather ancient requirements,
|
||||
# so drop into another virtualenv
|
||||
# TODO: this may no longer be necessary?
|
||||
VENV="$(mktemp -d)"
|
||||
virtualenv "$VENV"
|
||||
. "$VENV/bin/activate"
|
||||
pip install -r requirements.txt -r ceph-tests/requirements.txt
|
||||
pip install -r requirements.txt
|
||||
pip freeze
|
||||
|
||||
S3TEST_CONF="${CONF_DIR}/ceph-s3.conf" ./bin/run_ceph_tests.py "$@" || true
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user