Skip to content

Commit c6ff082

Browse files
authored
Merge pull request #227 from pytest-dev/release-12.0
Release 12.0 aftermath
2 parents 6970e14 + 73affc8 commit c6ff082

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

CHANGES.rst

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
Changelog
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

713
Breaking changes
@@ -19,13 +25,13 @@ Features
1925
Bug 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

3137
11.1.2 (2023-03-09)

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ignore =
77

88
[metadata]
99
name = pytest-rerunfailures
10-
version = 12.0.dev0
10+
version = 12.1.dev0
1111
url = https://github.com/pytest-dev/pytest-rerunfailures
1212
description = pytest plugin to re-run tests to eliminate flaky failures
1313
long_description = file: HEADER.rst, README.rst, CHANGES.rst

0 commit comments

Comments
 (0)