Path to this page:
Subject: CVS commit: pkgsrc/devel/py-test5
From: Adam Ciarcinski
Date: 2020-01-20 12:56:13
Message id: 20200120115613.16707FBF4@cvs.NetBSD.org
Log Message:
py-test5: updated to 5.3.3
pytest 5.3.3:
Bug Fixes
* Captured output during teardown is shown with -rP.
* Fix a pytest-xdist crash when dealing with exceptions raised in subprocesses \
created by the multiprocessing module.
* FixtureDef objects now properly register their finalizers with autouse and \
parameterized fixtures that execute before them in the fixture stack so they are \
torn down at the right times, and in the right order.
* Fix parsing of outcomes containing multiple errors with testdir results \
(regression in 5.3.0).
Trivial/Internal Changes
* Optimized automatic renaming of test parameter IDs.
Files: