Path to this page:
Subject: CVS commit: pkgsrc/devel/py-test
From: Adam Ciarcinski
Date: 2023-12-31 20:11:55
Message id: 20231231191155.C0590FA42@cvs.NetBSD.org
Log Message:
py-test: updated to 7.4.4
pytest 7.4.4 (2023-12-31)
Bug Fixes
- Fix non-string constants at the top of file being detected as docstrings on \
Python>=3.8.
- Handle an edge case where :data:`sys.stderr` and :data:`sys.__stderr__` might \
already be closed when :ref:`faulthandler` is tearing down.
- Fixed tracebacks from collection errors not getting pruned.
- Removed unhelpful error message from assertion rewrite mechanism when \
exceptions are raised in ``__iter__`` methods. Now they are treated un-iterable \
instead.
Improved Documentation
- Updated documentation to refer to hyphenated options: replaced ``--junitxml`` \
with ``--junit-xml`` and ``--collectonly`` with ``--collect-only``.
Files: