Path to this page:
Subject: CVS commit: pkgsrc/devel/py-test5
From: Adam Ciarcinski
Date: 2019-12-15 12:30:37
Message id: 20191215113037.AB4D8FA97@cvs.NetBSD.org
Log Message:
py-test5: updated to 5.3.2
pytest 5.3.2:
Improvements
* Revert “A warning is now issued when assertions are made for None”.
The warning proved to be less useful than initially expected and had quite a few \
false positive cases.
Bug Fixes
* junitxml: Logs for failed test are now passed to junit report in case the test \
fails during call phase.
* The supporting files in the .pytest_cache directory are kept with \
--cache-clear, which only clears cached values now.
* Fix assertion rewriting for egg-based distributions and editable installs (pip \
install --editable).
Files: