We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e001ca commit 42a02e2Copy full SHA for 42a02e2
pyproject.toml
@@ -51,6 +51,9 @@ 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]
55
+test = ["packaging"]
56
+
57
58
[tool.ruff.lint]
59
extend-select = [
requirements.txt
tox.ini
@@ -19,8 +19,8 @@ PYTEST_MAJOR_VERSION =
19
8: pytest8
20
21
[testenv]
22
+extras = test
23
deps =
- -rrequirements.txt
24
pytest6: pytest>=6.0.0,<7.0.0
25
pytest7: pytest>=7.0.0,<7.4.0
26
pytest8: pytest>=8.0.0,<9.0.0
0 commit comments