From c5122a19c2ed55c78558bd0490f7c02b4995ef93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Mon, 6 Jul 2026 21:29:56 +0200 Subject: [PATCH] python314Packages.langgraph: test is not only racy on aarch64-linux, but also x86-64_linux --- pkgs/development/python-modules/langgraph/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/langgraph/default.nix b/pkgs/development/python-modules/langgraph/default.nix index d78cac57ceac..7c1d6ac40e82 100644 --- a/pkgs/development/python-modules/langgraph/default.nix +++ b/pkgs/development/python-modules/langgraph/default.nix @@ -138,8 +138,7 @@ 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" ];