Re: [PATCH v1] dts: add package mode config and updated README

2024-09-16 Thread Juraj Linkeš
On 12. 8. 2024 18:35, 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

Re: [PATCH v1] dts: add package mode config and updated README

2024-09-11 Thread Luca Vizzarro
Hi Dean, Thank you! This looks good. You only missed to update the command line in the doc page under `doc/guides/tools/dst.rst`. This aside, Reviewed-by: Luca Vizzarro

Re: [PATCH v1] dts: add package mode config and updated README

2024-08-12 Thread Nicholas Pratte
Reviewed-by: Nicholas Pratte On Mon, Aug 12, 2024 at 12:35 PM 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