Enable debug logging for poetry

This commit is contained in:
Andrew Morgan 2023-08-04 15:41:14 +01:00
parent 0f8e3337ca
commit 2f83b4f206

View File

@ -122,7 +122,7 @@
languages.python.poetry.activate.enable = true; languages.python.poetry.activate.enable = true;
# Install all extra Python dependencies; this is needed to run the unit # Install all extra Python dependencies; this is needed to run the unit
# tests and utilitise all Synapse features. # 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. # Install the 'matrix-synapse' package from the local checkout.
languages.python.poetry.install.installRootPackage = true; languages.python.poetry.install.installRootPackage = true;