Skip to content

Commit

Permalink
Reduce poetry install verbosity
Browse files Browse the repository at this point in the history
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
  • Loading branch information
David Robertson committed Feb 24, 2023
1 parent 352d0a7 commit 19046cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/synapse_sytest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19046cf

Please sign in to comment.