pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-test py-test: updated to 3.7.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1545568bc79
branches:  trunk
changeset: 312135:c1545568bc79
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Aug 27 06:06:02 2018 +0000

description:
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.

diffstat:

 devel/py-test/Makefile |   4 ++--
 devel/py-test/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 30aed7515dfc -r c1545568bc79 devel/py-test/Makefile
--- a/devel/py-test/Makefile    Mon Aug 27 06:04:35 2018 +0000
+++ b/devel/py-test/Makefile    Mon Aug 27 06:06:02 2018 +0000
@@ -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/}
diff -r 30aed7515dfc -r c1545568bc79 devel/py-test/distinfo
--- a/devel/py-test/distinfo    Mon Aug 27 06:04:35 2018 +0000
+++ b/devel/py-test/distinfo    Mon Aug 27 06:06:02 2018 +0000
@@ -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
-RMD160 (pytest-3.7.2.tar.gz) = 507f75890f2168b2b50b25f0ce34525a04ad3f96
-SHA512 (pytest-3.7.2.tar.gz) = 569a67a0e5090936b0d5d53e8f1582c1dab5fdfd596c47c68b2487ad79af502a942ced0d876569f37ce5a49721c050b5dfc7c0d95b31cf61a73c4f82237b4611
-Size (pytest-3.7.2.tar.gz) = 847992 bytes
+SHA1 (pytest-3.7.3.tar.gz) = 075777ddce703186b416772aba77a979cedfbc2f
+RMD160 (pytest-3.7.3.tar.gz) = 2f27841b8409850ece5684bd5207ccb3c94eb966
+SHA512 (pytest-3.7.3.tar.gz) = a3743a07d345da1829a547f256b22a6f29e6afb13d1b66ff1c309ef02508eb228952ef54bd496476bdffe3a5fc7927accdcb452ec70749a5659f656a14119037
+Size (pytest-3.7.3.tar.gz) = 850782 bytes



Home | Main Index | Thread Index | Old Index