From 19046cf6ecc739c47e4ed1d284de7dbb2b5c5996 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Fri, 24 Feb 2023 14:17:58 +0000 Subject: [PATCH] Reduce `poetry install` verbosity otherwise this means that `poetry install` tells about every single file it ignores, which includes loads of guff in `.mypy_cache` and `.ruff_cache` and others --- scripts/synapse_sytest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/synapse_sytest.sh b/scripts/synapse_sytest.sh index ceb0fb10c..031b6322e 100755 --- a/scripts/synapse_sytest.sh +++ b/scripts/synapse_sytest.sh @@ -161,7 +161,7 @@ else fi ln -s -T /venv /synapse/.venv # reuse the existing virtual env pushd /synapse - poetry install -vvv --extras all + poetry install -vv --extras all popd else # Install Synapse and dependencies using pip. As of pip 20.1, this will