Subject: CVS commit: pkgsrc/devel/py-test
From: Adam Ciarcinski
Date: 2017-10-05 08:54:09
Message id: 20171005065409.439A6FBC7@cvs.NetBSD.org

Log Message:
py-test: update to 3.2.3

Pytest 3.2.3
Bug Fixes
* Fix crash in tab completion when no prefix is given.
* The equality checking function (__eq__) of MarkDecorator returns False if one \ 
object is not an instance of MarkDecorator.
* When running pytest --fixtures-per-test: don’t crash if an item has no \ 
_fixtureinfo attribute (e.g. doctests)

Improved Documentation
* In help text of -k option, add example of using not to not select certain \ 
tests whose names match the provided expression.
* Add note in parametrize.rst about calling metafunc.parametrize multiple times.

Trivial/Internal Changes
* Set xfail_strict=True in pytest’s own test suite to catch expected failures \ 
as soon as they start to pass.
* Fix typo in example of passing a callable to markers (in example/markers.rst)

Files:
RevisionActionfile
1.37modifypkgsrc/devel/py-test/Makefile
1.34modifypkgsrc/devel/py-test/distinfo