git: 9dc6d44c5821 - main - devel/py-pytest-mutagen: add missing test depends

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

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

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

    devel/py-pytest-mutagen: add missing test depends
    
    Approved by:    portmgr blanket
---
 devel/py-pytest-mutagen/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/py-pytest-mutagen/Makefile b/devel/py-pytest-mutagen/Makefile
index ef8d1dd96a78..84365698a675 100644
--- a/devel/py-pytest-mutagen/Makefile
+++ b/devel/py-pytest-mutagen/Makefile
@@ -10,6 +10,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR}
 
 USE_GITHUB=	yes  # LICENSE and tests are missing from PyPI distribution
 GH_ACCOUNT=	timpaquatte