--no-default-groups
should be able to use with --no-group
and --all-groups
#10890
Labels
bug
Something isn't working
Summary
The
pyproject.toml
file:1.
--no-group
can not be used with--no-default-groups
Expected:
uv tree --no-default-groups --no-group bar
should be equivalent touv tree --no-group foo --no-group bar
.2.
--no-default-groups
has higher priority than--all-groups
Expected:
uv tree --all-groups --no-default-groups
should be equivalent touv tree --no-group foo --group bar
:Platform
Darwin 23.6.0 arm64
Version
uv 0.5.23 (ba42467 2025-01-23)
Python version
Python 3.12.8
The text was updated successfully, but these errors were encountered: