mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python314Packages.langgraph: test is not only racy on aarch64-linux, but also x86-64_linux
This commit is contained in:
parent
f185090602
commit
c5122a19c2
1 changed files with 1 additions and 2 deletions
|
|
@ -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"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue