We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b18bbb5 commit 5f93cf9Copy full SHA for 5f93cf9
pyproject.toml
@@ -51,7 +51,8 @@ changelog = "https://github.com/pytest-dev/pytest-github-actions-annotate-failur
51
[project.entry-points.pytest11]
52
pytest_github_actions_annotate_failures = "pytest_github_actions_annotate_failures.plugin"
53
54
-[project.optional-dependencies]
+[dependency-groups]
55
+dev = [{ include-group = "test"}]
56
test = ["packaging"]
57
58
tox.ini
@@ -18,7 +18,8 @@ PYTEST_MAJOR_VERSION =
18
8: pytest8
19
20
[testenv]
21
-extras = test
+min_version = 4.22.0
22
+groups = test
23
deps =
24
pytest6: pytest>=6.0.0,<7.0.0
25
pytest7: pytest>=7.0.0,<8.0.0
0 commit comments