aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-03 16:57:51 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-03 16:57:51 +0000
commit172c515a035ada73b6e40f14ba6443ee3e378fc6 (patch)
tree666ea79074b9d56c8935965853eef4da2bcf702e
parent17a787b74616285b18c86b7695836e2d56aa7892 (diff)
downloadports-172c515a035ada73b6e40f14ba6443ee3e378fc6.tar.gz
ports-172c515a035ada73b6e40f14ba6443ee3e378fc6.zip
security/py-libnacl: Convert to USE_PYTHON=unittest
-rw-r--r--security/py-libnacl/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/security/py-libnacl/Makefile b/security/py-libnacl/Makefile
index dd1b8aa44aec..b7bda16274a8 100644
--- a/security/py-libnacl/Makefile
+++ b/security/py-libnacl/Makefile
@@ -15,11 +15,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libsodium.so:security/libsodium
USES= python:3.6+
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent distutils unittest
NO_ARCH= yes
-
-do-test:
- cd ${WRKSRC} && ${PYTHON_CMD} -m unittest discover -s tests -v
+TEST_ARGS= discover -s tests
.include <bsd.port.mk>