From 0aa1fa68d354badd3363a4ea6cacbce373c3316e Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sat, 6 Aug 2022 08:24:12 +0800 Subject: [PATCH] mgr/dashboard: bump up teuthology to include the fix of e7c5d67e10fe29da22180f9e09b8973ae166c8fc, see https://github.com/ceph/teuthology/pull/1746. to address the test failure on ubuntu jammy. where we have python3.10 Signed-off-by: Kefu Chai --- 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 9e6f476969348..f64bfd0f62e1a 100755 --- a/src/pybind/mgr/dashboard/run-backend-api-tests.sh +++ b/src/pybind/mgr/dashboard/run-backend-api-tests.sh @@ -47,7 +47,7 @@ setup_teuthology() { ${TEUTHOLOGY_PYTHON_BIN:-/usr/bin/python3} -m venv venv source venv/bin/activate pip install -U pip 'setuptools>=12,<60' - pip install "git+https://github.com/ceph/teuthology@7039075#egg=teuthology[test]" + pip install "git+https://github.com/ceph/teuthology@9e4bf63#egg=teuthology[test]" pushd $CURR_DIR pip install -r requirements.txt -c constraints.txt popd -- 2.39.5