mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
26 lines
439 B
Makefile
26 lines
439 B
Makefile
COMMENT = run each test in a forked subprocess
|
|
|
|
MODPY_DISTV = 1.6.0
|
|
|
|
DISTNAME = pytest-forked-${MODPY_DISTV}
|
|
PKGNAME = py-test-forked-${MODPY_DISTV}
|
|
REVISION = 3
|
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = https://github.com/pytest-dev/pytest-forked
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools_scm
|
|
MODPY_PYTEST_ARGS = -v
|
|
|
|
RUN_DEPENDS = devel/py-py \
|
|
devel/py-test
|
|
|
|
.include <bsd.port.mk>
|