From 0872da6d7e2a94c4116817a4d1806b2b0bba9b01 Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer Date: Tue, 12 Mar 2024 14:54:38 +0100 Subject: [PATCH] build(deps-dev): add pytest-github-actions-annotate-failures --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e7ce6af69..1f31a9313 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,6 +71,7 @@ allauth = [ ci = [ "coveralls~=3.3", "rdmo[dev]", + "pytest-github-actions-annotate-failures~=0.2.0", ] dev = [ "build~=1.0",