aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2022-04-07 17:10:10 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2022-04-07 18:59:36 +0000
commitafbad07e45dab1fe4c39d10596353c59cd89b6a5 (patch)
tree352f692237ad268953edb81319515a0d1d7726ae
parent9dc6d44c5821c58d4552be4d96af6d713c62f44f (diff)
downloadports-afbad07e45dab1fe4c39d10596353c59cd89b6a5.tar.gz
ports-afbad07e45dab1fe4c39d10596353c59cd89b6a5.zip
devel/py-pytest-timeout: fix tests by adding missing test depend
Approved by: portmgr blanket
-rw-r--r--devel/py-pytest-timeout/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/py-pytest-timeout/Makefile b/devel/py-pytest-timeout/Makefile
index 0609a7eb2efe..4986295cf9ea 100644
--- a/devel/py-pytest-timeout/Makefile
+++ b/devel/py-pytest-timeout/Makefile
@@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.6.0:devel/py-pytest@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.6.0:devel/py-pytest@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR}
USES= python:3.6+