From: Zack Cerza Date: Wed, 13 May 2026 22:10:29 +0000 (-0600) Subject: bootstrap: Make dependency install less verbose X-Git-Tag: 1.3.0~3^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F2199%2Fhead;p=teuthology.git bootstrap: Make dependency install less verbose Signed-off-by: Zack Cerza --- diff --git a/bootstrap b/bootstrap index a92fd7c94..ac39a8730 100755 --- a/bootstrap +++ b/bootstrap @@ -79,11 +79,11 @@ export LANG="${LANG/.*/}.utf-8" export LC_ALL="${LC_ALL/.*/}.utf-8" [ -z "$NO_CLOBBER" ] && rm -rf virtualenv -command -v uv > /dev/null || pipx install uv -command -v uv > /dev/null || pipx ensurepath +command -v uv > /dev/null || pipx install --quiet uv +command -v uv > /dev/null || pipx ensurepath --quiet PATH=$PATH:$HOME/.local/bin # Create the venv if it does not exist, and install teuthology and dependencies -uv sync --frozen --all-extras +uv sync --quiet --frozen --all-extras # To avoid crashing older dispatchers ln -sf .venv virtualenv