aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-29 16:28:06 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-29 16:32:42 +0000
commitaade16dc47e3c38cd434aff2fdcbeefd85f1024d (patch)
tree0bc3e0f8f056c68756fca4d0214a36b76ac29dd2
parenta41bba0c31170ea16b1ebad9288bbf23e36b8f78 (diff)
downloadports-aade16dc47e3c38cd434aff2fdcbeefd85f1024d.tar.gz
ports-aade16dc47e3c38cd434aff2fdcbeefd85f1024d.zip
devel/py-pycparser: Convert to USE_PYTHON=unittest
-rw-r--r--devel/py-pycparser/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/py-pycparser/Makefile b/devel/py-pycparser/Makefile
index 6083b68d0bfc..95d345b2c85e 100644
--- a/devel/py-pycparser/Makefile
+++ b/devel/py-pycparser/Makefile
@@ -13,11 +13,8 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent distutils unittest
NO_ARCH= yes
-do-test:
- cd ${WRKSRC} && ${PYTHON_CMD} tests/all_tests.py
-
.include <bsd.port.mk>