Path to this page:
Subject: CVS commit: pkgsrc/devel/py-test
From: Adam Ciarcinski
Date: 2023-09-08 08:26:04
Message id: 20230908062604.62254FBDB@cvs.NetBSD.org
Log Message:
py-test: updated to 7.4.2
pytest 7.4.2 (2023-09-07)
=========================
Bug Fixes
---------
- Fix doctest collection of `functools.cached_property` objects.
- Fixed bug using ``--importmode=importlib`` which would cause package \
``__init__.py`` files to be imported more than once in some cases.
- Fixed bug where `user_properties` where not being saved in the JUnit XML file \
if a fixture failed during teardown.
- Fixed crash when parsing long command line arguments that might be interpreted \
as files.
Improved Documentation
----------------------
- Improved disclaimer on pytest plugin reference page to better indicate this is \
an automated, non-curated listing.
Files: