Skip to content

Commit 5eeaaef

Browse files
authored
infra: install langchain test deps from pypi (#21)
1 parent 8a69aea commit 5eeaaef

File tree

3 files changed

+27
-25
lines changed

3 files changed

+27
-25
lines changed

libs/community/pyproject.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ test = [
5151
"blockbuster<1.6,>=1.5.18",
5252
"cffi<1.17.1; python_version < \"3.10\"",
5353
"cffi; python_version >= \"3.10\"",
54-
"langchain-core",
55-
"langchain",
5654
"langchain-tests",
5755
"toml>=0.10.2",
5856
]
@@ -78,12 +76,6 @@ typing = [
7876
"langchain",
7977
]
8078

81-
[tool.uv.sources]
82-
langchain-core = { git = "https://github.com/langchain-ai/langchain", subdirectory = "libs/core" }
83-
langchain = { git = "https://github.com/langchain-ai/langchain", subdirectory = "libs/langchain" }
84-
langchain-tests = { git = "https://github.com/langchain-ai/langchain", subdirectory = "libs/standard-tests" }
85-
langchain-text-splitters = { git = "https://github.com/langchain-ai/langchain", subdirectory = "libs/text-splitters" }
86-
8779
[tool.ruff]
8880
target-version = "py39"
8981
exclude = [

libs/community/tests/unit_tests/test_dependencies.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ def test_test_group_dependencies(uv_conf: Mapping[str, Any]) -> None:
6363
[
6464
"duckdb-engine",
6565
"freezegun",
66-
"langchain-core",
6766
"langchain-tests",
68-
"langchain",
6967
"lark",
7068
"pandas",
7169
"pytest",

libs/community/uv.lock

Lines changed: 27 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)