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.9.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/207e43936cb1
branches:  trunk
changeset: 314475:207e43936cb1
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Oct 29 08:25:08 2018 +0000

description:
py-test: updated to 3.9.3

pytest 3.9.3:
Bug Fixes
* Fix ?ValueError: Plugin already registered? with conftest plugins via symlink.
* Handle race condition between creation and deletion of temporary folders.
* Fix bug where the warning summary at the end of the test session was not showing the test where the warning was originated.
* Fix regression when stacklevel for warnings was passed as positional argument on python2.

Improved Documentation
* Add reference to empty_parameter_set_mark ini option in documentation of @pytest.mark.parametrize

Trivial/Internal Changes
* Revert patching of sys.breakpointhook since it appears to do nothing.
* Apply an import sorter (reorder-python-imports) to the codebase.
* Remove use of unnecessary compat shim, six.binary_type

diffstat:

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

diffs (27 lines):

diff -r 8932e996b125 -r 207e43936cb1 devel/py-test/Makefile
--- a/devel/py-test/Makefile    Mon Oct 29 08:21:57 2018 +0000
+++ b/devel/py-test/Makefile    Mon Oct 29 08:25:08 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.62 2018/10/23 06:34:00 adam Exp $
+# $NetBSD: Makefile,v 1.63 2018/10/29 08:25:08 adam Exp $
 
-DISTNAME=      pytest-3.9.2
+DISTNAME=      pytest-3.9.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}
diff -r 8932e996b125 -r 207e43936cb1 devel/py-test/distinfo
--- a/devel/py-test/distinfo    Mon Oct 29 08:21:57 2018 +0000
+++ b/devel/py-test/distinfo    Mon Oct 29 08:25:08 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.57 2018/10/23 06:34:00 adam Exp $
+$NetBSD: distinfo,v 1.58 2018/10/29 08:25:08 adam Exp $
 
-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
+SHA1 (pytest-3.9.3.tar.gz) = a2724bb22ac54f2cf0afd669bf84c05013cc2039
+RMD160 (pytest-3.9.3.tar.gz) = a7c72e2b152519b5a4444df0dcda231301876b6b
+SHA512 (pytest-3.9.3.tar.gz) = 03ab708ebff936dc296d8c42c549789db42916ac8d4a1df817aebdcdfcb1d0c45126e6238f958eb1523938db6529baa282a9f2ff5742295b2113873abe07ef83
+Size (pytest-3.9.3.tar.gz) = 882503 bytes



Home | Main Index | Thread Index | Old Index