From: Kefu Chai Date: Sat, 6 Aug 2022 00:24:12 +0000 (+0800) Subject: mgr/dashboard: bump up teuthology X-Git-Tag: v17.2.4~110^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F47498%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 (cherry picked from commit 0aa1fa68d354badd3363a4ea6cacbce373c3316e) --- diff --git a/src/pybind/mgr/dashboard/run-backend-api-tests.sh b/src/pybind/mgr/dashboard/run-backend-api-tests.sh index bd2f677e0f0f..8a9f63a59fa7 100755 --- a/src/pybind/mgr/dashboard/run-backend-api-tests.sh +++ b/src/pybind/mgr/dashboard/run-backend-api-tests.sh @@ -44,7 +44,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