Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jul 2024 15:41:15 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: 44e35918668f - main - devel/py-multimethod: Convert to USE_PYTHON=pytest
Message-ID:  <202407161541.46GFfF9n018896@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=44e35918668fcf202d5bf65e4a22f3f3a5e9fa4f

commit 44e35918668fcf202d5bf65e4a22f3f3a5e9fa4f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-07-16 15:38:54 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-07-16 15:38:54 +0000

    devel/py-multimethod: Convert to USE_PYTHON=pytest
---
 devel/py-multimethod/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/py-multimethod/Makefile b/devel/py-multimethod/Makefile
index 93771e0c78c5..c053123bbfd0 100644
--- a/devel/py-multimethod/Makefile
+++ b/devel/py-multimethod/Makefile
@@ -13,9 +13,10 @@ LICENSE=	APACHE20
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-benchmark>=0:devel/py-pytest-benchmark@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent pep517
+USE_PYTHON=	autoplist concurrent pep517 pytest
 
 NO_ARCH=	yes
 



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