We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e5ba3 commit 138db6cCopy full SHA for 138db6c
1 file changed
CHANGES.rst
@@ -4,8 +4,13 @@ Changelog
4
10.1 (unreleased)
5
-----------------
6
7
-- Nothing changed yet.
+Features
8
+++++++++
9
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>`_)
14
15
10.0 (2021-05-26)
16
0 commit comments