8cf267facb
v2.4.3: Add tryfirst=True to pytest_runtest_call hook, so downstream/upstream plugin hooks work with it correctly. Noteably, this fixes Captured log calls.
21 lines
611 B
Makefile
21 lines
611 B
Makefile
# $NetBSD: Makefile,v 1.8 2021/07/09 20:02:21 adam Exp $
|
|
|
|
DISTNAME= pytest-assume-2.4.3
|
|
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"
|