Mon Aug 27 06:06:02 2018 UTC ()
py-test: updated to 3.7.3

pytest 3.7.3:

Bug Fixes
* Fixtures during teardown can again use capsys and capfd to inspect output captured during tests.
* Fix collection of tests from __init__.py files if they match the python_files configuration option.
* Fix issue where teardown of fixtures of consecutive sub-packages were executed once, at the end of the outer package.
* Fix bug where --show-capture=no option would still show logs printed during fixture teardown.
* Fix stdout/stderr not getting captured when real-time cli logging is active.
* Fix collection error when specifying test functions directly in the command line using test.py::test syntax together with --doctest-modules.
* Fix bugs where unicode arguments could not be passed to testdir.runpytest on Python 2.
* Fix double collection of tests within packages when the filename starts with a capital letter.


(adam)
diff -r1.54 -r1.55 pkgsrc/devel/py-test/Makefile
diff -r1.50 -r1.51 pkgsrc/devel/py-test/distinfo

cvs diff -r1.54 -r1.55 pkgsrc/devel/py-test/Makefile (expand / switch to context diff)
--- pkgsrc/devel/py-test/Makefile 2018/08/19 08:12:20 1.54
+++ pkgsrc/devel/py-test/Makefile 2018/08/27 06:06:02 1.55
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.54 2018/08/19 08:12:20 adam Exp $
+# $NetBSD: Makefile,v 1.55 2018/08/27 06:06:02 adam Exp $
 
-DISTNAME=	pytest-3.7.2
+DISTNAME=	pytest-3.7.3
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=p/pytest/}

cvs diff -r1.50 -r1.51 pkgsrc/devel/py-test/distinfo (expand / switch to context diff)
--- pkgsrc/devel/py-test/distinfo 2018/08/19 08:12:20 1.50
+++ pkgsrc/devel/py-test/distinfo 2018/08/27 06:06:02 1.51
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.50 2018/08/19 08:12:20 adam Exp $
+$NetBSD: distinfo,v 1.51 2018/08/27 06:06:02 adam Exp $
 
-SHA1 (pytest-3.7.2.tar.gz) = c89622fdc403dcc287040ac5a99d1dd321b3ade1
+SHA1 (pytest-3.7.3.tar.gz) = 075777ddce703186b416772aba77a979cedfbc2f
-RMD160 (pytest-3.7.2.tar.gz) = 507f75890f2168b2b50b25f0ce34525a04ad3f96
+RMD160 (pytest-3.7.3.tar.gz) = 2f27841b8409850ece5684bd5207ccb3c94eb966
-SHA512 (pytest-3.7.2.tar.gz) = 569a67a0e5090936b0d5d53e8f1582c1dab5fdfd596c47c68b2487ad79af502a942ced0d876569f37ce5a49721c050b5dfc7c0d95b31cf61a73c4f82237b4611
+SHA512 (pytest-3.7.3.tar.gz) = a3743a07d345da1829a547f256b22a6f29e6afb13d1b66ff1c309ef02508eb228952ef54bd496476bdffe3a5fc7927accdcb452ec70749a5659f656a14119037
-Size (pytest-3.7.2.tar.gz) = 847992 bytes
+Size (pytest-3.7.3.tar.gz) = 850782 bytes