Files
tb 5bd3906f18 import py-test-instafail: pytest plugin to show failures instantly,
pytest-instafail is a plugin for pytest that shows failures and errors
instantly instead of waiting until the end of test session.

(needed as a tdep for sysutils/py-psutil 7.1.0)

from Laurent Cheylus, ok sthen
2025-10-21 17:23:40 +00:00

22 lines
384 B
Makefile

COMMENT = pytest plugin to show failures instantly
MODPY_DISTV = 0.5.0
DISTNAME = pytest-instafail-${MODPY_DISTV}
PKGNAME = py-test-instafail-${MODPY_DISTV}
CATEGORIES = devel
HOMEPAGE = https://github.com/pytest-dev/pytest-instafail/
# BSD
PERMIT_PACKAGE= Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
RUN_DEPENDS = devel/py-test
.include <bsd.port.mk>