Merge pull request #11096 from pytest-dev/release-7.3.2

Prepare release 7.3.2

(cherry picked from commit 5dcd2be466)
This commit is contained in:
Ran Benita
2023-06-10 22:30:12 +03:00
parent 52cf700f1b
commit 0142bb6687
11 changed files with 48 additions and 8 deletions

View File

@@ -1 +0,0 @@
Fix bug where very long option names could cause pytest to break with ``OSError: [Errno 36] File name too long`` on some systems.

View File

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

View File

@@ -1 +0,0 @@
:confval:`testpaths` is now honored to load root ``conftests``.

View File

@@ -1 +0,0 @@
The `monkeypatch` `setitem`/`delitem` type annotations now allow `TypedDict` arguments.

View File

@@ -1 +0,0 @@
Fixed bug in assertion rewriting where a variable assigned with the walrus operator could not be used later in a function call.

View File

@@ -1 +0,0 @@
Fixed ``--last-failed``'s "(skipped N files)" functionality for files inside of packages (directories with `__init__.py` files).