show --tree --no-dev
shows the dev dependencies
#3295
Labels
kind/bug
Something isn't working as expected
show --tree --no-dev
shows the dev dependencies
#3295
-vvv
option).Issue
To reproduce, use the following
pyproject.toml
:then, when running
poetry show --tree
the output is correct, but when passing--no-dev
the dev deps are still printed:In this example,
pytest
should not be shown when passing--no-dev
.The text was updated successfully, but these errors were encountered: