From f278d4b5181ca6e5d6269a8c3b7fec06f827d4f3 Mon Sep 17 00:00:00 2001 From: Malo Bourgon Date: Wed, 18 Sep 2024 10:49:21 -0700 Subject: [PATCH] python312Packages.langchain-core: disable all rate limit tests --- pkgs/development/python-modules/langchain-core/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/langchain-core/default.nix b/pkgs/development/python-modules/langchain-core/default.nix index 0d835c4078c5..229c05a187ec 100644 --- a/pkgs/development/python-modules/langchain-core/default.nix +++ b/pkgs/development/python-modules/langchain-core/default.nix @@ -100,8 +100,7 @@ buildPythonPackage rec { # flaky, sometimes fail to strip uuid from AIMessageChunk before comparing to test value "test_map_stream" # Compares with machine-specific timings - "test_rate_limit_invoke" - "test_rate_limit_stream" + "test_rate_limit" # flaky: assert (1726352133.7419367 - 1726352132.2697523) < 1 "test_benchmark_model"