Loading pkgs/development/python-modules/langgraph-checkpoint-postgres/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,10 @@ buildPythonPackage rec { "psycopg-pool" ]; doCheck = !(stdenvNoCC.hostPlatform.isDarwin); # Temporarily disabled until the following is solved: # https://github.com/NixOS/nixpkgs/pull/425384 doCheck = false; # doCheck = !(stdenvNoCC.hostPlatform.isDarwin); nativeCheckInputs = [ pytest-asyncio Loading pkgs/development/python-modules/pgvector/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,10 @@ buildPythonPackage rec { dependencies = [ numpy ]; # Temporarily disabled until the following is solved: # https://github.com/NixOS/nixpkgs/pull/425384 doCheck = false; nativeCheckInputs = [ asyncpg django Loading Loading
pkgs/development/python-modules/langgraph-checkpoint-postgres/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,10 @@ buildPythonPackage rec { "psycopg-pool" ]; doCheck = !(stdenvNoCC.hostPlatform.isDarwin); # Temporarily disabled until the following is solved: # https://github.com/NixOS/nixpkgs/pull/425384 doCheck = false; # doCheck = !(stdenvNoCC.hostPlatform.isDarwin); nativeCheckInputs = [ pytest-asyncio Loading
pkgs/development/python-modules/pgvector/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,10 @@ buildPythonPackage rec { dependencies = [ numpy ]; # Temporarily disabled until the following is solved: # https://github.com/NixOS/nixpkgs/pull/425384 doCheck = false; nativeCheckInputs = [ asyncpg django Loading