git: 662ccf0c1cad - main - databases/py-apsw: Simplify TEST_ARGS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Jan 2025 17:06:49 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=662ccf0c1cad0a8f312b4cb6202edb1ab290a71c commit 662ccf0c1cad0a8f312b4cb6202edb1ab290a71c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-01-28 16:57:17 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-01-28 17:04:49 +0000 databases/py-apsw: Simplify TEST_ARGS --- databases/py-apsw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/py-apsw/Makefile b/databases/py-apsw/Makefile index f5f5fcdf9c9c..b7088254a530 100644 --- a/databases/py-apsw/Makefile +++ b/databases/py-apsw/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA USES= localbase python sqlite USE_PYTHON= autoplist concurrent pep517 unittest -TEST_ARGS= discover -s ${WRKSRC}/apsw +TEST_ARGS= discover -s apsw TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR} post-patch: