chore(deps): update dependency pytest-rerunfailures to v11
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
Bug fixes +++++++++
- Execute teardown when test was skipped in setup phase of a fixture.
v11.1.1
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
Bug fixes +++++++++
- Execute teardown when test was skipped in setup phase of a fixture.
v11.0
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
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.