python3Packages.langgraph: disable test w/ race (aarch64-Linux) (#535014)

This commit is contained in:
Gaétan Lepage
2026-06-24 20:38:50 +00:00
committed by GitHub
@@ -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 = [