Skip to content

chore(deps): bump pytest-rerunfailures from 16.1 to 16.4#431

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/uv/dev/pytest-rerunfailures-16.4
Open

chore(deps): bump pytest-rerunfailures from 16.1 to 16.4#431
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/uv/dev/pytest-rerunfailures-16.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps pytest-rerunfailures from 16.1 to 16.4.

Changelog

Sourced from pytest-rerunfailures's changelog.

16.4 (2026-07-01)

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 [#315](https://github.com/pytest-dev/pytest-rerunfailures/issues/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.

16.3 (2026-05-22)

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 [#321](https://github.com/pytest-dev/pytest-rerunfailures/issues/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 [#156](https://github.com/pytest-dev/pytest-rerunfailures/issues/156) <https://github.com/pytest-dev/pytest-rerunfailures/issues/156>_.

16.2 (2026-05-13)

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

... (truncated)

Commits
  • e5a86e5 Preparing release 16.4
  • 4ddc213 Add --reruns-delay-backoff-factor for exponential rerun backoff (#336)
  • 483fce7 Bump the actions group with 2 updates (#337)
  • 9d7756f Drop support for pytest 8.1. Add support for pytest 9.1. (#335)
  • f095a51 Support rerunning on subtest errors in pytest 9.0 and newer (#330)
  • 89aeccc chore: drop redundant pyupgrade by Ruff UP, extend ruff config, drop setu...
  • 035bc11 Back to development: 16.4
  • 4b3a220 Preparing release 16.3
  • d17f3be feat: add --reruns-mode option to sum marker and global reruns (#321) (#328)
  • 4a00fac Add --rerun-show-tracebacks to surface retried failures (#329)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 13, 2026
Bumps [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures) from 16.1 to 16.4.
- [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst)
- [Commits](pytest-dev/pytest-rerunfailures@16.1...16.4)

---
updated-dependencies:
- dependency-name: pytest-rerunfailures
  dependency-version: '16.4'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/uv/dev/pytest-rerunfailures-16.4 branch from 0fff85d to 43ea2d1 Compare July 14, 2026 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants