git: 1564bc5ccfeb - main - devel/py-scikit-build-core: Add missing test dependency

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 24 Jun 2023 02:54:13 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1564bc5ccfeb34b76a1a17388b76b3529e0bc27c

commit 1564bc5ccfeb34b76a1a17388b76b3529e0bc27c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-06-24 02:28:27 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-06-24 02:54:09 +0000

    devel/py-scikit-build-core: Add missing test dependency
---
 devel/py-scikit-build-core/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/devel/py-scikit-build-core/Makefile b/devel/py-scikit-build-core/Makefile
index cc3ebaaa7c13..eb45c02fe0d8 100644
--- a/devel/py-scikit-build-core/Makefile
+++ b/devel/py-scikit-build-core/Makefile
@@ -22,10 +22,11 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatch-fancy-pypi-readme>=0:devel/py-hatch-
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}packaging>=20.9:devel/py-packaging@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}build>=0.1:devel/py-build@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}cattrs>=0:devel/py-cattrs@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pybind11>=0:devel/py-pybind11@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}pybind11>=0:devel/py-pybind11@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest-subprocess>0:devel/py-pytest-subprocess@${PY_FLAVOR}
 
 USES=		python:3.7+
-USE_PYTHON=	pep517 autoplist pytest # 16 tests fail, see https://github.com/scikit-build/scikit-build-core/issues/398
+USE_PYTHON=	pep517 autoplist pytest
 
 TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}