science/py-mercantile: Add make test

This commit is contained in:
Po-Chuan Hsieh 2025-02-28 18:34:43 +08:00
parent 02e3012dbf
commit 51b2964a35
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -16,9 +16,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=3.0:devel/py-click@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
USE_PYTHON= autoplist concurrent pep517 pytest
NO_ARCH= yes