Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

chore(deps): update dependency pytest to v8 #195

Merged
merged 1 commit into from
Feb 20, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 27, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pytest (source, changelog) ==7.4.4 -> ==8.0.1 age adoption passing confidence

Release Notes

pytest-dev/pytest (pytest)

v8.0.1

Compare Source

pytest 8.0.1 (2024-02-16)

Bug Fixes

  • #​11875: Correctly handle errors from getpass.getuser{.interpreted-text role="func"} in Python 3.13.
  • #​11879: Fix an edge case where ExceptionInfo._stringify_exception could crash pytest.raises{.interpreted-text role="func"}.
  • #​11906: Fix regression with pytest.warns{.interpreted-text role="func"} using custom warning subclasses which have more than one parameter in their [__init__]{.title-ref}.
  • #​11907: Fix a regression in pytest 8.0.0 whereby calling pytest.skip{.interpreted-text role="func"} and similar control-flow exceptions within a pytest.warns(){.interpreted-text role="func"} block would get suppressed instead of propagating.
  • #​11929: Fix a regression in pytest 8.0.0 whereby autouse fixtures defined in a module get ignored by the doctests in the module.
  • #​11937: Fix a regression in pytest 8.0.0 whereby items would be collected in reverse order in some circumstances.

v8.0.0: pytest 8.0.0 (2024-01-27)

Compare Source

See 8.0.0rc1 and 8.0.0rc2 for the full changes since pytest 7.4!

Bug Fixes

  • #​11842: Properly escape the reason of a skip <pytest.mark.skip ref>{.interpreted-text role="ref"} mark when writing JUnit XML files.
  • #​11861: Avoid microsecond exceeds 1_000_000 when using log-date-format with %f specifier, which might cause the test suite to crash.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependency Dependency update by Renovate label Jan 27, 2024
@renovate renovate bot requested a review from kayman-mk as a code owner January 27, 2024 22:15
Copy link

Hey @renovate[bot]! 👋

Thank you for your contribution to the project. Please refer to the contribution rules for a quick overview of the process.

Make sure that this PR clearly explains:

  • the problem being solved
  • the best way a reviewer and you can test your changes

With submitting this PR you confirm that you hold the rights of the code added and agree that it will published under this LICENSE.

The following ChatOps commands are supported:

  • /help: notifies a maintainer to help you out

Simply add a comment with the command in the first line. If you need to pass more information, separate it with a blank line from the command.

This message was generated automatically. You are welcome to improve it.

kayman-mk
kayman-mk previously approved these changes Jan 27, 2024
Copy link
Member

@kayman-mk kayman-mk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto approved Renovate PR by organization

@renovate renovate bot force-pushed the renovate/pytest-8.x branch 4 times, most recently from 31a69a3 to 2e0e46b Compare February 5, 2024 03:34
@renovate renovate bot force-pushed the renovate/pytest-8.x branch from 2e0e46b to 20e2479 Compare February 6, 2024 03:46
@renovate renovate bot force-pushed the renovate/pytest-8.x branch from 20e2479 to e30ecc7 Compare February 15, 2024 17:09
@renovate renovate bot force-pushed the renovate/pytest-8.x branch from e30ecc7 to f3adac5 Compare February 17, 2024 03:33
Copy link
Member

@kayman-mk kayman-mk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto approved Renovate PR by organization

@renovate renovate bot force-pushed the renovate/pytest-8.x branch from f3adac5 to 2c2868f Compare February 18, 2024 03:32
@kayman-mk kayman-mk merged commit 6425857 into main Feb 20, 2024
14 checks passed
@kayman-mk kayman-mk deleted the renovate/pytest-8.x branch February 20, 2024 19:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependency Dependency update by Renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant