git: 0bee2df39a49 - main - devel/py-inline-snapshot: enable testing (some tests fail though)

From: Dmitry Marakasov <amdmi3_at_FreeBSD.org>
Date: Mon, 04 Aug 2025 15:23:50 UTC
The branch main has been updated by amdmi3:

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

commit 0bee2df39a491b95033f843729c97f52b851d083
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2025-08-04 14:33:16 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2025-08-04 15:22:13 +0000

    devel/py-inline-snapshot: enable testing (some tests fail though)
    
    Approved by:    portmgr blanket
---
 devel/py-inline-snapshot/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/devel/py-inline-snapshot/Makefile b/devel/py-inline-snapshot/Makefile
index 1c0c3c5d7439..46f9136b1b01 100644
--- a/devel/py-inline-snapshot/Makefile
+++ b/devel/py-inline-snapshot/Makefile
@@ -17,9 +17,11 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}asttokens>=2.0.5:devel/py-asttokens@${PY_FLA
 		${PYTHON_PKGNAMEPREFIX}executing>=2.2.0:devel/py-executing@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}rich>=13.7.1:textproc/py-rich@${PY_FLAVOR} \
 		${PY_TOMLI}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}freezegun>=0:devel/py-freezegun@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist pep517
+USE_PYTHON=	autoplist pep517 pytest
 
 NO_ARCH=	yes