mirror of
https://github.com/ceph/ceph
synced 2025-01-01 08:32:24 +00:00
mgr/dashboard: fix missing constraints file in backend API tests
Signed-off-by: Alfonso Martínez <almartin@redhat.com>
This commit is contained in:
parent
86b9036c6c
commit
f1d6feb6b6
@ -85,7 +85,7 @@ urllib3==1.22
|
||||
source venv/bin/activate
|
||||
pip install 'setuptools >= 12'
|
||||
eval pip install $TEUTHOLOGY_PY_REQS
|
||||
pip install -r $CURR_DIR/requirements.txt
|
||||
pip install -r $CURR_DIR/requirements.txt -c $CURR_DIR/constraints.txt
|
||||
|
||||
git clone --depth 1 https://github.com/ceph/teuthology.git
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user