git: 0b6f13d2d0c0 - main - cad/py-cocotb: Add test dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Feb 2023 02:57:14 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=0b6f13d2d0c0c79025f12f34854df1ae764fa4cf commit 0b6f13d2d0c0c79025f12f34854df1ae764fa4cf Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-02-06 02:56:54 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-02-06 02:56:54 +0000 cad/py-cocotb: Add test dependency --- cad/py-cocotb/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cad/py-cocotb/Makefile b/cad/py-cocotb/Makefile index 3c4e40c4cce3..f71cb60c6665 100644 --- a/cad/py-cocotb/Makefile +++ b/cad/py-cocotb/Makefile @@ -15,7 +15,8 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}find-libpython>0:devel/py-find-libpython@${PY_FLAVOR} \ gtkwave:cad/gtkwave TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-cov>=4.0.0:devel/py-pytest-cov@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pytest-cov>=4.0.0:devel/py-pytest-cov@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-mock>=3.10.0:devel/py-pytest-mock@${PY_FLAVOR} USES= python:3.6+ shebangfix USE_PYTHON= pep517 autoplist