Skip to content

Commit 00bc155

Browse files
committed
python3Packages.langchain-tests: pin pytest-asyncio 0.x
1 parent a656b9b commit 00bc155

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/langchain-tests

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/langchain-tests/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# tests
2222
numpy,
23-
pytest-asyncio,
23+
pytest-asyncio_0,
2424
pytest-socket,
2525
pytestCheckHook,
2626

@@ -54,7 +54,7 @@ buildPythonPackage rec {
5454
dependencies = [
5555
httpx
5656
langchain-core
57-
pytest-asyncio
57+
pytest-asyncio_0
5858
pytest-benchmark
5959
pytest-codspeed
6060
pytest-recording

0 commit comments

Comments
 (0)