From f1d6feb6b689eb99b7a41fa839e0069815976446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alfonso=20Mart=C3=ADnez?= Date: Fri, 4 Oct 2019 16:04:42 +0200 Subject: [PATCH] mgr/dashboard: fix missing constraints file in backend API tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alfonso Martínez --- src/pybind/mgr/dashboard/run-backend-api-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/run-backend-api-tests.sh b/src/pybind/mgr/dashboard/run-backend-api-tests.sh index 47aa8d0f409..c4c651f5be0 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