py-test-cov: updated to 2.9.0

2.9.0:
* Fixed ``RemovedInPytest4Warning`` when using Pytest 3.10.
* Made pytest startup faster when plugin not active by lazy-importing.
* Various CI improvements.
* Various Python support updates (drop EOL 3.4, test against 3.8 final).
* Changed ``--cov-append`` to always enable ``data_suffix`` (a coverage setting).
  Contributed by Harm Geerts in
* Changed ``--cov-append`` to handle loading previous data better
  (fixes various path aliasing issues).
* Various other testing improvements, github issue templates, example updates.
* Fixed internal failures that are caused by tests that change the current working directory by
  ensuring a consistent working directory when coverage is called.
This commit is contained in:
adam 2020-05-27 15:02:39 +00:00
parent 415a59926d
commit ca5c58a249
2 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.12 2020/05/16 09:03:22 adam Exp $
# $NetBSD: Makefile,v 1.13 2020/05/27 15:02:39 adam Exp $
DISTNAME= pytest-cov-2.8.1
DISTNAME= pytest-cov-2.9.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-cov/}

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.9 2019/10/16 16:41:16 adam Exp $
$NetBSD: distinfo,v 1.10 2020/05/27 15:02:39 adam Exp $
SHA1 (pytest-cov-2.8.1.tar.gz) = d0849c43e4f1928928213c27cfd0f59f68f17195
RMD160 (pytest-cov-2.8.1.tar.gz) = 48646b609948b9fc91dcaad9fb18670e4e93548b
SHA512 (pytest-cov-2.8.1.tar.gz) = 769a17c2095dbe990df148a0105c9e3dc88ac2265ac77ac31448dab6abf6d8cc0d54f5c6ff01fd708bd38700bfea93f57d3bb702bd9bb0a708257d094b2376ec
Size (pytest-cov-2.8.1.tar.gz) = 47661 bytes
SHA1 (pytest-cov-2.9.0.tar.gz) = 47239ca33cfb7b3821ee5d0efd581d30b4bbaec9
RMD160 (pytest-cov-2.9.0.tar.gz) = cceb43583b0fc163aae6a90f7bb6977beb8e7572
SHA512 (pytest-cov-2.9.0.tar.gz) = 1b648bdb8c113a0a66ccc578cccf7129d060ce71549bcedd859a73f95f7ea19837d1a1a5d3304a9d20a348063623ae45b33ede7b6fef8828b3c2aaaf924c97ba
Size (pytest-cov-2.9.0.tar.gz) = 54269 bytes