From 2c16db3f04a913a4ab1206a6b9ee4dd8cc272d8c Mon Sep 17 00:00:00 2001 From: Malo Bourgon Date: Mon, 12 May 2025 12:39:35 -0700 Subject: [PATCH] python312Packages.instructor: disable a benchmarking test --- pkgs/development/python-modules/instructor/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/instructor/default.nix b/pkgs/development/python-modules/instructor/default.nix index da9f07b52970..97c1d863d189 100644 --- a/pkgs/development/python-modules/instructor/default.nix +++ b/pkgs/development/python-modules/instructor/default.nix @@ -88,6 +88,7 @@ buildPythonPackage rec { "test_raw_base64_autodetect_png" # Performance benchmarks that sometimes fail when running many parallel builds + "test_combine_system_messages_benchmark" "test_extract_system_messages_benchmark" ];