deepseek: install local langchain-tests in test deps (#30198)

This commit is contained in:
ccurme
2025-03-10 12:58:17 -04:00
committed by GitHub
parent 7b8f266039
commit f896e701eb
2 changed files with 28 additions and 10 deletions

View File

@@ -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"