Skip to content

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

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

This MR contains the following updates:

Package Update Change
pytest-rerunfailures major ==10.3 -> ==11.1.2

Release Notes

pytest-dev/pytest-rerunfailures

v11.1.2

Compare Source

Bug fixes +++++++++

  • Execute teardown when test was skipped in setup phase of a fixture.

v11.1.1

Compare Source

Bug fixes +++++++++

  • Fix crash during teardown when runtest protocol hook is overwritten by another plugin.

  • Fix crash during teardown when TestCase class is used as base class.

v11.1

Compare Source

Bug fixes +++++++++

  • Execute teardown when test was skipped in setup phase of a fixture.

v11.0

Compare Source

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

  • Drop support for Python 3.6.

  • Drop support for pytest < 6.

Bug fixes +++++++++

  • Fix crash when pytest-xdist is installed but disabled. (Thanks to @mgorny <https://github.com/mgorny>_ for the MR.)

  • Fix crash when xfail(strict=True) mark is used with --rerun-only flag.

Features ++++++++

  • Added option --rerun-except to rerun failed tests those are other than the mentioned Error.

  • Add support for Python 3.11.

  • Add support for pytest 7.0, 7.1, 7.2.


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