aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-03 16:57:25 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-03 16:57:25 +0000
commit9c391385ea317b8ddaa859daf06a07cb3aa6786e (patch)
treec5d2b5e26d7d6c4d52b326e0e4ae7d2c04fdcd1f
parent2cd8560639d0765ce77be72256c93f5615e1c115 (diff)
downloadports-9c391385ea317b8ddaa859daf06a07cb3aa6786e.tar.gz
ports-9c391385ea317b8ddaa859daf06a07cb3aa6786e.zip
net/py-suds: Convert to USE_PYTHON=pytest
-rw-r--r--net/py-suds/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/py-suds/Makefile b/net/py-suds/Makefile
index 40bcdbb2c33a..ecc5375ed177 100644
--- a/net/py-suds/Makefile
+++ b/net/py-suds/Makefile
@@ -12,10 +12,8 @@ COMMENT= Lightweight SOAP client (community fork)
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0,1:devel/py-pytest@${PY_FLAVOR}
-
USES= python:3.6+
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent distutils pytest
NO_ARCH= yes