File tree Expand file tree Collapse file tree 2 files changed +15
-9
lines changed
Expand file tree Collapse file tree 2 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- 12.0 (unreleased)
4+ 12.1 (unreleased)
5+ -----------------
6+
7+ - Nothing changed yet.
8+
9+
10+ 12.0 (2023-07-05)
511-----------------
612
713Breaking changes
@@ -19,13 +25,13 @@ Features
1925Bug fixes
2026+++++++++
2127
22- -- Failures are now rerun only if they match at least one ``--only-rerun ``
23- pattern (if given) and none of the ``--rerun-except `` patterns. Previously,
24- using both ``--only-rerun `` and ``--rerun-except `` together could cause
25- failures to be rerun even if they did not match any ``--only-rerun ``
26- pattern, and when using multiple ``--rerun-except `` patterns, all failures
27- would be rerun unless they matched every pattern.
28- (`#225 <https://github.com/pytest-dev/pytest-rerunfailures/issues/225 >`_)
28+ - Failures are now rerun only if they match at least one ``--only-rerun ``
29+ pattern (if given) and none of the ``--rerun-except `` patterns. Previously,
30+ using both ``--only-rerun `` and ``--rerun-except `` together could cause
31+ failures to be rerun even if they did not match any ``--only-rerun ``
32+ pattern, and when using multiple ``--rerun-except `` patterns, all failures
33+ would be rerun unless they matched every pattern.
34+ (`#225 <https://github.com/pytest-dev/pytest-rerunfailures/issues/225 >`_)
2935
3036
313711.1.2 (2023-03-09)
Original file line number Diff line number Diff line change 77
88[metadata]
99name = pytest-rerunfailures
10- version = 12.0 .dev0
10+ version = 12.1 .dev0
1111url = https://github.com/pytest-dev/pytest-rerunfailures
1212description = pytest plugin to re-run tests to eliminate flaky failures
1313long_description = file: HEADER.rst, README.rst, CHANGES.rst
You can’t perform that action at this time.
0 commit comments