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

Update dependency pytest to v8.2.1 #829

Merged
merged 1 commit into from
May 21, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 29, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pytest (changelog) ==8.2.0 -> ==8.2.1 age adoption passing confidence

Release Notes

pytest-dev/pytest (pytest)

v8.2.1

Compare Source

pytest 8.2.1 (2024-05-19)

Improvements

  • #​12334: Support for Python 3.13 (beta1 at the time of writing).

Bug Fixes

  • #​12120: Fix [PermissionError]{.title-ref} crashes arising from directories which are not selected on the command-line.
  • #​12191: Keyboard interrupts and system exits are now properly handled during the test collection.
  • #​12300: Fixed handling of 'Function not implemented' error under squashfuse_ll, which is a different way to say that the mountpoint is read-only.
  • #​12308: Fix a regression in pytest 8.2.0 where the permissions of automatically-created .pytest_cache directories became rwx------ instead of the expected rwxr-xr-x.

Trivial/Internal Changes

  • #​12333: pytest releases are now attested using the recent Artifact Attestation support from GitHub, allowing users to verify the provenance of pytest's sdist and wheel artifacts.

Configuration

📅 Schedule: Branch creation - "* 0-4 * * 3" (UTC), 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 Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from aurangzaib048 as a code owner April 29, 2024 19:05
@renovate renovate bot changed the title Update dependency pytest to v8.2.0 Update dependency pytest to v8.1.2 Apr 30, 2024
@renovate renovate bot changed the title Update dependency pytest to v8.1.2 Update dependency pytest to v8.2.0 May 2, 2024
Copy link

github-actions bot commented May 2, 2024

[puLL-Merge] - pytest-dev/pytest@8.1.1..8.2.0

Here is a summary of the PR diff:

Description

This PR updates various dependencies and makes some changes to the codebase. The motivation seems to be general maintenance and improvements.

Changes

Changes

  • .github/workflows/: Updated versions of GitHub Actions used.
  • .gitignore: Added .python-version to ignored files.
  • .pre-commit-config.yaml: Updated versions of pre-commit hooks. Added pylint hook.
  • AUTHORS: Added new contributors.
  • CONTRIBUTING.rst: Updated recommended way to install pytest for development.
  • TIDELIFT.rst: Added a new contributor receiving Tidelift funding.
  • changelog/: Removed old changelog entries, added new ones.
  • doc/en/:
    • Updated docs for new features, improvements and bugfixes.
    • Updated plugin list.
    • Other minor doc improvements.
  • pyproject.toml:
    • Updated dependencies.
    • Added configuration for pylint, mypy.
  • scripts/: Minor code style fixes.
  • src/_pytest/:
    • Various code changes, refactorings, bugfixes.
    • Use new importlib features where appropriate.
    • Deprecate some legacy path-related hooks and arguments.
  • testing/:
    • Added new tests.
    • Fixed some type annotations.
  • tox.ini: Use dev extra instead of testing.

Security Hotspots

No obvious security hotspots based on the diff. The changes seem to be typical code maintenance and improvements.

@aurangzaib048 aurangzaib048 merged commit 175d2d8 into master May 21, 2024
8 checks passed
@renovate renovate bot changed the title Update dependency pytest to v8.2.0 Update dependency pytest to v8.2.1 May 21, 2024
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.

None yet

1 participant