Commit f9f8890e authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

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

parent 43f7128b
Loading
Loading
Loading
Loading
+6 −7
Original line number Diff line number Diff line
@@ -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 = ''