Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency pytest-rerunfailures to v14 #348

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 14, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pytest-rerunfailures 10.2 -> 14.0 age adoption passing confidence

Release Notes

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

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 - "before 4am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from billsioros as a code owner March 14, 2024 01:42
@renovate renovate bot added the 🎲 dependencies Working on dependencies label Mar 14, 2024
Copy link

stale bot commented Mar 21, 2024

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 Mar 21, 2024
Copy link

stale bot commented Mar 30, 2024

Closing the issue due to inactivity.

@stale stale bot closed this Mar 30, 2024
Copy link
Author

renovate bot commented Mar 30, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 14.x releases. But if you manually upgrade to 14.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-14.x-lockfile branch March 30, 2024 05:54
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.

None yet

0 participants