diff options
author | adam <adam@pkgsrc.org> | 2018-10-23 06:34:00 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-10-23 06:34:00 +0000 |
commit | 21a2306014869485759f4edd8b3a20b0dc2e2223 (patch) | |
tree | 13e00cb67ac0db5f40f5c579cb74a51dc4c1a8da /devel | |
parent | 7bbb88f0b5117fff5faa084d13350b2746680874 (diff) | |
download | pkgsrc-21a2306014869485759f4edd8b3a20b0dc2e2223.tar.gz |
py-test: updated to 3.9.2
pytest 3.9.2:
Bug Fixes
* Improve error message when a recursive dependency between fixtures is detected.
* Fix logging messages not shown in hooks pytest_sessionstart() and pytest_sessionfinish().
* Fix unescaped XML raw objects in JUnit report for skipped tests
* Python 2: safely format warning message about passing unicode strings to warnings.warn, which may cause surprising MemoryError exception when monkey patching warnings.warn itself.
* Improve error message when it is not possible to determine a function’s signature.
* Pin setuptools>=40.0 to support py_modules in setup.cfg
* Restore the tmpdir behaviour of symlinking the current test run.
* Fix filename reported by warnings.warn when using recwarn under python2.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-test/Makefile | 4 | ||||
-rw-r--r-- | devel/py-test/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-test/Makefile b/devel/py-test/Makefile index 54ad8db81d8..34e16b11fd3 100644 --- a/devel/py-test/Makefile +++ b/devel/py-test/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.61 2018/10/18 10:11:25 adam Exp $ +# $NetBSD: Makefile,v 1.62 2018/10/23 06:34:00 adam Exp $ -DISTNAME= pytest-3.9.1 +DISTNAME= pytest-3.9.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest/} diff --git a/devel/py-test/distinfo b/devel/py-test/distinfo index 782b1cdc4fc..7748faf53a6 100644 --- a/devel/py-test/distinfo +++ b/devel/py-test/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.56 2018/10/18 10:11:25 adam Exp $ +$NetBSD: distinfo,v 1.57 2018/10/23 06:34:00 adam Exp $ -SHA1 (pytest-3.9.1.tar.gz) = 6e1a08bc17f4fc6167e7375a56ed206fb26a8b43 -RMD160 (pytest-3.9.1.tar.gz) = e82820cdb4294573891835347bf6d06e2c496892 -SHA512 (pytest-3.9.1.tar.gz) = 0a3a6842fb549c8223f0ddf56ca28eb200a21a4cadf382fbcd2ab930c58d57c55c77d5869e84bd79bf611d959cba6d363ace3b5fd33d5ce44259fd580b1a9369 -Size (pytest-3.9.1.tar.gz) = 886734 bytes +SHA1 (pytest-3.9.2.tar.gz) = 9a273c770591c556f7e37c496724bc7ba8454f8d +RMD160 (pytest-3.9.2.tar.gz) = b8162e0a7ae08e41ecb72f12df14354328bc4216 +SHA512 (pytest-3.9.2.tar.gz) = 260c54a559c6d87ecc0c1e5eb17664fe3f62c4a54af6b543b462d1ec637d2a68cffea9c58a23f3a35a20d3734a14ddac6413d0b0f2d2f203ef4daa0c776e1d11 +Size (pytest-3.9.2.tar.gz) = 881101 bytes |