From 41ebb9d8e1cdfeb700901f2924552f44d26e1b1c Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Wed, 24 Jun 2026 09:48:20 -0700 Subject: [PATCH] python3Packages.langgraph: disable test w/ a race condition on aarch64-Linux --- pkgs/development/python-modules/langgraph/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/langgraph/default.nix b/pkgs/development/python-modules/langgraph/default.nix index f9a107bb4a82..782291c075cd 100644 --- a/pkgs/development/python-modules/langgraph/default.nix +++ b/pkgs/development/python-modules/langgraph/default.nix @@ -138,11 +138,14 @@ buildPythonPackage (finalAttrs: { "tests/test_subgraph_persistence_async.py" "tests/test_time_travel.py" "tests/test_time_travel_async.py" + ] + ++ lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) [ + # Race condition + "tests/test_retry.py::test_error_handler_resumes_after_crash_multiple_nodes" ]; # Since `langgraph` is the only unprefixed package, we have to use an explicit match passthru = { - # python updater script sets the wrong tag skipBulkUpdate = true; updateScript = nix-update-script { extraArgs = [