Loading pkgs/development/python-modules/langgraph-prebuilt/default.nix +6 −7 Original line number Diff line number Diff line Loading @@ -16,11 +16,12 @@ langgraph-checkpoint-sqlite, postgresql, postgresqlTestHook, psycopg-pool, psycopg, psycopg-pool, pytest-asyncio, pytest-mock, pytestCheckHook, xxhash, # passthru nix-update-script, Loading Loading @@ -55,19 +56,17 @@ buildPythonPackage rec { doCheck = !stdenv.hostPlatform.isDarwin; nativeCheckInputs = [ pytestCheckHook postgresql postgresqlTestHook ]; checkInputs = [ langgraph-checkpoint langgraph-checkpoint-postgres langgraph-checkpoint-sqlite postgresql postgresqlTestHook psycopg psycopg-pool pytest-asyncio pytest-mock pytestCheckHook xxhash ]; preCheck = '' Loading pkgs/development/python-modules/langgraph/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -23,7 +23,6 @@ langgraph-checkpoint-sqlite, langsmith, psycopg, psycopg-pool, pydantic, pytest-asyncio, pytest-mock, Loading Loading @@ -115,10 +114,11 @@ buildPythonPackage rec { disabledTestPaths = [ # psycopg.errors.InsufficientPrivilege: permission denied to create database "tests/test_pregel_async.py" "tests/test_pregel.py" "tests/test_checkpoint_migration.py" "tests/test_large_cases.py" "tests/test_large_cases_async.py" "tests/test_pregel.py" "tests/test_pregel_async.py" ]; passthru = { Loading Loading
pkgs/development/python-modules/langgraph-prebuilt/default.nix +6 −7 Original line number Diff line number Diff line Loading @@ -16,11 +16,12 @@ langgraph-checkpoint-sqlite, postgresql, postgresqlTestHook, psycopg-pool, psycopg, psycopg-pool, pytest-asyncio, pytest-mock, pytestCheckHook, xxhash, # passthru nix-update-script, Loading Loading @@ -55,19 +56,17 @@ buildPythonPackage rec { doCheck = !stdenv.hostPlatform.isDarwin; nativeCheckInputs = [ pytestCheckHook postgresql postgresqlTestHook ]; checkInputs = [ langgraph-checkpoint langgraph-checkpoint-postgres langgraph-checkpoint-sqlite postgresql postgresqlTestHook psycopg psycopg-pool pytest-asyncio pytest-mock pytestCheckHook xxhash ]; preCheck = '' Loading
pkgs/development/python-modules/langgraph/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -23,7 +23,6 @@ langgraph-checkpoint-sqlite, langsmith, psycopg, psycopg-pool, pydantic, pytest-asyncio, pytest-mock, Loading Loading @@ -115,10 +114,11 @@ buildPythonPackage rec { disabledTestPaths = [ # psycopg.errors.InsufficientPrivilege: permission denied to create database "tests/test_pregel_async.py" "tests/test_pregel.py" "tests/test_checkpoint_migration.py" "tests/test_large_cases.py" "tests/test_large_cases_async.py" "tests/test_pregel.py" "tests/test_pregel_async.py" ]; passthru = { Loading