aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-07-31 20:09:12 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-07-31 20:44:27 +0000
commit9f51f04896118e6dfbd233b741b837e04cdb9890 (patch)
treeccc76b10df8221f9285bd0d1154fb746c0f02f3d
parent9c2cfb7f2c42128bbc5832b9657fc1db781767a2 (diff)
downloadports-9f51f04896118e6dfbd233b741b837e04cdb9890.tar.gz
ports-9f51f04896118e6dfbd233b741b837e04cdb9890.zip
security/py-python3-saml: Convert to USE_PYTHON=pytest
-rw-r--r--security/py-python3-saml/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/py-python3-saml/Makefile b/security/py-python3-saml/Makefile
index 4a7391e3a310..dc042a71ca9c 100644
--- a/security/py-python3-saml/Makefile
+++ b/security/py-python3-saml/Makefile
@@ -18,9 +18,12 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.1.0:devel/py-poetry-core@${
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1:devel/py-isodate@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}lxml>=4.6.5:devel/py-lxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}xmlsec>=1.3.9:security/py-xmlsec@${PY_FLAVOR}
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=4.5.2:devel/py-coverage@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}flake8>=3.6.0:devel/py-flake8@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}freezegun>=0.3.11:devel/py-freezegun@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent pep517
+USE_PYTHON= autoplist concurrent pep517 pytest
NO_ARCH= yes