Skip to content

Bump pytest-rerunfailures from 16.1 to 16.2#343

Merged
jkwill87 merged 2 commits into
mainfrom
dependabot/uv/pytest-rerunfailures-16.2
May 13, 2026
Merged

Bump pytest-rerunfailures from 16.1 to 16.2#343
jkwill87 merged 2 commits into
mainfrom
dependabot/uv/pytest-rerunfailures-16.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps pytest-rerunfailures from 16.1 to 16.2.

Changelog

Sourced from pytest-rerunfailures's changelog.

16.2 (2026-05-13)

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

Commits
  • 88a84d8 Preparing release 16.2
  • 5e0ad6a fix: accept exception classes in only_rerun and rerun_except markers (#327)
  • 928aa2b Update minimum pytest version to 8.1 and add support for pytest 9.0 (#325)
  • b53ef72 Fix support for pytest-main. (#324)
  • d9ef70e Preserve session and module teardown when fixture teardown fails (#319)
  • a22edc3 Bump actions/cache from 4 to 5 in the actions group (#317)
  • 365dc54 Bump actions/checkout from 5 to 6 in the actions group (#316)
  • a484d56 Update to current versions of pre-commit hooks. (#312)
  • 3447ea8 Back to development: 16.2
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures) from 16.1 to 16.2.
- [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst)
- [Commits](pytest-dev/pytest-rerunfailures@16.1...16.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels May 13, 2026
@jkwill87 jkwill87 merged commit 6a24424 into main May 13, 2026
2 checks passed
@jkwill87 jkwill87 deleted the dependabot/uv/pytest-rerunfailures-16.2 branch May 13, 2026 20:21
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant