Update dependency pytest to v7.4.4 #56

Open
renovate-bot wants to merge 1 commit from renovate/pytest-7.x into master
Collaborator

This PR contains the following updates:

Package Type Update Change
pytest (changelog) tool.hatch.envs.default patch ==7.4.3 -> ==7.4.4

Release Notes

pytest-dev/pytest (pytest)

v7.4.4: pytest 7.4.4 (2023-12-31)

Compare Source

Bug Fixes

  • #​11140: Fix non-string constants at the top of file being detected as docstrings on Python>=3.8.
  • #​11572: Handle an edge case where sys.stderr{.interpreted-text role="data"} and sys.__stderr__{.interpreted-text role="data"} might already be closed when faulthandler{.interpreted-text role="ref"} is tearing down.
  • #​11710: Fixed tracebacks from collection errors not getting pruned.
  • #​7966: Removed unhelpful error message from assertion rewrite mechanism when exceptions are raised in __iter__ methods. Now they are treated un-iterable instead.

Improved Documentation

  • #​11091: Updated documentation to refer to hyphenated options: replaced --junitxml with --junit-xml and --collectonly with --collect-only.

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 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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pytest](https://github.com/pytest-dev/pytest) ([changelog](https://docs.pytest.org/en/stable/changelog.html)) | tool.hatch.envs.default | patch | `==7.4.3` -> `==7.4.4` | --- ### Release Notes <details> <summary>pytest-dev/pytest (pytest)</summary> ### [`v7.4.4`](https://github.com/pytest-dev/pytest/releases/tag/7.4.4): pytest 7.4.4 (2023-12-31) [Compare Source](https://github.com/pytest-dev/pytest/compare/7.4.3...7.4.4) #### Bug Fixes - [#&#8203;11140](https://github.com/pytest-dev/pytest/issues/11140): Fix non-string constants at the top of file being detected as docstrings on Python>=3.8. - [#&#8203;11572](https://github.com/pytest-dev/pytest/issues/11572): Handle an edge case where `sys.stderr`{.interpreted-text role="data"} and `sys.__stderr__`{.interpreted-text role="data"} might already be closed when `faulthandler`{.interpreted-text role="ref"} is tearing down. - [#&#8203;11710](https://github.com/pytest-dev/pytest/issues/11710): Fixed tracebacks from collection errors not getting pruned. - [#&#8203;7966](https://github.com/pytest-dev/pytest/issues/7966): Removed unhelpful error message from assertion rewrite mechanism when exceptions are raised in `__iter__` methods. Now they are treated un-iterable instead. #### Improved Documentation - [#&#8203;11091](https://github.com/pytest-dev/pytest/issues/11091): Updated documentation to refer to hyphenated options: replaced `--junitxml` with `--junit-xml` and `--collectonly` with `--collect-only`. </details> --- ### 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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy43NC4wIiwidXBkYXRlZEluVmVyIjoiMzcuMjMzLjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
renovate-bot added the
renovate
label 2024-02-01 20:11:21 +01:00
renovate-bot added 1 commit 2024-02-01 20:11:21 +01:00
Update dependency pytest to v7.4.4
Some checks failed
build package and container / build-pypackage (pull_request) Successful in 16s
check code / check-docs (pull_request) Successful in 7s
create release / release-pypackage (pull_request) Successful in 26s
build package and container / build-container (pull_request) Successful in 3m58s
check code / check-code-py38 (pull_request) Successful in 7m7s
check code / check-code-py39 (pull_request) Successful in 6m49s
check code / check-code-py310 (pull_request) Successful in 6m51s
check code / scan-code-py311 (pull_request) Has been cancelled
check code / check-code-py311 (pull_request) Has been cancelled
11766eaeef
Some checks failed
build package and container / build-pypackage (pull_request) Successful in 16s
check code / check-docs (pull_request) Successful in 7s
create release / release-pypackage (pull_request) Successful in 26s
build package and container / build-container (pull_request) Successful in 3m58s
check code / check-code-py38 (pull_request) Successful in 7m7s
check code / check-code-py39 (pull_request) Successful in 6m49s
check code / check-code-py310 (pull_request) Successful in 6m51s
check code / scan-code-py311 (pull_request) Has been cancelled
check code / check-code-py311 (pull_request) Has been cancelled
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/pytest-7.x:renovate/pytest-7.x
git checkout renovate/pytest-7.x

Merge

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff renovate/pytest-7.x
git checkout master
git merge --ff-only renovate/pytest-7.x
git checkout renovate/pytest-7.x
git rebase master
git checkout master
git merge --no-ff renovate/pytest-7.x
git checkout master
git merge --squash renovate/pytest-7.x
git checkout master
git merge --ff-only renovate/pytest-7.x
git checkout master
git merge renovate/pytest-7.x
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: olofvndrhr/manga-dlp#56
No description provided.