2.4.2 Fix dependency on six library 2.4.1 Bugfixes for xfails 2.4.0 Minor version bump whenever we change pytest hooks. This hook change in particular was done for unittest-based tests; which do not use the 'pytest_pyfunc_call' hook we were originally using. 2.3.3 Fix error when test file paths were on different drive Updated pytest & python unittest matrix 2.3.2 Add pytest_assume_summary_report hook for modifying output of failed assertions (thanks @ptrivedi2610) 2.3.0 New hook for modifying output
21 lines
611 B
Makefile
21 lines
611 B
Makefile
# $NetBSD: Makefile,v 1.7 2021/01/10 21:45:41 adam Exp $
|
|
|
|
DISTNAME= pytest-assume-2.4.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-assume/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/astraw38/pytest-assume
|
|
COMMENT= Py.test plugin that allows multiple failures per test
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONED_DEPENDENCIES= test
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../lang/python/versioned_dependencies.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|