mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
deepseek: install local langchain-tests in test deps (#30198)
This commit is contained in:
@@ -26,7 +26,7 @@ test = [
|
||||
"pytest-asyncio<1.0.0,>=0.23.2",
|
||||
"pytest-socket<1.0.0,>=0.7.0",
|
||||
"pytest-watcher<1.0.0,>=0.3.4",
|
||||
"langchain-tests<1.0.0,>=0.3.5",
|
||||
"langchain-tests",
|
||||
"langchain-openai",
|
||||
"pytest-timeout<3.0.0,>=2.3.1",
|
||||
]
|
||||
@@ -40,6 +40,7 @@ typing = ["mypy<2.0,>=1.10"]
|
||||
[tool.uv.sources]
|
||||
langchain-openai = { path = "../openai", editable = true }
|
||||
langchain-core = { path = "../../core", editable = true }
|
||||
langchain-tests = { path = "../../standard-tests", editable = true }
|
||||
|
||||
[tool.mypy]
|
||||
disallow_untyped_defs = "True"
|
||||
|
||||
Reference in New Issue
Block a user