git: 8b37d2860ebe - main - devel/py-ddt: Convert to USE_PYTHON=unittest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Jun 2022 16:37:58 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8b37d2860ebe5bc7b83de3296619b1354b3886ef commit 8b37d2860ebe5bc7b83de3296619b1354b3886ef Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-21 16:33:39 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-21 16:36:28 +0000 devel/py-ddt: Convert to USE_PYTHON=unittest --- devel/py-ddt/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/devel/py-ddt/Makefile b/devel/py-ddt/Makefile index cf8a06e2a0d1..878385005767 100644 --- a/devel/py-ddt/Makefile +++ b/devel/py-ddt/Makefile @@ -13,15 +13,11 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} 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 nose -v - .include <bsd.port.mk>