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 6d4526e commit 55b2d6dCopy full SHA for 55b2d6d
pyproject.toml
@@ -50,6 +50,9 @@ changelog = "https://github.com/pytest-dev/pytest-github-actions-annotate-failur
50
[project.entry-points.pytest11]
51
pytest_github_actions_annotate_failures = "pytest_github_actions_annotate_failures.plugin"
52
53
+[project.optional-dependencies]
54
+test = ["packaging"]
55
+
56
57
[tool.ruff.lint]
58
extend-select = [
requirements.txt
tox.ini
@@ -18,8 +18,8 @@ PYTEST_MAJOR_VERSION =
18
8: pytest8
19
20
[testenv]
21
+extras = test
22
deps =
- -rrequirements.txt
23
pytest6: pytest>=6.0.0,<7.0.0
24
pytest7: pytest>=7.0.0,<7.4.0
25
pytest8: pytest>=8.0.0,<9.0.0
0 commit comments