Skip to content

Commit bddbeba

Browse files
authored
Merge pull request #12341 from pytest-dev/release-8.2.1
Prepare release 8.2.1
2 parents 3ffcfd1 + 66ff8df commit bddbeba

14 files changed

+60
-14
lines changed

changelog/12120.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/12191.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/12300.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/12308.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/12333.trivial.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/12334.improvement.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/en/announce/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Release announcements
66
:maxdepth: 2
77

88

9+
release-8.2.1
910
release-8.2.0
1011
release-8.1.2
1112
release-8.1.1

doc/en/announce/release-8.2.1.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
pytest-8.2.1
2+
=======================================
3+
4+
pytest 8.2.1 has just been released to PyPI.
5+
6+
This is a bug-fix release, being a drop-in replacement. To upgrade::
7+
8+
pip install --upgrade pytest
9+
10+
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
11+
12+
Thanks to all of the contributors to this release:
13+
14+
* Bruno Oliveira
15+
* Ran Benita
16+
17+
18+
Happy testing,
19+
The pytest Development Team

doc/en/builtin.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For information about fixtures, see :ref:`fixtures`. To see a complete list of a
2222
cachedir: .pytest_cache
2323
rootdir: /home/sweet/project
2424
collected 0 items
25-
cache -- .../_pytest/cacheprovider.py:542
25+
cache -- .../_pytest/cacheprovider.py:549
2626
Return a cache object that can persist state between testing sessions.
2727
2828
cache.get(key, default)

doc/en/changelog.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,38 @@ with advance notice in the **Deprecations** section of releases.
2828

2929
.. towncrier release notes start
3030
31+
pytest 8.2.1 (2024-05-19)
32+
=========================
33+
34+
Improvements
35+
------------
36+
37+
- `#12334 <https://github.com/pytest-dev/pytest/issues/12334>`_: Support for Python 3.13 (beta1 at the time of writing).
38+
39+
40+
41+
Bug Fixes
42+
---------
43+
44+
- `#12120 <https://github.com/pytest-dev/pytest/issues/12120>`_: Fix `PermissionError` crashes arising from directories which are not selected on the command-line.
45+
46+
47+
- `#12191 <https://github.com/pytest-dev/pytest/issues/12191>`_: Keyboard interrupts and system exits are now properly handled during the test collection.
48+
49+
50+
- `#12300 <https://github.com/pytest-dev/pytest/issues/12300>`_: Fixed handling of 'Function not implemented' error under squashfuse_ll, which is a different way to say that the mountpoint is read-only.
51+
52+
53+
- `#12308 <https://github.com/pytest-dev/pytest/issues/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``.
54+
55+
56+
57+
Trivial/Internal Changes
58+
------------------------
59+
60+
- `#12333 <https://github.com/pytest-dev/pytest/issues/12333>`_: 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.
61+
62+
3163
pytest 8.2.0 (2024-04-27)
3264
=========================
3365

0 commit comments

Comments
 (0)