Skip to content

Commit ae3bcaf

Browse files
committed
add pytest-github-actions-annotate-failures
1 parent a71e9b9 commit ae3bcaf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ lint = "pre-commit run --all-files --color=always {args}"
115115
[tool.hatch.envs.hatch-test]
116116
# Ref: https://hatch.pypa.io/latest/config/internal/testing/
117117
extra-dependencies = [
118-
"pytest-recording~=0.13"
118+
"pytest-recording~=0.13",
119+
"pytest-github-actions-annotate-failures~=0.3"
119120
]
120121
randomize = true # run tests in random order
121122

0 commit comments

Comments
 (0)