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 dev/pytest-rerunfailures to v12 #46

Merged
merged 1 commit into from
Aug 10, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 2, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
dev/pytest-rerunfailures ==11.1.2 -> ==12.0 age adoption passing confidence

Release Notes

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

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>_)

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Etc/UTC, Automerge - "every weekend" in timezone Etc/UTC.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 added the Dependencies label Aug 2, 2023
@renovate renovate bot force-pushed the renovate/dev-pytest-rerunfailures-12.x branch 2 times, most recently from 3e7b76a to ba609ff Compare August 4, 2023 21:00
@codecov
Copy link

codecov bot commented Aug 4, 2023

Codecov Report

Merging #46 (ac31ce1) into main (09bb107) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #46   +/-   ##
=======================================
  Coverage   98.95%   98.95%           
=======================================
  Files          20       20           
  Lines         668      668           
  Branches       99       99           
=======================================
  Hits          661      661           
  Misses          6        6           
  Partials        1        1           

@lengau lengau requested a review from tigarmo August 7, 2023 01:49
@renovate renovate bot force-pushed the renovate/dev-pytest-rerunfailures-12.x branch from ba609ff to ac31ce1 Compare August 8, 2023 16:10
@sergiusens sergiusens merged commit 7aef31e into main Aug 10, 2023
8 checks passed
@sergiusens sergiusens deleted the renovate/dev-pytest-rerunfailures-12.x branch August 10, 2023 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants