git: ff5a2c36cc59 - main - biology/py-cutadapt: fix tests by adding missing test depend
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Apr 2022 19:00:30 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=ff5a2c36cc59b71af50c6e591cad90426bd8d955 commit ff5a2c36cc59b71af50c6e591cad90426bd8d955 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-04-06 23:20:09 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-04-07 18:59:32 +0000 biology/py-cutadapt: fix tests by adding missing test depend Approved by: portmgr blanket --- biology/py-cutadapt/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/biology/py-cutadapt/Makefile b/biology/py-cutadapt/Makefile index 74163df6f456..89cf0f128cca 100644 --- a/biology/py-cutadapt/Makefile +++ b/biology/py-cutadapt/Makefile @@ -15,7 +15,8 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@$ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xopen==1.1:archivers/py-xopen@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dnaio==0.5.1:biology/py-dnaio@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-timeout>0:devel/py-pytest-timeout@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pytest-timeout>0:devel/py-pytest-timeout@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent cython distutils