Prepare release version 8.2.1

This commit is contained in:
pytest bot
2024-05-19 16:43:40 +00:00
parent 3ffcfd122c
commit 66ff8dffdf
14 changed files with 60 additions and 14 deletions

View File

@@ -1 +0,0 @@
Fix `PermissionError` crashes arising from directories which are not selected on the command-line.

View File

@@ -1 +0,0 @@
Keyboard interrupts and system exits are now properly handled during the test collection.

View File

@@ -1 +0,0 @@
Fixed handling of 'Function not implemented' error under squashfuse_ll, which is a different way to say that the mountpoint is read-only.

View File

@@ -1 +0,0 @@
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``.

View File

@@ -1 +0,0 @@
pytest releases are now attested using the recent `Artifact Attestation <https://github.blog/2024-05-02-introducing-artifact-attestations-now-in-public-beta/>` support from GitHub, allowing users to verify the provenance of pytest's sdist and wheel artifacts.

View File

@@ -1 +0,0 @@
Support for Python 3.13 (beta1 at the time of writing).