Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Sep 3, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
pytest-rerunfailures ^10.1 -> ^16.0.0 age confidence

Release Notes

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

v16.0.1

Compare Source

  • Reverted the ability to access error attributes because of an incompatibility
    with pytest-xdist <https://github.com/pytest-dev/pytest-xdist/issues/843>.
    Fixes #&#8203;302 <https://github.com/pytest-dev/pytest-rerunfailures/issues/302>
    ,
    #&#8203;303 <https://github.com/pytest-dev/pytest-rerunfailures/issues/303>_.

v16.0

Compare Source

  • Reverted the ability to access error attributes because of an incompatibility
    with pytest-xdist <https://github.com/pytest-dev/pytest-xdist/issues/843>.
    Fixes #&#8203;302 <https://github.com/pytest-dev/pytest-rerunfailures/issues/302>
    ,
    #&#8203;303 <https://github.com/pytest-dev/pytest-rerunfailures/issues/303>_.

v15.1

Compare Source

Bug fixes
+++++++++

  • Fix --fail-on-flaky option to fail the test run with custom exit code
    only when reruns are detected.
    (#&#8203;287 <https://github.com/pytest-dev/pytest-rerunfailures/issues/287>_)

  • Switched to using the SPDX license identifier in the project metadata.

Other changes
+++++++++++++

  • Change exception filtering logic to match AssertionError raised via
    assert statements when filtering by "AssertionError".
    (#&#8203;292 <https://github.com/pytest-dev/pytest-rerunfailures/issues/292>_)

v15.0

Compare Source

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

  • Drop support for Python 3.8.

  • Drop support for pytest < 7.4.

Features
++++++++

  • Fix compatibility with pytest 8.2.
    (#&#8203;267 <https://github.com/pytest-dev/pytest-rerunfailures/issues/267>_)

  • Add support for pytest 8.2, 8.3.

  • Add --fail-on-flaky option to fail the test run with custom exit code
    when test passed on rerun.

v14.0

Compare Source

Bug fixes
+++++++++

  • Fix missing teardown for non-function scoped fixtures when using only_rerun or rerun_except queries.
    (#&#8203;234 <https://github.com/pytest-dev/pytest-rerunfailures/issues/234>)
    and (#&#8203;241 <https://github.com/pytest-dev/pytest-rerunfailures/issues/241>
    )

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

  • Drop support for Python 3.7.

  • Drop support for pytest < 7.2.

Features
++++++++

  • Add support for pytest 8.0, 8.1.

v13.0

Compare Source

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

  • Drop support for pytest < 7.0.

Features
++++++++

  • Add support for Python 3.12.

Bug fixes
+++++++++

  • Fix crashitem names mismatch between client and server.
    (#&#8203;172 <https://github.com/pytest-dev/pytest-rerunfailures/issues/172>_)

  • Fix crash when setup fails with --rerun-except flag.
    (#&#8203;230 <https://github.com/pytest-dev/pytest-rerunfailures/issues/230>_)

v12.0

Compare Source

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

  • Drop support for pytest < 6.2.

Features
++++++++

  • Add only_rerun and rerun_except arguments to @pytest.mark.flaky marker.

  • Add support for pytest 7.3, 7.4.

Bug fixes
+++++++++

  • Failures are now rerun only if they match at least one --only-rerun
    pattern (if given) and none of the --rerun-except patterns. Previously,
    using both --only-rerun and --rerun-except together could cause
    failures to be rerun even if they did not match any --only-rerun
    pattern, and when using multiple --rerun-except patterns, all failures
    would be rerun unless they matched every pattern.
    (#&#8203;225 <https://github.com/pytest-dev/pytest-rerunfailures/issues/225>_)

v11.1.2

Compare Source

Bug fixes
+++++++++

  • Execute teardown when test was skipped in setup phase of a fixture.

v11.1.1

Compare Source

Bug fixes
+++++++++

  • Fix crash during teardown when runtest protocol hook is overwritten by
    another plugin.

  • Fix crash during teardown when TestCase class is used as base class.

v11.1

Compare Source

Bug fixes
+++++++++

  • Execute teardown when test was skipped in setup phase of a fixture.

v11.0

Compare Source

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

  • Drop support for Python 3.6.

  • Drop support for pytest < 6.

Bug fixes
+++++++++

  • Fix crash when pytest-xdist is installed but disabled.
    (Thanks to @mgorny <https://github.com/mgorny>_ for the PR.)

  • Fix crash when xfail(strict=True) mark is used with --rerun-only flag.

Features
++++++++

  • Added option --rerun-except to rerun failed tests those are other than the mentioned Error.

  • Add support for Python 3.11.

  • Add support for pytest 7.0, 7.1, 7.2.

v10.3

Compare Source


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@renovate renovate bot added the 🎲 dependencies Working on dependencies label Sep 3, 2025
@renovate renovate bot requested a review from billsioros as a code owner September 3, 2025 00:28
@renovate renovate bot added the 🎲 dependencies Working on dependencies label Sep 3, 2025
@renovate
Copy link
Author

renovate bot commented Sep 3, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock
Creating virtualenv dotify-goMkGsqJ-py3.13 in /home/ubuntu/.cache/pypoetry/virtualenvs
Updating dependencies
Resolving dependencies...


The current project's Python requirement (>=3.7,<4.0) is not compatible with some of the required packages Python requirement:
  - pytest-rerunfailures requires Python >=3.9, so it will not be satisfied for Python >=3.7,<3.9
  - pytest-rerunfailures requires Python >=3.9, so it will not be satisfied for Python >=3.7,<3.9

Because no versions of pytest-rerunfailures match >16.0.0,<16.0.1 || >16.0.1,<17.0.0
 and pytest-rerunfailures (16.0) requires Python >=3.9, pytest-rerunfailures is forbidden.
So, because pytest-rerunfailures (16.0.1) requires Python >=3.9
 and dotify depends on pytest-rerunfailures (^16.0.0), version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties
    
    For pytest-rerunfailures, a possible solution would be to set the `python` property to ">=3.9,<4.0"
    For pytest-rerunfailures, a possible solution would be to set the `python` property to ">=3.9,<4.0"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers

@stale
Copy link

stale bot commented Sep 11, 2025

This issue has been marked stale, as it had no activity in the last 7 days. If the issue remains stale for an additional 7 days (a total of two weeks with no activity), it will be automatically closed.

@stale stale bot added the 💀 stale This had no recent activity label Sep 11, 2025
@stale
Copy link

stale bot commented Sep 19, 2025

Closing the issue due to inactivity.

@stale stale bot closed this Sep 19, 2025
@renovate
Copy link
Author

renovate bot commented Sep 19, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 16.x releases. But if you manually upgrade to 16.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/pytest-rerunfailures-16.x branch September 19, 2025 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🎲 dependencies Working on dependencies 💀 stale This had no recent activity

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants