git: 1a667b99d70a - main - devel/py-findlibs: Add make test
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 17 Feb 2025 20:54:47 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1a667b99d70abb2ae1ee56825240b6d4d89b3b8f
commit 1a667b99d70abb2ae1ee56825240b6d4d89b3b8f
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-02-17 20:51:00 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-02-17 20:51:00 +0000
devel/py-findlibs: Add make test
---
devel/py-findlibs/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/devel/py-findlibs/Makefile b/devel/py-findlibs/Makefile
index a563aa7edf0e..0bdc52c124a7 100644
--- a/devel/py-findlibs/Makefile
+++ b/devel/py-findlibs/Makefile
@@ -13,9 +13,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyfakefs>=0:filesystems/py-pyfakefs@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent pep517
+USE_PYTHON= autoplist concurrent pep517 pytest
NO_ARCH= yes