Skip to content

Update dependency pytest-rerunfailures to v16.4#2707

Merged
diemol merged 1 commit into
trunkfrom
renovate/pytest-rerunfailures-16.x
Jul 15, 2026
Merged

Update dependency pytest-rerunfailures to v16.4#2707
diemol merged 1 commit into
trunkfrom
renovate/pytest-rerunfailures-16.x

Conversation

@renovate

@renovate renovate Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
pytest-rerunfailures ==16.1==16.4 age confidence

Release Notes

pytest-dev/pytest-rerunfailures (pytest-rerunfailures)

v16.4

Compare Source

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

  • Drop support for pytest 8.1. Minimum pytest version is now 8.2.

Features
++++++++

  • Add support for pytest 9.1.

  • Rerun tests with failed subtests. This feature is only available on pytest 9.0
    and later. The pytest-subtests plugin is not supported.
    Fixes #&#8203;315 <https://github.com/pytest-dev/pytest-rerunfailures/issues/315>_.

  • Add --reruns-delay-backoff-factor option (and the matching
    reruns_delay_backoff_factor marker kwarg / ini setting) to grow the rerun
    delay after each attempt for an exponential backoff. The delay before the
    n-th re-run is reruns_delay * reruns_delay_backoff_factor ** (n - 1).
    The default factor is 1.0, so existing behaviour (a constant delay) is
    unchanged.

v16.3

Compare Source

Features
++++++++

  • Add --reruns-mode option (strict or append). With append,
    marker reruns and the global --reruns / reruns ini setting are summed
    instead of the marker taking strict priority. Default is strict so
    existing behaviour is unchanged.
    Fixes #&#8203;321 <https://github.com/pytest-dev/pytest-rerunfailures/issues/321>_.

  • Add --rerun-show-tracebacks option to display tracebacks from failed
    attempts that were retried, including tests that eventually passed. The
    rerun summary section is emitted automatically when the flag is set, so
    -rR is no longer required to see the tracebacks.
    Fixes #&#8203;156 <https://github.com/pytest-dev/pytest-rerunfailures/issues/156>_.

v16.2

Compare Source

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

  • Drop support for pytest 8.0. Minimum pytest version is now 8.1.

Features
++++++++

  • Add support for pytest 9.0.

Bug fixes
+++++++++

  • Fix missing teardown for session and module scoped fixtures when fixture teardown fails.
    Fixes #&#8203;314 <https://github.com/pytest-dev/pytest-rerunfailures/issues/314>_.

  • Clear fixture finalizers when removing cached results from failed fixtures
    to fix compatibility with pytest >= 9, which asserts that _finalizers is
    empty before executing a fixture.
    Fixes #&#8203;323 <https://github.com/pytest-dev/pytest-rerunfailures/issues/323>_.

  • Accept exception classes (not only regex strings) in the only_rerun and
    rerun_except marker keyword arguments instead of crashing with an
    internal error.
    Fixes #&#8203;275 <https://github.com/pytest-dev/pytest-rerunfailures/issues/275>_.


Configuration

📅 Schedule: (UTC)

  • 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 PR is behind base branch, or you tick the rebase/retry checkbox.

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


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

This PR was generated by Mend Renovate. View the repository job log.

@netlify

netlify Bot commented Jul 15, 2026

Copy link
Copy Markdown

Deploy Preview for selenium-dev ready!

Name Link
🔨 Latest commit 8fcd8c6
🔍 Latest deploy log https://app.netlify.com/projects/selenium-dev/deploys/6a5791e3e20efe00089b52d7
😎 Deploy Preview https://deploy-preview-2707--selenium-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@diemol
diemol merged commit f4ad294 into trunk Jul 15, 2026
6 of 8 checks passed
@diemol
diemol deleted the renovate/pytest-rerunfailures-16.x branch July 15, 2026 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant