]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
pybind/mgr/dashboard: bump teuthology version
authorPatrick Donnelly <pdonnell@redhat.com>
Sun, 11 Jun 2023 12:49:25 +0000 (08:49 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 1 Aug 2023 15:16:28 +0000 (11:16 -0400)
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 <pdonnell@redhat.com>
src/pybind/mgr/dashboard/run-backend-api-tests.sh

index bdd38cbe8c5110d9873152f169ad9e9f3dc0d17f..e7d441f44bb381f6867ed7853cbb4b670e4991af 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@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