From 586fd8efaa641e1379afb8e2e3bba142c3a379e9 Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 15 Dec 2019 11:30:37 +0000 Subject: [PATCH] py-test5: updated to 5.3.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit pytest 5.3.2: Improvements * Revert “A warning is now issued when assertions are made for None”. The warning proved to be less useful than initially expected and had quite a few false positive cases. Bug Fixes * junitxml: Logs for failed test are now passed to junit report in case the test fails during call phase. * The supporting files in the .pytest_cache directory are kept with --cache-clear, which only clears cached values now. * Fix assertion rewriting for egg-based distributions and editable installs (pip install --editable). --- devel/py-test5/Makefile | 4 ++-- devel/py-test5/PLIST | 11 +++++++---- devel/py-test5/distinfo | 10 +++++----- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/devel/py-test5/Makefile b/devel/py-test5/Makefile index 8b6fb1b2ea2d..6827e2059a0f 100644 --- a/devel/py-test5/Makefile +++ b/devel/py-test5/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2019/11/28 06:28:25 adam Exp $ +# $NetBSD: Makefile,v 1.8 2019/12/15 11:30:37 adam Exp $ -DISTNAME= pytest-5.3.1 +DISTNAME= pytest-5.3.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest/} diff --git a/devel/py-test5/PLIST b/devel/py-test5/PLIST index 2a39916be024..c914da8a1e6c 100644 --- a/devel/py-test5/PLIST +++ b/devel/py-test5/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2019/10/22 18:39:38 adam Exp $ +@comment $NetBSD: PLIST,v 1.2 2019/12/15 11:30:37 adam Exp $ bin/py.test-${PYVERSSUFFIX} bin/pytest-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO @@ -176,6 +176,9 @@ ${PYSITELIB}/_pytest/warning_types.pyo ${PYSITELIB}/_pytest/warnings.py ${PYSITELIB}/_pytest/warnings.pyc ${PYSITELIB}/_pytest/warnings.pyo -${PYSITELIB}/pytest.py -${PYSITELIB}/pytest.pyc -${PYSITELIB}/pytest.pyo +${PYSITELIB}/pytest/__init__.py +${PYSITELIB}/pytest/__init__.pyc +${PYSITELIB}/pytest/__init__.pyo +${PYSITELIB}/pytest/__main__.py +${PYSITELIB}/pytest/__main__.pyc +${PYSITELIB}/pytest/__main__.pyo diff --git a/devel/py-test5/distinfo b/devel/py-test5/distinfo index 01ba05da1b2b..cf3fc9578f91 100644 --- a/devel/py-test5/distinfo +++ b/devel/py-test5/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2019/11/28 06:28:25 adam Exp $ +$NetBSD: distinfo,v 1.7 2019/12/15 11:30:37 adam Exp $ -SHA1 (pytest-5.3.1.tar.gz) = 7e6d532201a57c1bc96ebb73ce3ea6ac8d5f66d1 -RMD160 (pytest-5.3.1.tar.gz) = ae00029add95e541cb0173f6306cfa610fe0097f -SHA512 (pytest-5.3.1.tar.gz) = e949a516c064a7050a0ad15356cc0bf25e4840e830f03e1925530c8a2dd9903d7632e55535894474422ba86fd9ed7a397c483d98dad297990b7b49456147189e -Size (pytest-5.3.1.tar.gz) = 994584 bytes +SHA1 (pytest-5.3.2.tar.gz) = 3968347f945bc0c60578d245d65775f83d90ac5a +RMD160 (pytest-5.3.2.tar.gz) = c3e91b99a9f5327474e635d32481be79f0ad4383 +SHA512 (pytest-5.3.2.tar.gz) = 2ab39973848d2d4693edd1dbd7ab2798b574026c9277bddd4a18e57aec65b3d93de201e87f58eb26030183b5c71818e6e56bcc1cda8c50892546cb1c04d6984a +Size (pytest-5.3.2.tar.gz) = 995560 bytes