Subject: CVS commit: pkgsrc/devel/py-test
From: Adam Ciarcinski
Date: 2019-02-19 09:25:49
Message id: 20190219082549.52C58FB16@cvs.NetBSD.org

Log Message:
py-test: updated to 4.3.0

pytest 4.3.0:

Deprecations
* pytest.warns() now emits a warning when it receives unknown keyword arguments.

This will be changed into an error in the future.

Features
* Usage errors from argparse are mapped to pytest’s UsageError.

* Add the --ignore-glob parameter to exclude test-modules with Unix shell-style \ 
wildcards. Add the collect_ignore_glob for conftest.py to exclude test-modules \ 
with Unix shell-style wildcards.

* The warning about Python 2.7 and 3.4 not being supported in pytest 5.0 has \ 
been removed.

In the end it was considered to be more of a nuisance than actual utility and \ 
users of those Python versions shouldn’t have problems as pip will not install \ 
pytest 5.0 on those interpreters.

* With the help of new set_log_path() method there is a way to set log_file \ 
paths from hooks.

Bug Fixes
* --help and --version are handled with UsageError.
* Fix AssertionError with collection of broken symlinks with packages.

Files:
RevisionActionfile
1.74modifypkgsrc/devel/py-test/Makefile
1.67modifypkgsrc/devel/py-test/distinfo