Skip to content

Commit ddd5039

Browse files
authored
langchain-standard-tests -> langchain-tests (#140)
1 parent e7d973c commit ddd5039

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

pyproject.toml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ pytest-asyncio = "^0.23.2"
3434
pytest-socket = "^0.7.0"
3535
pytest-cov = "^5.0.0"
3636
pytest-timeout = "^2.3.1"
37-
langchain-core = {git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core/"}
38-
langchain-standard-tests = {git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/standard-tests/"}
37+
langchain-core = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core/" }
38+
langchain-tests = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/standard-tests/" }
3939

4040
[tool.poetry.group.codespell]
4141
optional = true
@@ -54,19 +54,17 @@ mypy = "^1.7.1"
5454

5555
[tool.ruff.lint]
5656
select = [
57-
"E", # pycodestyle
58-
"F", # pyflakes
59-
"I", # isort
57+
"E", # pycodestyle
58+
"F", # pyflakes
59+
"I", # isort
6060
"T201", # print
6161
]
6262

6363
[tool.mypy]
6464
disallow_untyped_defs = "True"
6565

6666
[tool.coverage.run]
67-
omit = [
68-
"tests/*",
69-
]
67+
omit = ["tests/*"]
7068

7169
[build-system]
7270
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)