diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2026-06-30 06:53:37 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2026-06-30 07:12:15 +0000 |
| commit | d0b080629a436f0ba6d1b2d5f6974119ef906e1d (patch) | |
| tree | 3bb58ae90b55a60da28333c6ea241f035a6d15a3 /misc/py-langgraph-checkpoint | |
| parent | 4a5070eaeea137785496f5291fd32ac71974d10d (diff) | |
Diffstat (limited to 'misc/py-langgraph-checkpoint')
| -rw-r--r-- | misc/py-langgraph-checkpoint/Makefile | 6 |
1 files 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> |
