git: afbad07e45da - main - devel/py-pytest-timeout: fix tests by adding missing test depend

From: Dmitry Marakasov <amdmi3_at_FreeBSD.org>
Date: Thu, 07 Apr 2022 19:00:51 UTC
The branch main has been updated by amdmi3:

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

commit afbad07e45dab1fe4c39d10596353c59cd89b6a5
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-04-07 17:10:10 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-04-07 18:59:36 +0000

    devel/py-pytest-timeout: fix tests by adding missing test depend
    
    Approved by:    portmgr blanket
---
 devel/py-pytest-timeout/Makefile | 1 +
 1 file changed, 1 insertion(+)

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+