Skip to content

Conversation

ivanovmg
Copy link
Contributor

This PR updates pyproject.toml to use new way of defining development dependencies.

As shown in https://python-poetry.org/docs/managing-dependencies/ the new way (starting from Poetry 1.2.0) of defining dev dependencies is by using [tool.poetry.group.dev.dependencies].

According to poetry docs, they recommend migration towards the new group notation.

Checklist

  • I have double checked that there are no unrelated changes in this pull request (old patches, accidental config files, etc)
  • I have created at least one test case for the changes I have made
  • I have updated the documentation for the changes I have made
  • I have added my changes to the CHANGELOG.md

Related PRs

Precursor for PR #497

This PR updates `pyproject.toml` to use new way of defining
development dependencies.

As shown in https://python-poetry.org/docs/managing-dependencies/
the new way (starting from Poetry 1.2.0) of defining
dev dependencies is by using `[tool.poetry.group.dev.dependencies]`.

According to `poetry` docs, they recommend migration
towards the new `group` notation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant