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 poetry version. Signed-off-by: Dean Marx <dm...@iol.unh.edu> --- dts/README.md | 4 ++-- dts/pyproject.toml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-)
As Luca mentioned, there are three instances you missed in doc/guides/tools/dts.rst.
And one instance in dts/.devcontainer/devcontainer.json.