Path to this page:
Subject: CVS commit: pkgsrc/devel/py-test
From: Adam Ciarcinski
Date: 2023-10-25 10:37:18
Message id: 20231025083718.4AF03FADC@cvs.NetBSD.org
Log Message:
py-test: updated to 7.4.3
pytest 7.4.3 (2023-10-24)
Bug Fixes
- Markers are now considered in the reverse mro order to ensure base class \
markers are considered first -- this resolves a regression.
- Fixed ``:=`` in asserts impacting unrelated test cases.
- Handled an edge case where :data:`sys.stderr` might already be closed when \
:ref:`faulthandler` is tearing down.
Files: