Skip to content

Commit

Permalink
chore(poetry): use poetry.group.dev.dependencies in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
felix11h committed Feb 7, 2025
1 parent 4754ec4 commit e436d09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ invalid_package_versions = "action_setup_python_poetry.invalid_package_versions:
python = "~3.12"


[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
pytest = "*"
pytest-cov = "*"

Expand Down

0 comments on commit e436d09

Please sign in to comment.