Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jun 2022 17:01:44 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9c391385ea31 - main - net/py-suds: Convert to USE_PYTHON=pytest
Message-ID:  <202206031701.253H1iZN050031@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9c391385ea317b8ddaa859daf06a07cb3aa6786e

commit 9c391385ea317b8ddaa859daf06a07cb3aa6786e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-03 16:57:25 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-03 16:57:25 +0000

    net/py-suds: Convert to USE_PYTHON=pytest
---
 net/py-suds/Makefile | 4 +---
 1 file changed, 1 insertion(+), 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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206031701.253H1iZN050031>