summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-09-14 19:54:26 +0000
committeradam <adam@pkgsrc.org>2020-09-14 19:54:26 +0000
commitcae24795367a02ac342ed854c83e789c832a7b2e (patch)
tree1ca6cbf170f2be0fa171f14c96749af5712a2584 /devel
parent6a2167c920f6a255c9bd643050a6028e8a71ebf4 (diff)
downloadpkgsrc-cae24795367a02ac342ed854c83e789c832a7b2e.tar.gz
py-test: updated to 6.0.2
pytest 6.0.2 Bug Fixes * Fixed --log-cli potentially causing unrelated print output to be swallowed. * Fixed log-capturing level restored incorrectly if caplog.set_level is called more than once. * Fixed NotSetType.token being used as the parameter ID when the parametrization list is empty. Regressed in pytest 6.0.0. * Fix internal error when handling some exceptions that contain multiple lines or the style uses multiple lines (--tb=line for example).
Diffstat (limited to 'devel')
-rw-r--r--devel/py-test/Makefile4
-rw-r--r--devel/py-test/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-test/Makefile b/devel/py-test/Makefile
index 6a86d98f077..18a95d846d4 100644
--- a/devel/py-test/Makefile
+++ b/devel/py-test/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.94 2020/08/19 12:40:59 riastradh Exp $
+# $NetBSD: Makefile,v 1.95 2020/09/14 19:54:26 adam Exp $
-DISTNAME= pytest-6.0.1
+DISTNAME= pytest-6.0.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 2a80183bae3..47507fe9e36 100644
--- a/devel/py-test/distinfo
+++ b/devel/py-test/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.81 2020/08/05 14:09:30 adam Exp $
+$NetBSD: distinfo,v 1.82 2020/09/14 19:54:26 adam Exp $
-SHA1 (pytest-6.0.1.tar.gz) = 8a1ed060b297682c9aa41b371386a925cc92a814
-RMD160 (pytest-6.0.1.tar.gz) = 70a7d686f9a14e1a2607f0fb4f2589cce0e1af9f
-SHA512 (pytest-6.0.1.tar.gz) = bdd790c3860da2ed3a3ff47f04512c3bfae4fa1e31fc6b96fc19bd57d1804a6fec968ecf17a11c5b20d30dcf82d6391ef0d893ae57a3da9ad777a15c078c129f
-Size (pytest-6.0.1.tar.gz) = 1069631 bytes
+SHA1 (pytest-6.0.2.tar.gz) = bc14d7c0f9c0a8299ffdc5a7c0bec1563b4052ac
+RMD160 (pytest-6.0.2.tar.gz) = 09c1eb3e9a71f26ba949b15032d06038781f1801
+SHA512 (pytest-6.0.2.tar.gz) = 478d28c30f4f990dcdd98edcd074051e32d9ab25941c21bdc9c4cc47b726da79b5b3a01572ff97f608598ef6bb9df075ebba49abb2f1420947e0c6d4fe0be9c8
+Size (pytest-6.0.2.tar.gz) = 1070533 bytes