From 286533b5ab6ba7a0c5947ea3fde0a16a462bbfa8 Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Wed, 15 Apr 2026 10:46:03 -0700 Subject: [PATCH] python3Packages.langsmith: disable timing-sensitive test on Darwin --- pkgs/development/python-modules/langsmith/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/python-modules/langsmith/default.nix b/pkgs/development/python-modules/langsmith/default.nix index 97a2cd4a0092..88ca442fc4ce 100644 --- a/pkgs/development/python-modules/langsmith/default.nix +++ b/pkgs/development/python-modules/langsmith/default.nix @@ -1,5 +1,6 @@ { lib, + stdenv, buildPythonPackage, fetchFromGitHub, @@ -87,6 +88,10 @@ buildPythonPackage (finalAttrs: { "test_as_runnable_batch" "test_as_runnable_async" "test_as_runnable_async_batch" + ] + ++ lib.optionals stdenv.hostPlatform.isDarwin [ + # flaky (timing sensitive) + "test_refresh_loop_continues_after_500_errors" ]; disabledTestPaths = [