chore(deps): update dependency pytest-rerunfailures to v12
This MR contains the following updates:
Package | Update | Change |
---|---|---|
pytest-rerunfailures | major |
==11.1.2 -> ==12.0
|
Release Notes
pytest-dev/pytest-rerunfailures (pytest-rerunfailures)
v12.0
Breaking changes ++++++++++++++++
- Drop support for pytest < 6.2.
Features ++++++++
-
Add
only_rerun
andrerun_except
arguments to@pytest.mark.flaky
marker. -
Add support for pytest 7.3, 7.4.
Bug fixes +++++++++
- Failures are now rerun only if they match at least one
--only-rerun
pattern (if given) and none of the--rerun-except
patterns. Previously, using both--only-rerun
and--rerun-except
together could cause failures to be rerun even if they did not match any--only-rerun
pattern, and when using multiple--rerun-except
patterns, all failures would be rerun unless they matched every pattern. (#​225 <https://github.com/pytest-dev/pytest-rerunfailures/issues/225>
_)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.