python312Packages.langgraph-prebuilt: fix by adding missing xxhash test input

This commit is contained in:
Gaetan Lepage
2025-04-08 17:16:45 +02:00
parent 43f7128bbe
commit f9f8890ea4
@@ -16,11 +16,12 @@
langgraph-checkpoint-sqlite,
postgresql,
postgresqlTestHook,
psycopg-pool,
psycopg,
psycopg-pool,
pytest-asyncio,
pytest-mock,
pytestCheckHook,
xxhash,
# passthru
nix-update-script,
@@ -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 = ''