mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
5bd3906f18
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
22 lines
384 B
Makefile
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>
|