Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 2, 2024

Bumps pytest-rerunfailures from 11.1.2 to 13.0.

Changelog

Sourced from pytest-rerunfailures's changelog.

13.0 (2023-11-22)

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](https://github.com/pytest-dev/pytest-rerunfailures/issues/172) <https://github.com/pytest-dev/pytest-rerunfailures/issues/172>_)

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

12.0 (2023-07-05)

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](https://github.com/pytest-dev/pytest-rerunfailures/issues/225) <https://github.com/pytest-dev/pytest-rerunfailures/issues/225>_)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 2, 2024
@codecov
Copy link

codecov bot commented Jan 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4c16cf9) 26.99% compared to head (0363be2) 26.99%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #124   +/-   ##
=======================================
  Coverage   26.99%   26.99%           
=======================================
  Files          36       36           
  Lines        1052     1052           
  Branches      208      208           
=======================================
  Hits          284      284           
  Misses        734      734           
  Partials       34       34           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Nusnus
Copy link
Member

Nusnus commented Jan 2, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/pytest-rerunfailures-13.0 branch from 7ad2ae3 to 48a18c5 Compare January 2, 2024 01:29
@Nusnus
Copy link
Member

Nusnus commented Jan 2, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/pytest-rerunfailures-13.0 branch from 48a18c5 to 0748266 Compare January 2, 2024 02:28
@Nusnus
Copy link
Member

Nusnus commented Jan 2, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/pytest-rerunfailures-13.0 branch from 0748266 to 8c0e485 Compare January 2, 2024 02:36
@Nusnus
Copy link
Member

Nusnus commented Jan 2, 2024

@dependabot rebase

Bumps [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures) from 11.1.2 to 13.0.
- [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst)
- [Commits](pytest-dev/pytest-rerunfailures@11.1.2...13.0)

---
updated-dependencies:
- dependency-name: pytest-rerunfailures
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/pytest-rerunfailures-13.0 branch from 8c0e485 to 0363be2 Compare January 2, 2024 09:48
@Nusnus Nusnus merged commit 9019330 into main Jan 2, 2024
@Nusnus Nusnus deleted the dependabot/pip/pytest-rerunfailures-13.0 branch January 2, 2024 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants