Delete NO_TEST and add MODPY_PYTEST=Yes to enable tests. All pass.

This commit is contained in:
kmos 2019-11-10 17:14:33 +00:00
parent 15248861cf
commit 04192c9f73

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2019/07/12 20:44:00 sthen Exp $ # $OpenBSD: Makefile,v 1.14 2019/11/10 17:14:33 kmos Exp $
COMMENT = tiny 'shelve'-like database with concurrency support COMMENT = tiny 'shelve'-like database with concurrency support
@ -18,6 +18,7 @@ MODULES = lang/python
MODPY_PI = Yes MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes MODPY_SETUPTOOLS = Yes
MODPY_PYTEST = Yes
FLAVORS = python3 FLAVORS = python3
FLAVOR ?= FLAVOR ?=
@ -26,6 +27,4 @@ FLAVOR ?=
RUN_DEPENDS = devel/py-pathlib${MODPY_FLAVOR} RUN_DEPENDS = devel/py-pathlib${MODPY_FLAVOR}
.endif .endif
NO_TEST = Yes
.include <bsd.port.mk> .include <bsd.port.mk>