Path to this page:
Subject: CVS commit: pkgsrc/devel/py-test5
From: Adam Ciarcinski
Date: 2019-11-15 12:01:30
Message id: 20191115110130.5561EFA97@cvs.NetBSD.org
Log Message:
py-test5: updated to 5.2.3
pytest 5.2.3:
Bug Fixes
- The first test in a package (``__init__.py``) marked with \
``@pytest.mark.skip`` is now correctly skipped.
- Fix ``--trace`` when used with parametrized functions.
- Using ``request`` as a parameter name in ``@pytest.mark.parametrize`` now \
produces a more
user-friendly error.
Files: