From: Alfonso Martínez Date: Fri, 4 Oct 2019 14:04:42 +0000 (+0200) Subject: mgr/dashboard: fix missing constraints file in backend API tests X-Git-Tag: v15.1.0~1317^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F30720%2Fhead;p=ceph.git mgr/dashboard: fix missing constraints file in backend API tests Signed-off-by: Alfonso Martínez --- diff --git a/src/pybind/mgr/dashboard/run-backend-api-tests.sh b/src/pybind/mgr/dashboard/run-backend-api-tests.sh index 47aa8d0f4095..c4c651f5be0f 100755 --- a/src/pybind/mgr/dashboard/run-backend-api-tests.sh +++ b/src/pybind/mgr/dashboard/run-backend-api-tests.sh @@ -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