We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 079e5f9 + bd2a26b commit e3f4982Copy full SHA for e3f4982
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.1.4 (2021-10-24)
4
+
5
+- Ignore failures that are retried using [`pytest-rerunfailures`](https://pypi.org/project/pytest-rerunfailures/) plugin #40 (thanks to @billyvg)
6
7
## 0.1.3 (2021-07-31)
8
9
- Allow specifying a run path with `PYTEST_RUN_PATH` environment variable #29 (thanks to @michamos)
setup.py
@@ -7,7 +7,7 @@
setup(
name="pytest-github-actions-annotate-failures",
10
- version="0.1.3",
+ version="0.1.4",
11
description="pytest plugin to annotate failed tests with a workflow command for GitHub Actions",
12
long_description=long_description,
13
long_description_content_type="text/markdown",
0 commit comments