diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-08-31 19:23:37 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-08-31 19:41:09 +0800 |
commit | 3998b2f156e9f624a7400dbfd8ecf962fd175126 (patch) | |
tree | 9f324fad18f4e8df9cd34df740461951cbce9418 | |
parent | devel/py-typing-inspect: Update to 0.8.0 (diff) |
devel/py-unearth: Convert to USE_PYTHON=pytest
-rw-r--r-- | devel/py-unearth/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/py-unearth/Makefile b/devel/py-unearth/Makefile index 99f8413f8dff..cda4e69bcb75 100644 --- a/devel/py-unearth/Makefile +++ b/devel/py-unearth/Makefile @@ -12,9 +12,13 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=20:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.25:www/py-requests@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=2.1.2:www/py-flask@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-httpserver>=1.0.4:devel/py-pytest-httpserver@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests-wsgi-adapter>=0.4.1:www/py-requests-wsgi-adapter@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}trustme>=0.9.0:security/py-trustme@${PY_FLAVOR} USES= python:3.7+ -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes |