archivers/py-sozipfile: Convert to USE_PYTHON=unittest

This commit is contained in:
Po-Chuan Hsieh
2023-12-25 17:00:03 +08:00
parent 3b656ef052
commit 5dac015ed2
+3 -1
View File
@@ -15,8 +15,10 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
USE_PYTHON= autoplist concurrent pep517 unittest
NO_ARCH= yes
TEST_ARGS= discover -s tests
TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR}
.include <bsd.port.mk>