From: David Galloway Date: Thu, 26 Mar 2026 22:47:22 +0000 (-0400) Subject: mgr/rook: Workaround PEP 668 restriction when running on Noble X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6c1d778586e133cca91e18bc6aed08969bee5baa;p=ceph.git mgr/rook: Workaround PEP 668 restriction when running on Noble Signed-off-by: David Galloway --- diff --git a/src/pybind/mgr/rook/ci/run-rook-e2e-tests.sh b/src/pybind/mgr/rook/ci/run-rook-e2e-tests.sh index 58d55475774f..ba660c2b19fa 100755 --- a/src/pybind/mgr/rook/ci/run-rook-e2e-tests.sh +++ b/src/pybind/mgr/rook/ci/run-rook-e2e-tests.sh @@ -8,5 +8,5 @@ export PATH=$PATH:~/.local/bin # behave is installed on this directory : ${CEPH_DEV_FOLDER:=${PWD}} ${CEPH_DEV_FOLDER}/src/pybind/mgr/rook/ci/scripts/bootstrap-rook-cluster.sh cd ${CEPH_DEV_FOLDER}/src/pybind/mgr/rook/ci/tests -pip install --upgrade --force-reinstall -r ../requirements.txt +pip install --upgrade --force-reinstall $(pip install --help | grep -q break-system-packages && echo --break-system-packages) -r ../requirements.txt behave