summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz>2016-08-22 13:27:47 +0000
committerwiz <wiz>2016-08-22 13:27:47 +0000
commit764b75a0c96264b943f6264cb4ff62ab3537d76e (patch)
tree279097f9d9e858f887a51c5992ae003fe20b3ff0 /devel
parent1bd840a55b9add991b373c76e6dd438ee92dc3b3 (diff)
downloadpkgsrc-764b75a0c96264b943f6264cb4ff62ab3537d76e.tar.gz
Updated py-test-cov to 2.3.1.
2.3.1 (2016-08-07) ------------------ * Fixed regression causing spurious errors when xdist was used. See `#124 <https://github.com/pytest-dev/pytest-cov/issues/124>`_. * Fixed DeprecationWarning about incorrect `addoption` use. Contributed by Florian Bruhin in `PR#127 <https://github.com/pytest-dev/pytest-cov/pull/127>`_. * Fixed deprecated use of funcarg fixture API. Contributed by Daniel Hahler in `PR#125 <https://github.com/pytest-dev/pytest-cov/pull/125>`_. 2.3.0 (2016-07-05) ------------------ * Add support for specifying output location for html, xml, and annotate report. Contributed by Patrick Lannigan in `PR#113 <https://github.com/pytest-dev/pytest-cov/pull/113>`_. * Fix bug hiding test failure when cov-fail-under failed. * For coverage >= 4.0, match the default behaviour of `coverage report` and error if coverage fails to find the source instead of just printing a warning. Contributed by David Szotten in `PR#116 <https://github.com/pytest-dev/pytest-cov/pull/116>`_. * Fixed bug occurred when bare ``--cov`` parameter was used with xdist. Contributed by Michael Elovskikh in `PR#120 <https://github.com/pytest-dev/pytest-cov/pull/120>`_. * Add support for ``skip_covered`` and added ``--cov-report=term-skip-covered`` command line options. Contributed by Saurabh Kumar in `PR#115 <https://github.com/pytest-dev/pytest-cov/pull/115>`_.
Diffstat (limited to 'devel')
-rw-r--r--devel/py-test-cov/Makefile4
-rw-r--r--devel/py-test-cov/PLIST5
-rw-r--r--devel/py-test-cov/distinfo10
3 files changed, 11 insertions, 8 deletions
diff --git a/devel/py-test-cov/Makefile b/devel/py-test-cov/Makefile
index 0a958772912..7a89b3fbdaf 100644
--- a/devel/py-test-cov/Makefile
+++ b/devel/py-test-cov/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2016/02/01 13:05:34 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2016/08/22 13:27:47 wiz Exp $
-DISTNAME= pytest-cov-2.2.1
+DISTNAME= pytest-cov-2.3.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-cov/}
diff --git a/devel/py-test-cov/PLIST b/devel/py-test-cov/PLIST
index 05982720990..48a1a9a61c6 100644
--- a/devel/py-test-cov/PLIST
+++ b/devel/py-test-cov/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2015/11/07 19:03:04 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2016/08/22 13:27:47 wiz Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -10,6 +10,9 @@ ${PYSITELIB}/pytest-cov.pth
${PYSITELIB}/pytest_cov/__init__.py
${PYSITELIB}/pytest_cov/__init__.pyc
${PYSITELIB}/pytest_cov/__init__.pyo
+${PYSITELIB}/pytest_cov/compat.py
+${PYSITELIB}/pytest_cov/compat.pyc
+${PYSITELIB}/pytest_cov/compat.pyo
${PYSITELIB}/pytest_cov/embed.py
${PYSITELIB}/pytest_cov/embed.pyc
${PYSITELIB}/pytest_cov/embed.pyo
diff --git a/devel/py-test-cov/distinfo b/devel/py-test-cov/distinfo
index 0071bd1edc5..7dc011c6b6f 100644
--- a/devel/py-test-cov/distinfo
+++ b/devel/py-test-cov/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2016/02/01 13:05:34 wiz Exp $
+$NetBSD: distinfo,v 1.3 2016/08/22 13:27:47 wiz Exp $
-SHA1 (pytest-cov-2.2.1.tar.gz) = b03336babf119011fe3d39cc9e6751b7c7e350e5
-RMD160 (pytest-cov-2.2.1.tar.gz) = 6e0c2d9c32164d00d41c5295e43f601fed77900c
-SHA512 (pytest-cov-2.2.1.tar.gz) = 8f20cf1c42b4415c7decf8407582e64045c599aedf1970160d02e35e723f56fa095af26ee4390eabf2d32e209898b0a3dae8b7212ac81ecda64d6dbc7c83f790
-Size (pytest-cov-2.2.1.tar.gz) = 33154 bytes
+SHA1 (pytest-cov-2.3.1.tar.gz) = c0570a7b8c716e2760d176fd9607aa511dbebf22
+RMD160 (pytest-cov-2.3.1.tar.gz) = 5593c8855ea5f7c82ad52d3d797dad3b346f7da2
+SHA512 (pytest-cov-2.3.1.tar.gz) = 79770beb53fbb43b5d68311c2efd0accbfd890ab6dad299da8c1c0b3d26b54d984807313b1507900cda7004bfb50fedc0bd4341cfcfce47849a4f24fc8184f11
+Size (pytest-cov-2.3.1.tar.gz) = 35378 bytes