From: Kefu Chai Date: Sat, 6 Aug 2022 00:24:12 +0000 (+0800) Subject: mgr/dashboard: bump up teuthology X-Git-Tag: v18.0.0~320^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F47486%2Fhead;p=ceph.git 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 --- 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