Upgrade to poetry 1.2 and separate the dev-dependencies into groups · Issue #316 · cjolowicz/hypermodern-python · GitHub
Skip to content

Upgrade to poetry 1.2 and separate the dev-dependencies into groups #316

Description

@jond01

Instead of installing all the dev-dependencies on each nox session:


Split the dev-deps into groups - a feature provided by poetry 1.2:
https://python-poetry.org/docs/managing-dependencies/#dependency-groups
Install only the relevant dependencies.

This requires upgrading poetry to 1.2 (e.g., 1.2.2):

Suggested groups:

  • test
  • lint
  • typing
  • docs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions