Skip to content

Commit 138db6c

Browse files
author
Michael Howitz
authored
Add change log entry for #162
1 parent e0e5ba3 commit 138db6c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ Changelog
44
10.1 (unreleased)
55
-----------------
66

7-
- Nothing changed yet.
7+
Features
8+
++++++++
89

10+
- Allow to use a ``str`` as condition for ``@pytest.mark.flaky(condition)``
11+
which gets evaluated dynamically similarly to ``@pytest.mark.skipif(condition)``.
12+
(`#162 <https://github.com/pytest-dev/pytest-rerunfailures/pull/162>`_
13+
provided by `@15klli <https://github.com/15klli>`_)
914

1015
10.0 (2021-05-26)
1116
-----------------

0 commit comments

Comments
 (0)