diff --git a/poetry.lock b/poetry.lock index 4406560..b232482 100644 --- a/poetry.lock +++ b/poetry.lock @@ -210,6 +210,17 @@ tomli = ">=1.0.0" [package.extras] testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "xmlschema"] +[[package]] +name = "pytest-github-actions-annotate-failures" +version = "0.1.6" +description = "pytest plugin to annotate failed tests with a workflow command for GitHub Actions" +category = "dev" +optional = false +python-versions = "*" + +[package.dependencies] +pytest = ">=4.0.0" + [[package]] name = "pytz" version = "2022.1" @@ -388,7 +399,7 @@ cli = ["click", "colorama"] [metadata] lock-version = "1.1" python-versions = "^3.10" -content-hash = "5616faafcbdebee63818206fa4529a7dfad7b388a04e3ce34de995046a756e5b" +content-hash = "b0adc395c41c3e95211038a54caca8da0b1d37752a4c5bf11825dda754332c9b" [metadata.files] alabaster = [ @@ -548,6 +559,10 @@ pytest = [ {file = "pytest-7.1.1-py3-none-any.whl", hash = "sha256:92f723789a8fdd7180b6b06483874feca4c48a5c76968e03bb3e7f806a1869ea"}, {file = "pytest-7.1.1.tar.gz", hash = "sha256:841132caef6b1ad17a9afde46dc4f6cfa59a05f9555aae5151f73bdf2820ca63"}, ] +pytest-github-actions-annotate-failures = [ + {file = "pytest-github-actions-annotate-failures-0.1.6.tar.gz", hash = "sha256:162e2fe18b8ab24716c4c3a8d88c29aa67126dc75b4e54be54b58e6fa04653c2"}, + {file = "pytest_github_actions_annotate_failures-0.1.6-py2.py3-none-any.whl", hash = "sha256:5222dfa315c49d705912826335488ac1c75946c4b06782ab9a99379a7ee3af66"}, +] pytz = [ {file = "pytz-2022.1-py2.py3-none-any.whl", hash = "sha256:e68985985296d9a66a881eb3193b0906246245294a881e7c8afe623866ac6a5c"}, {file = "pytz-2022.1.tar.gz", hash = "sha256:1e760e2fe6a8163bc0b3d9a19c4f84342afa0a2affebfaa84b01b978a02ecaa7"}, diff --git a/pyproject.toml b/pyproject.toml index 26a3aa2..6bd9914 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -163,6 +163,7 @@ cli = ["click", "colorama"] pytest = "^7.1.1" Sphinx = "^4.5.0" sphinx-rtd-theme = "^1.0.0" +pytest-github-actions-annotate-failures = "^0.1.6" [tool.pytest.ini_options]