Skip to content

chore(deps): update dependency pytest-rerunfailures to v12

Stackspin-renovate Bot requested to merge renovate/pytest-rerunfailures-12.x into main

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

Compare Source

Breaking changes ++++++++++++++++

  • Drop support for pytest < 6.2.

Features ++++++++

  • Add only_rerun and rerun_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. (#&#8203;225 <https://github.com/pytest-dev/pytest-rerunfailures/issues/225>_)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports