Files
2026-01-24 22:27:17 +00:00

27 lines
539 B
Makefile

COMMENT= py.test xdist plugin for distributed testing
DISTNAME= pytest_xdist-${MODPY_DISTV}
PKGNAME= py-test-xdist-${MODPY_DISTV}
MODPY_DISTV= 3.8.0
CATEGORIES= devel
HOMEPAGE= https://github.com/pytest-dev/pytest-xdist
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= setuptools_scm
RUN_DEPENDS= devel/py-execnet \
devel/py-test \
devel/py-apipkg
# uses its own pytest extension in test
TEST_DEPENDS= ${FULLPKGNAME}:${FULLPKGPATH} \
devel/py-pexpect \
sysutils/py-filelock
.include <bsd.port.mk>