aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-21 16:34:04 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-21 16:36:33 +0000
commit7d38e9a93ed023c309cff3eeeb83730898f421fe (patch)
treeeb9daa1edcf867d7b4c030f2370f082e5e3acd20 /security
parentdc30d3ad2766b5e333dee04aa328fcad4c95da10 (diff)
downloadports-7d38e9a93ed023c309cff3eeeb83730898f421fe.tar.gz
ports-7d38e9a93ed023c309cff3eeeb83730898f421fe.zip
security/py-certbot: Convert to USE_PYTHON=pytest
Diffstat (limited to 'security')
-rw-r--r--security/py-certbot/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/security/py-certbot/Makefile b/security/py-certbot/Makefile
index 1e6f4e8a1a98..e73127ef623c 100644
--- a/security/py-certbot/Makefile
+++ b/security/py-certbot/Makefile
@@ -25,10 +25,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${P
${PYTHON_PKGNAMEPREFIX}pytz>2019.3,1:devel/py-pytz@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.component>0:devel/py-zope.component@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
USES= python:3.7+
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent distutils pytest
NO_ARCH= yes
SUB_FILES= 500.certbot pkg-message
@@ -67,8 +66,5 @@ post-install-MANPAGES-on:
${INSTALL_MAN} ${WRKSRC}/docs/_build/man/certbot.7 \
${STAGEDIR}${PREFIX}/share/man/man7
-do-test:
- @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest
-
.include "${.CURDIR}/../py-acme/version.mk"
.include <bsd.port.mk>