aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-03 16:57:21 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-03 16:57:21 +0000
commit2cd8560639d0765ce77be72256c93f5615e1c115 (patch)
treee6352a0f1c6d074aac242e8cc6df589de91bd00f /dns
parent78b6e5f43bec39ea965d8772cb619a34fdb402fe (diff)
downloadports-2cd8560639d0765ce77be72256c93f5615e1c115.tar.gz
ports-2cd8560639d0765ce77be72256c93f5615e1c115.zip
dns/py-py3dns: Convert to USE_PYTHON=pytest
Diffstat (limited to 'dns')
-rw-r--r--dns/py-py3dns/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/dns/py-py3dns/Makefile b/dns/py-py3dns/Makefile
index 9664fec4317b..472c2b67fab1 100644
--- a/dns/py-py3dns/Makefile
+++ b/dns/py-py3dns/Makefile
@@ -14,14 +14,9 @@ LICENSE_NAME= CNRI LICENSE AGREEMENT
LICENSE_FILE= ${WRKSRC}/LICENSE
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
-
USES= python:3.3+
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent distutils pytest
NO_ARCH= yes
-do-test:
- cd ${WRKSRC}/ && ${PYTHON_CMD} -m pytest
-
.include <bsd.port.mk>