git: d0b080629a43 - main - misc/py-langgraph-checkpoint: Add test results
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jun 2026 07:12:37 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d0b080629a436f0ba6d1b2d5f6974119ef906e1d
commit d0b080629a436f0ba6d1b2d5f6974119ef906e1d
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-06-30 06:53:37 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-06-30 07:12:15 +0000
misc/py-langgraph-checkpoint: Add test results
---
misc/py-langgraph-checkpoint/Makefile | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/misc/py-langgraph-checkpoint/Makefile b/misc/py-langgraph-checkpoint/Makefile
index de1fd9502331..16d009ee5647 100644
--- a/misc/py-langgraph-checkpoint/Makefile
+++ b/misc/py-langgraph-checkpoint/Makefile
@@ -24,11 +24,13 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dataclasses-json>0:devel/py-dataclasses-jso
${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-watcher>0:devel/py-pytest-watcher@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}redis>0:databases/py-redis@${PY_FLAVOR} # math/py-pandas-stubs isn't ported yet
+ ${PYTHON_PKGNAMEPREFIX}redis>0:databases/py-redis@${PY_FLAVOR}
USES= python
-USE_PYTHON= pep517 autoplist
+USE_PYTHON= pep517 autoplist pytest
NO_ARCH= yes
+# tests as of 4.1.1: 4 failed, 152 passed, 17 skipped in 260.81s
+
.include <bsd.port.mk>