multiple: disable socket for unit tests (#29080)

This commit is contained in:
Erick Friis
2025-01-07 15:31:50 -08:00
committed by GitHub
parent 539ebd5431
commit fcc9cdd100
24 changed files with 123 additions and 19 deletions

View File

@@ -66,6 +66,7 @@ syrupy = "^4.0.2"
pytest-watcher = "^0.3.4"
pytest-asyncio = "^0.21.1"
requests = "^2.31.0"
pytest-socket = "^0.7.0"
[[tool.poetry.group.test.dependencies.langchain-core]]
path = "../../core"
develop = true