Merge pull request #11408 from pytest-dev/release-7.4.2 (#11409)

Prepare release 7.4.2

(cherry picked from commit b0c4775a28)
This commit is contained in:
Bruno Oliveira
2023-09-07 16:10:19 -03:00
committed by GitHub
parent 5936a79fdb
commit 0a06db0729
11 changed files with 56 additions and 17 deletions

View File

@@ -1 +0,0 @@
Fix doctest collection of `functools.cached_property` objects.

View File

@@ -1 +0,0 @@
Fixed bug using ``--importmode=importlib`` which would cause package ``__init__.py`` files to be imported more than once in some cases.

View File

@@ -1 +0,0 @@
Fixed bug where `user_properties` where not being saved in the JUnit XML file if a fixture failed during teardown.

View File

@@ -1 +0,0 @@
Improved disclaimer on pytest plugin reference page to better indicate this is an automated, non-curated listing.

View File

@@ -1 +0,0 @@
Fixed crash when parsing long command line arguments that might be interpreted as files.