Skip to content

Commit

Permalink
Switch from Poetry dev deps to dependency groups
Browse files Browse the repository at this point in the history
Poetry first switched from dev dependencies [to dependency groups](python-poetry/poetry#4260) in
version
[1.2.0a2](https://github.com/python-poetry/poetry/blob/master/CHANGELOG.md#120a2---2021-08-01). The dev dependencies are currently deprecated and will be removed at some point, so this change switches to the new groups configuration.

For more information about dependency groups, see [the section in the
official documentation](https://python-poetry.org/docs/master/managing-dependencies#dependency-groups).
  • Loading branch information
mpeteuil committed Jul 15, 2023
1 parent 22eaf2d commit 98413f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ python = ">=3.7,<4"
poetry = ">=1.2.0a1"
python-dotenv = ">=0.10.0"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
pytest = "^6.2.3"

[build-system]
Expand Down

0 comments on commit 98413f1

Please sign in to comment.