chore(deps): update dependency pytest-rerunfailures to v16.4 - #2074
Closed
renovate[bot] wants to merge 1 commit into
Closed
chore(deps): update dependency pytest-rerunfailures to v16.4#2074renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/ats-test-dependencies
branch
from
July 7, 2026 05:00
f37c2b2 to
263da73
Compare
Gacko
approved these changes
Jul 7, 2026
Gacko
enabled auto-merge (squash)
July 7, 2026 05:01
renovate
Bot
force-pushed
the
renovate/ats-test-dependencies
branch
from
July 7, 2026 05:03
263da73 to
3aea50d
Compare
auto-merge was automatically disabled
July 7, 2026 05:05
Pull request was closed
Contributor
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==16.3→==16.4Release Notes
pytest-dev/pytest-rerunfailures (pytest-rerunfailures)
v16.4Compare Source
Breaking changes
++++++++++++++++
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>_.Add
--reruns-delay-backoff-factoroption (and the matchingreruns_delay_backoff_factormarker kwarg / ini setting) to grow the rerundelay 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) isunchanged.
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.