git: dadc6b536e92 - main - misc/py-langgraph-sdk: Add tests
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jun 2026 07:12:39 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=dadc6b536e92a40e4922ea431c37d0389e6ca691
commit dadc6b536e92a40e4922ea431c37d0389e6ca691
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-06-30 06:55:13 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-06-30 07:12:15 +0000
misc/py-langgraph-sdk: Add tests
---
misc/py-langgraph-sdk/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/misc/py-langgraph-sdk/Makefile b/misc/py-langgraph-sdk/Makefile
index eed12bd8449e..f0c5eedcea73 100644
--- a/misc/py-langgraph-sdk/Makefile
+++ b/misc/py-langgraph-sdk/Makefile
@@ -19,12 +19,15 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>=0.25.2:www/py-httpx@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}langchain-protocol>=0.0.15:misc/py-langchain-protocol@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}orjson>0:devel/py-orjson@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}websockets>=14:devel/py-websockets@${PY_FLAVOR}
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0:devel/py-pytest-asyncio@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytest-mock>=0:devel/py-pytest-mock@${PY_FLAVOR}
USES= python
USE_PYTHON= pep517 autoplist pytest
NO_ARCH= yes
-# tests as of 0.3.1: 4 failed, 41 passed, 1 warning in 0.41s (docs/cloud/reference/api/openapi.json missing, see https://github.com/langchain-ai/langgraph/issues/6647)
+# tests as of 0.4.2: 507 passed, 53 skipped, 1 warning in 9.26s
+# (pytest-watch dep omitted because it conflicts with devel/py-pytest-watcher)
.include <bsd.port.mk>