From 1a7b83dfc9f656bcf09cc3312e4d1096f6f645e1 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Mon, 20 Dec 2021 10:44:23 -0500 Subject: [PATCH] pybind/mgr/dashboard/run-backend-api-tests: Older setuptools https://github.com/pypa/setuptools/issues/2353 Signed-off-by: David Galloway (cherry picked from commit 4ab2df179b0bf0b123a59c649b779bba41e4bb3d) --- 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 c9653e3c18bbb..0bc66d60a545a 100755 --- a/src/pybind/mgr/dashboard/run-backend-api-tests.sh +++ b/src/pybind/mgr/dashboard/run-backend-api-tests.sh @@ -43,7 +43,7 @@ setup_teuthology() { ${TEUTHOLOGY_PYTHON_BIN:-/usr/bin/python3} -m venv venv source venv/bin/activate - pip install -U pip 'setuptools >= 12' + pip install -U pip 'setuptools>=12,<60' pip install git+https://github.com/ceph/teuthology#egg=teuthology[test] pushd $CURR_DIR pip install -r requirements.txt -c constraints.txt