ci: add pytest failure annotations (#4324)
* Add pytest-github-actions-annotate-failures to dependencies in pyproject.toml * feat: add --exclude-warning-annotations option to pytest commands in Makefile * feat: add pytest-github-actions-annotate-failures to dev dependencies in pyproject.toml and uv.lock * Add PYTEST_RUN_PATH environment variable to GitHub Actions workflow * Remove '--exclude-warning-annotations' option from pytest commands in Makefile
This commit is contained in:
parent
0fd3d93b1d
commit
6ca864931d
4 changed files with 22 additions and 1 deletions
|
|
@ -76,6 +76,7 @@ ignore = [
|
|||
[tool.uv]
|
||||
dev-dependencies = [
|
||||
"asgi-lifespan>=2.1.0",
|
||||
"pytest-github-actions-annotate-failures>=0.2.0",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue