Skip to content

Commit 46eebac

Browse files
committed
add pytest-asyncio to tox.jinja
1 parent 7f67f64 commit 46eebac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/populate_tox/tox.jinja

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ deps =
239239
httpx-latest: httpx
240240
241241
# Langchain
242-
langchain: pytest-asyncio
242+
langchain-v0.1: pytest-asyncio
243243
langchain-v0.1: openai~=1.0.0
244244
langchain-v0.1: langchain~=0.1.11
245245
langchain-v0.1: tiktoken~=0.6.0
@@ -248,6 +248,7 @@ deps =
248248
langchain-v0.3: langchain-community
249249
langchain-v0.3: tiktoken
250250
langchain-v0.3: openai
251+
langchain-v0.3: pytest-asyncio
251252
langchain-{latest,notiktoken}: langchain
252253
langchain-{latest,notiktoken}: langchain-openai
253254
langchain-{latest,notiktoken}: openai>=1.6.1

0 commit comments

Comments
 (0)