Skip to content

Commit

Permalink
Updated py-test-cov to 2.4.0.
Browse files Browse the repository at this point in the history
2.4.0 (2016-10-10)
------------------

* Added a "disarm" option: ``--no-cov``. It will disable coverage measurements. Contributed by Zoltan Kozma in
  `PR#135 <https://github.com/pytest-dev/pytest-cov/pull/135>`_.

  **WARNING: Do not put this in your configuration files, it's meant to be an one-off for situations where you want to
  disable coverage from command line.**
* Fixed broken exception handling on ``.pth`` file. See `#136 <https://github.com/pytest-dev/pytest-cov/issues/136>`_.
  • Loading branch information
wiz committed Oct 19, 2016
1 parent 5113388 commit bc2f11b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.3 2016/08/22 13:27:47 wiz Exp $
# $NetBSD: Makefile,v 1.4 2016/10/19 12:52:27 wiz Exp $

DISTNAME= pytest-cov-2.3.1
DISTNAME= pytest-cov-2.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-cov/}
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.3 2016/08/22 13:27:47 wiz Exp $
$NetBSD: distinfo,v 1.4 2016/10/19 12:52:27 wiz Exp $

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
SHA1 (pytest-cov-2.4.0.tar.gz) = a8fcb6d4bd41bbe0086b355d2ffa2bdaf300678e
RMD160 (pytest-cov-2.4.0.tar.gz) = d9fbd15f02d4eb84e7db04d87a60a85d801c2bb6
SHA512 (pytest-cov-2.4.0.tar.gz) = dc11d4098c98baed9c0a6a97bce9cf353c4af0e4f2e755e25826efcde079f8f67305ebc14041705b339d7b87dbfa11b03ad351e78b69768e959e6c9bba3c275b
Size (pytest-cov-2.4.0.tar.gz) = 37071 bytes

0 comments on commit bc2f11b

Please sign in to comment.