Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2024 06:21:08 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: 60aeaf73f873 - main - net/py-aiohappyeyeballs: Convert to USE_PYTHON=pytest
Message-ID:  <202409050621.4856L8EM004883@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=60aeaf73f8734a5ccce648f450cfe3f5b08e9276

commit 60aeaf73f8734a5ccce648f450cfe3f5b08e9276
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-05 05:26:43 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-05 06:18:02 +0000

    net/py-aiohappyeyeballs: Convert to USE_PYTHON=pytest
---
 net/py-aiohappyeyeballs/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net/py-aiohappyeyeballs/Makefile b/net/py-aiohappyeyeballs/Makefile
index 61730cdaa5de..fca8fa480dcd 100644
--- a/net/py-aiohappyeyeballs/Makefile
+++ b/net/py-aiohappyeyeballs/Makefile
@@ -13,9 +13,11 @@ LICENSE=	PSFL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0.23.2<0.24:devel/py-pytest-asyncio@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest-cov>=3.0:devel/py-pytest-cov@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent pep517
+USE_PYTHON=	autoplist concurrent pep517 pytest
 
 NO_ARCH=	yes
 


home | help

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