From d983d3ad439b30a730b62f054d106762aec78820 Mon Sep 17 00:00:00 2001 From: Anatoly Scherbakov Date: Mon, 8 Jan 2024 01:39:35 +0400 Subject: [PATCH] Comment on failing tests --- poetry.lock | 16 +++++++++++++++- pyproject.toml | 1 + 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index b7129f3..a005797 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1710,6 +1710,20 @@ pytest = ">=4.6" [package.extras] testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtualenv"] +[[package]] +name = "pytest-github-actions-annotate-failures" +version = "0.2.0" +description = "pytest plugin to annotate failed tests with a workflow command for GitHub Actions" +optional = false +python-versions = ">=3.7" +files = [ + {file = "pytest-github-actions-annotate-failures-0.2.0.tar.gz", hash = "sha256:844ab626d389496e44f960b42f0a72cce29ae06d363426d17ea9ae1b4bef2288"}, + {file = "pytest_github_actions_annotate_failures-0.2.0-py3-none-any.whl", hash = "sha256:8bcef65fed503faaa0524b59cfeccc8995130972dd7b008d64193cc41b9cde85"}, +] + +[package.dependencies] +pytest = ">=4.0.0" + [[package]] name = "pytest-randomly" version = "3.15.0" @@ -2329,4 +2343,4 @@ typing_extensions = ">=4.0,<5.0" [metadata] lock-version = "2.0" python-versions = ">=3.10,<4.0" -content-hash = "9f81a18fa3eb71a509e39ec9598df0b2e96d292eb9c32a20fca364f4eb70c30a" +content-hash = "2addfa91ebb9adbfb6c908672f7cc86ecc34477272375b88a52edff34db63943" diff --git a/pyproject.toml b/pyproject.toml index 18e5b25..e8dd914 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,7 @@ jeeves-yeti-pyproject = { version = "^0.2.20", markers = "python_version >= '3.1 [tool.poetry.group.dev.dependencies] types-pyyaml = "^6.0.12.11" rdflib-pyld-compat = "^0.1.0" +pytest-github-actions-annotate-failures = "^0.2.0" [build-system] requires = ["poetry-core"]