mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
databases/py-apsw: Simplify TEST_ARGS
This commit is contained in:
parent
d933218f4c
commit
662ccf0c1c
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue