diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2025-08-09 18:54:26 +0200 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2025-08-09 19:08:57 +0200 |
| commit | 00bc155a5e0a172d779284fa5511dbaec6a1e706 (patch) | |
| tree | 26aaf93c4e4a8b626e8b35b34470f945a8491d4d | |
| parent | python3Packages.xknx: test with pytest-asyncio 0.x (diff) | |
| download | nixpkgs-00bc155a5e0a172d779284fa5511dbaec6a1e706.tar.gz | |
python3Packages.langchain-tests: pin pytest-asyncio 0.xorigin/python-updates
| -rw-r--r-- | pkgs/development/python-modules/langchain-tests/default.nix | 4 |
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 |
