Enable debug logging for poetry

anoa/debug_poetry
Andrew Morgan 2023-08-04 15:41:14 +01:00
parent 0f8e3337ca
commit 2f83b4f206
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@
languages.python.poetry.activate.enable = true;
# Install all extra Python dependencies; this is needed to run the unit
# tests and utilitise all Synapse features.
languages.python.poetry.install.arguments = ["--extras all"];
languages.python.poetry.install.arguments = ["-vvv" "--extras all"];
# Install the 'matrix-synapse' package from the local checkout.
languages.python.poetry.install.installRootPackage = true;