test(sdk-py): add factory-graph integration test exercising the server factory path (#7978)

This commit is contained in:
Nick Hollon
2026-06-02 12:38:33 -04:00
committed by GitHub
parent fb2618846b
commit 03b2a9fe5f
9 changed files with 242 additions and 8 deletions
+4 -2
View File
@@ -50,8 +50,10 @@ jobs:
- '**/uv.lock'
sdk_py:
- 'libs/sdk-py/**'
- 'libs/langgraph/langgraph/pregel/remote.py'
- 'libs/langgraph/langgraph/pregel/_remote_run_stream.py'
# The integration suite runs the local langgraph core inside the
# server (see libs/sdk-py/integration/Dockerfile), so any core
# change is now exercised end-to-end and should trigger it.
- 'libs/langgraph/**'
lint:
needs: changes