Skip to content
This repository was archived by the owner on Dec 30, 2025. It is now read-only.

Commit d09f2ca

Browse files
committed
chore: add pytest-github-actions-annotate-failures as a development dependency
- Introduced pytest-github-actions-annotate-failures version 0.3.0 to both pyproject.toml and uv.lock for enhanced test failure reporting in GitHub Actions. - Updated dependency groups in pyproject.toml to include the new development dependency.
1 parent 5f49d24 commit d09f2ca

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,8 @@ line-ending = "lf"
172172
[tool.uv]
173173
# uv-specific configuration
174174
cache-dir = ".uv_cache"
175+
176+
[dependency-groups]
177+
dev = [
178+
"pytest-github-actions-annotate-failures>=0.3.0",
179+
]

uv.lock

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)