Path to this page:
Subject: CVS commit: pkgsrc/devel/py-test
From: Adam Ciarcinski
Date: 2024-05-20 09:41:57
Message id: 20240520074157.9A2BCFA2C@cvs.NetBSD.org
Log Message:
py-test: updated to 8.2.1
pytest 8.2.1 (2024-05-19)
=========================
Improvements
------------
- Support for Python 3.13 (beta1 at the time of writing).
Bug Fixes
---------
- Fix `PermissionError` crashes arising from directories which are not selected \
on the command-line.
- Keyboard interrupts and system exits are now properly handled during the test \
collection.
- Fixed handling of 'Function not implemented' error under squashfuse_ll, which \
is a different way to say that the mountpoint is read-only.
- 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
------------------------
- 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.
Files: