the-dotify-project / dotify

🐍🎶 Yet another Spotify Web API Python library
https://the-dotify-project.github.io/dotify/
MIT License
6 stars 2 forks source link

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

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 7 months ago

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`](https://togithub.com/pytest-dev/pytest-rerunfailures/blob/HEAD/CHANGES.rst#140-2024-03-13) [Compare Source](https://togithub.com/pytest-dev/pytest-rerunfailures/compare/13.0...14.0) Bug fixes \+++++++++ - Fix missing teardown for non-function scoped fixtures when using only_rerun or rerun_except queries. (`#​234 `*) and (`#​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`](https://togithub.com/pytest-dev/pytest-rerunfailures/blob/HEAD/CHANGES.rst#130-2023-11-22) [Compare Source](https://togithub.com/pytest-dev/pytest-rerunfailures/compare/12.0...13.0) 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. (`#​172 `\_) - Fix crash when setup fails with --rerun-except flag. (`#​230 `\_) ### [`v12.0`](https://togithub.com/pytest-dev/pytest-rerunfailures/blob/HEAD/CHANGES.rst#120-2023-07-05) [Compare Source](https://togithub.com/pytest-dev/pytest-rerunfailures/compare/11.1.2...12.0) 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. (`#​225 `\_) ### [`v11.1.2`](https://togithub.com/pytest-dev/pytest-rerunfailures/blob/HEAD/CHANGES.rst#1112-2023-03-09) [Compare Source](https://togithub.com/pytest-dev/pytest-rerunfailures/compare/11.1.1...11.1.2) Bug fixes \+++++++++ - Execute teardown when test was skipped in setup phase of a fixture. ### [`v11.1.1`](https://togithub.com/pytest-dev/pytest-rerunfailures/blob/HEAD/CHANGES.rst#1111-2023-02-17) [Compare Source](https://togithub.com/pytest-dev/pytest-rerunfailures/compare/11.1...11.1.1) 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`](https://togithub.com/pytest-dev/pytest-rerunfailures/blob/HEAD/CHANGES.rst#1112-2023-03-09) [Compare Source](https://togithub.com/pytest-dev/pytest-rerunfailures/compare/11.0...11.1) Bug fixes \+++++++++ - Execute teardown when test was skipped in setup phase of a fixture. ### [`v11.0`](https://togithub.com/pytest-dev/pytest-rerunfailures/blob/HEAD/CHANGES.rst#110-2023-01-12) [Compare Source](https://togithub.com/pytest-dev/pytest-rerunfailures/compare/10.3...11.0) 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 `\_ 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`](https://togithub.com/pytest-dev/pytest-rerunfailures/compare/10.2...10.3) [Compare Source](https://togithub.com/pytest-dev/pytest-rerunfailures/compare/10.2...10.3)

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.



This PR has been generated by Mend Renovate. View repository job log here.

stale[bot] commented 7 months ago

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[bot] commented 7 months ago

Closing the issue due to inactivity.

renovate[bot] commented 7 months ago

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.