5cd68b735a
v1.1.3 * Another dummy release to sort out missing wheels (hopefully). v1.1.2 * Another dummy release to sort out missing wheels (hopefully). v1.1.1 * Dummy release to sort out CI issues. v1.1.0 * New marker `pytest.mark.forked` to fork before individual tests.
22 lines
653 B
Makefile
22 lines
653 B
Makefile
# $NetBSD: Makefile,v 1.5 2019/10/24 12:48:54 adam Exp $
|
|
|
|
DISTNAME= pytest-forked-1.1.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-forked/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/pytest-dev/pytest-forked
|
|
COMMENT= Run tests in isolated forked subprocesses
|
|
LICENSE= mit
|
|
|
|
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
|
|
DEPENDS+= ${PYPKGPREFIX}-test>=3.1.0:../../devel/py-test
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
do-test:
|
|
cd ${WRKSRC} && pytest-${PYVERSSUFFIX} testing
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|