Path to this page:
Subject: CVS commit: pkgsrc/devel/py-test
From: Adam Ciarcinski
Date: 2023-09-05 20:58:32
Message id: 20230905185832.98BADFBDB@cvs.NetBSD.org
Log Message:
py-test: updated to 7.4.1
pytest 7.4.1 (2023-09-02)
=========================
Bug Fixes
---------
- Fixed bug where fake intermediate modules generated by \
``--import-mode=importlib`` would not include the
child modules as attributes of the parent modules.
- Fixed error assertion handling in :func:`pytest.approx` when ``None`` is an \
expected or received value when comparing dictionaries.
- Fixed issue when using ``--import-mode=importlib`` together with \
``--doctest-modules`` that caused modules
to be imported more than once, causing problems with modules that have import \
side effects.
Files: