test(langchain): use blockbuster to detect blocking calls in the async event loop (#34777)

This commit is contained in:
Christophe Bornet
2026-01-23 20:52:56 +01:00
committed by GitHub
parent eff21c75fc
commit ca9d2c0bdd
4 changed files with 31 additions and 2 deletions

View File

@@ -56,6 +56,7 @@ test = [
"pytest-mock",
"syrupy>=4.0.2,<5.0.0",
"toml>=0.10.2,<1.0.0",
"blockbuster>=1.5.26,<1.6.0",
"langchain-tests",
"langchain-openai",
]