summaryrefslogtreecommitdiff
path: root/pkgs
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/langchain-tests/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/langchain-tests/default.nix b/pkgs/development/python-modules/langchain-tests/default.nix
index 4a46ed7c3142..42afbb15a0cc 100644
--- a/pkgs/development/python-modules/langchain-tests/default.nix
+++ b/pkgs/development/python-modules/langchain-tests/default.nix
@@ -20,7 +20,7 @@
# tests
numpy,
- pytest-asyncio,
+ pytest-asyncio_0,
pytest-socket,
pytestCheckHook,
@@ -54,7 +54,7 @@ buildPythonPackage rec {
dependencies = [
httpx
langchain-core
- pytest-asyncio
+ pytest-asyncio_0
pytest-benchmark
pytest-codspeed
pytest-recording