aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2022-04-06 23:20:09 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2022-04-07 18:59:32 +0000
commitff5a2c36cc59b71af50c6e591cad90426bd8d955 (patch)
tree4a81100f5365b9d351885d385c0d86bf8f852eac
parentef656c6ce91a824611cff11de6f879775b5fd91d (diff)
downloadports-ff5a2c36cc59b71af50c6e591cad90426bd8d955.tar.gz
ports-ff5a2c36cc59b71af50c6e591cad90426bd8d955.zip
biology/py-cutadapt: fix tests by adding missing test depend
Approved by: portmgr blanket
-rw-r--r--biology/py-cutadapt/Makefile3
1 files changed, 2 insertions, 1 deletions
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