]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: bump up teuthology 47486/head
authorKefu Chai <tchaikov@gmail.com>
Sat, 6 Aug 2022 00:24:12 +0000 (08:24 +0800)
committerKefu Chai <tchaikov@gmail.com>
Sat, 6 Aug 2022 00:26:20 +0000 (08:26 +0800)
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 <tchaikov@gmail.com>
src/pybind/mgr/dashboard/run-backend-api-tests.sh

index 9e6f476969348d03552f106fc8a7cb5011c9e724..f64bfd0f62e1a5400aadcd4e5b165c9b5cddb3ad 100755 (executable)
@@ -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