From: Patrick Donnelly Date: Sun, 11 Jun 2023 12:49:25 +0000 (-0400) Subject: pybind/mgr/dashboard: bump teuthology version X-Git-Tag: v19.0.0~760^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5dae704daf721c7dad2b988e16cbdc22df3221eb;p=ceph.git pybind/mgr/dashboard: bump teuthology version So stdin-killer and other utilities are installed in the bin directory. vstart_runner.py now relies on their presence. Signed-off-by: Patrick Donnelly --- diff --git a/src/pybind/mgr/dashboard/run-backend-api-tests.sh b/src/pybind/mgr/dashboard/run-backend-api-tests.sh index bdd38cbe8c51..e7d441f44bb3 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@9e4bf63#egg=teuthology[test]" + pip install "git+https://github.com/ceph/teuthology@2ef0dcd#egg=teuthology[test]" pushd $CURR_DIR pip install -r requirements.txt -c constraints.txt popd