Skip to content

Commit de60831

Browse files
committed
fix: add pytest-asyncio to langchain test setup
1 parent 7593c20 commit de60831

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/populate_tox/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
"package": "langchain",
202202
"integration_name": "langchain",
203203
"deps": {
204-
"*": ["openai", "tiktoken", "langchain-openai"],
204+
"*": ["pytest-asyncio", "openai", "tiktoken", "langchain-openai"],
205205
"<=0.1": ["httpx<0.28.0"],
206206
">=0.3": ["langchain-community"],
207207
">=1.0": ["langchain-classic"],
@@ -214,7 +214,7 @@
214214
"package": "langchain",
215215
"integration_name": "langchain",
216216
"deps": {
217-
"*": ["openai", "langchain-openai"],
217+
"*": ["pytest-asyncio", "openai", "langchain-openai"],
218218
"<=0.1": ["httpx<0.28.0"],
219219
">=0.3": ["langchain-community"],
220220
">=1.0": ["langchain-classic"],

0 commit comments

Comments
 (0)