mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -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
|
USES= localbase python sqlite
|
||||||
USE_PYTHON= autoplist concurrent pep517 unittest
|
USE_PYTHON= autoplist concurrent pep517 unittest
|
||||||
|
|
||||||
TEST_ARGS= discover -s ${WRKSRC}/apsw
|
TEST_ARGS= discover -s apsw
|
||||||
TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR}
|
TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR}
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
Loading…
Add table
Reference in a new issue