Enable debug logging for poetry
parent
0f8e3337ca
commit
2f83b4f206
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue