Skip to content

Commit

Permalink
chore: use dependency-groups (#99)
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii authored Jan 17, 2025
1 parent b18bbb5 commit 5f93cf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ changelog = "https://github.com/pytest-dev/pytest-github-actions-annotate-failur
[project.entry-points.pytest11]
pytest_github_actions_annotate_failures = "pytest_github_actions_annotate_failures.plugin"

[project.optional-dependencies]
[dependency-groups]
dev = [{ include-group = "test"}]
test = ["packaging"]


Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ PYTEST_MAJOR_VERSION =
8: pytest8

[testenv]
extras = test
min_version = 4.22.0
groups = test
deps =
pytest6: pytest>=6.0.0,<7.0.0
pytest7: pytest>=7.0.0,<8.0.0
Expand Down

0 comments on commit 5f93cf9

Please sign in to comment.