Re: [PATCH v2] dts: add package mode config and updated docs

2024-09-19 Thread Juraj Linkeš
On 18. 9. 2024 22:19, Dean Marx wrote: In the current DTS setup description, the user installs poetry with the --no-root option. However, adding 'package-mode = false' to the pyproject.toml sets the same configuration, and running poetry install --no-root will become an error in a future poetr

[PATCH v2] dts: add package mode config and updated docs

2024-09-18 Thread Dean Marx
In the current DTS setup description, the user installs poetry with the --no-root option. However, adding 'package-mode = false' to the pyproject.toml sets the same configuration, and running poetry install --no-root will become an error in a future poetry version. Signed-off-by: Dean Marx Review