From 7b133ea838e927c6c627412ca24964abe460a65f Mon Sep 17 00:00:00 2001 From: Malo Bourgon Date: Tue, 6 May 2025 11:34:01 -0700 Subject: [PATCH] python312Packages.instructor: disable a benchmarking test --- pkgs/development/python-modules/instructor/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/instructor/default.nix b/pkgs/development/python-modules/instructor/default.nix index 9101ae571f64..da9f07b52970 100644 --- a/pkgs/development/python-modules/instructor/default.nix +++ b/pkgs/development/python-modules/instructor/default.nix @@ -86,6 +86,9 @@ buildPythonPackage rec { # Checks magic values and this fails on Python 3.13 "test_raw_base64_autodetect_jpeg" "test_raw_base64_autodetect_png" + + # Performance benchmarks that sometimes fail when running many parallel builds + "test_extract_system_messages_benchmark" ]; disabledTestPaths = [