Skip to content

Commit

Permalink
Updated py-test-cov to 2.3.1.
Browse files Browse the repository at this point in the history
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>`_.
  • Loading branch information
wiz committed Aug 22, 2016
1 parent 47ec9bf commit 5f710f4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions devel/py-test-cov/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand Down
5 changes: 4 additions & 1 deletion devel/py-test-cov/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
10 changes: 5 additions & 5 deletions devel/py-test-cov/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5f710f4

Please sign in to comment.