Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2024 04:22:37 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 240bb5cf961f - main - devel/py-app-model: Add test dependencies
Message-ID:  <202412130422.4BD4Mbbs035605@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=240bb5cf961f86d9c93ed4249837eab50f4f7633

commit 240bb5cf961f86d9c93ed4249837eab50f4f7633
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-12-13 04:12:38 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-12-13 04:22:32 +0000

    devel/py-app-model: Add test dependencies
---
 devel/py-app-model/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/devel/py-app-model/Makefile b/devel/py-app-model/Makefile
index cb311f09bcc3..a9aff7589bc7 100644
--- a/devel/py-app-model/Makefile
+++ b/devel/py-app-model/Makefile
@@ -22,7 +22,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}in-n-out>=0.1.5:devel/py-in-n-out@${PY_FLAVO
 		${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR}
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}QtPy>0:devel/py-QtPy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}superqt>0:x11-toolkits/py-superqt@${PY_FLAVOR}
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-qt>0:devel/py-pytest-qt@${PY_FLAVOR}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-qt>0:devel/py-pytest-qt@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}fonticon-fontawesome6>0:x11-toolkits/py-fonticon-fontawesome6@${PY_FLAVOR}
+TEST_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}pyconify>0:devel/py-pyconify@${PY_FLAVOR} # optional dependency in x11-toolkits/py-superqt
 
 USES=		python
 USE_PYTHON=	pep517 autoplist pytest # tests crash, see https://github.com/pyapp-kit/app-model/issues/228



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