-
-
Notifications
You must be signed in to change notification settings - Fork 451
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: treat default dependencies as main group
Poetry documentation on dependency groups [1] says: "The dependencies declared in tool.poetry.dependencies are part of an implicit main group." The current implementation does not account for that and in particular does not allow to skip installation of default dependencies like in one of `poetry install --without main` `poetry install --only-root` `poetry install --only othergroup`. This commit adds main as an implicit group and also adds it as a default value where applicable. [1] https://python-poetry.org/docs/managing-dependencies#dependency-groups Closes #1578
- Loading branch information
Showing
1 changed file
with
12 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters