pytest-celery
pytest-celery copied to clipboard
Build(deps-dev): Bump pytest from 8.2.0 to 8.2.1
Bumps pytest from 8.2.0 to 8.2.1.
Release notes
Sourced from pytest's releases.
8.2.1
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_cachedirectories becamerwx------instead of the expectedrwxr-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.
Commits
66ff8dfPrepare release version 8.2.13ffcfd1Merge pull request #12340 from pytest-dev/backport-12334-to-8.2.x0b28313[8.2.x] Add Python 3.13 (beta) supportf3dd93a[8.2.x] Attest package provenance (#12335)bb5a125[8.2.x] Spelling (#12331)f179bf2Merge pull request #12327 from pytest-dev/backport-12325-to-8.2.x2b671b5[8.2.x] cacheprovider: fix.pytest_cachenot being world-readable65ab7cbMerge pull request #12324 from pytest-dev/backport-12320-to-8.2.x4d5fb7dMerge pull request #12319 from pytest-dev/backport-12311-to-8.2.xcbe5996[8.2.x] changelog: document unittest 8.2 change as breaking- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 25.27%. Comparing base (
c8e023a) to head (0747c81). Report is 70 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #309 +/- ##
=======================================
Coverage 25.27% 25.27%
=======================================
Files 37 37
Lines 1187 1187
Branches 235 235
=======================================
Hits 300 300
Misses 859 859
Partials 28 28
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.