Skip to content

Commit f013b48

Browse files
antonpirkershellmayr
authored andcommitted
more test setup
1 parent 71af1cc commit f013b48

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def get_file_text(file_name):
6363
"huey": ["huey>=2"],
6464
"huggingface_hub": ["huggingface_hub>=0.22"],
6565
"langchain": ["langchain>=0.0.210"],
66+
"langgraph": ["langgraph>=0.6.6"],
6667
"launchdarkly": ["launchdarkly-server-sdk>=9.8.0"],
6768
"litestar": ["litestar>=2.0.0"],
6869
"loguru": ["loguru>=0.5"],
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import pytest
2+
3+
pytest.importorskip("langgraph")

0 commit comments

Comments
 (0)