git: d1b902bb0f3e - main - devel/py-pyTooling: Limit tests to unit tests only
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 Sep 2024 09:47:33 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=d1b902bb0f3e19c8a14089136a582d561befc651 commit d1b902bb0f3e19c8a14089136a582d561befc651 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-09-22 21:06:27 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-09-23 09:47:25 +0000 devel/py-pyTooling: Limit tests to unit tests only --- devel/py-pyTooling/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/devel/py-pyTooling/Makefile b/devel/py-pyTooling/Makefile index 69cb31615f83..243cafc50192 100644 --- a/devel/py-pyTooling/Makefile +++ b/devel/py-pyTooling/Makefile @@ -28,11 +28,13 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anytree>=2.8.0:devel/py-anytree@${PY_FLAVOR ${PYTHON_PKGNAMEPREFIX}treelib>0:devel/py-treelib@${PY_FLAVOR} USES= python -USE_PYTHON= pep517 autoplist pytest # 44 tests fail, see https://github.com/pyTooling/pyTooling/issues/123#issuecomment-2362275029 +USE_PYTHON= pep517 autoplist pytest # 7 tests fail, see https://github.com/pyTooling/pyTooling/issues/123#issuecomment-2362275029 USE_GITHUB= yes +TEST_ARGS= ${WRKSRC}/tests/unit # skip performance and other tests + NO_ARCH= yes -TEST_WRKSRC= ${WRKSRC}/tests +TEST_WRKSRC= ${WRKSRC} .include <bsd.port.mk>