Move tests from py-nose to MODPY_PYTEST and drop py-nose from dependencies

This commit is contained in:
kmos 2019-11-08 22:02:19 +00:00
parent 5c2f27210c
commit 7f21740558

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2019/07/12 20:48:45 sthen Exp $
# $OpenBSD: Makefile,v 1.10 2019/11/08 22:02:19 kmos Exp $
# python3 flavour not needed for this port; the ipaddress module
# is available in core python 3.3+
@ -18,10 +18,6 @@ MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
TEST_DEPENDS = devel/py-nose${MODPY_FLAVOR}
do-test:
cd ${WRKSRC}; nosetests${MODPY_BIN_SUFFIX}
MODPY_PYTEST = Yes
.include <bsd.port.mk>