Skip to content

Update dependency pytest-rerunfailures to v16.5 - #2773

Open
renovate[bot] wants to merge 1 commit into
trunkfrom
renovate/pytest-rerunfailures-16.x
Open

Update dependency pytest-rerunfailures to v16.5#2773
renovate[bot] wants to merge 1 commit into
trunkfrom
renovate/pytest-rerunfailures-16.x

Conversation

@renovate

@renovate renovate Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

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

v16.5

Compare Source

Features
++++++++

  • Add --max-suite-reruns option to cap the total number of reruns across
    the entire test suite. Once the limit is reached, no further reruns occur
    regardless of per-test --reruns or @pytest.mark.flaky settings.
    (#&#8203;298 <https://github.com/pytest-dev/pytest-rerunfailures/issues/298>_)

Bug Fixes
+++++++++

  • Create a new test class instance for each rerun. Previously the instance of
    the failed attempt was reused, so state stored on self leaked into the
    rerun and broke test isolation. Fixtures cached at class scope or higher are
    still not re-executed. (#&#8203;268 <https://github.com/pytest-dev/pytest-rerunfailures/issues/268>_)
  • Prevent a rerun when a fixture teardown raises an error matching
    --rerun-except. Previously only the error from the current test stage was
    considered, so a --rerun-except-matching error raised during teardown was
    ignored and the test was rerun anyway. (#&#8203;270 <https://github.com/pytest-dev/pytest-rerunfailures/issues/270>_)

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 Aug 13, 2026

Copy link
Copy Markdown

Deploy Preview for selenium-dev ready!

Name Link
🔨 Latest commit f26a65f
🔍 Latest deploy log https://app.netlify.com/projects/selenium-dev/deploys/6a7f77c68b3e7a0008950e56
😎 Deploy Preview https://deploy-preview-2773--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.

@renovate
renovate Bot force-pushed the renovate/pytest-rerunfailures-16.x branch from aabb380 to f26a65f Compare August 14, 2026 20:17
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.

0 participants