e62d98e5cf
2.10.1 * Support for ``pytest-xdist`` 2.0, which breaks compatibility with ``pytest-xdist`` before 1.22.3 (from 2017). * Fixed the ``LocalPath has no attribute startswith`` failure that occurred when using the ``pytester`` plugin in inline mode.
21 lines
598 B
Makefile
21 lines
598 B
Makefile
# $NetBSD: Makefile,v 1.15 2020/08/21 21:54:10 adam Exp $
|
|
|
|
DISTNAME= pytest-cov-2.10.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-cov/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/pytest-dev/pytest-cov
|
|
COMMENT= Pytest plugin for measuring coverage
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-coverage>=4.4:../../devel/py-coverage
|
|
|
|
PYTHON_VERSIONED_DEPENDENCIES= test
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../lang/python/versioned_dependencies.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|