From 4876c5ce6572f8be19e119512528c909a49b95b8 Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Tue, 28 Oct 2025 15:29:08 -0700 Subject: [PATCH] python3Packages.holistic-trace-analysis: disable tests that can fail/hang on Darwin --- .../python-modules/holistic-trace-analysis/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkgs/development/python-modules/holistic-trace-analysis/default.nix b/pkgs/development/python-modules/holistic-trace-analysis/default.nix index 147bccbb1bc3..6389d96bec6e 100644 --- a/pkgs/development/python-modules/holistic-trace-analysis/default.nix +++ b/pkgs/development/python-modules/holistic-trace-analysis/default.nix @@ -54,6 +54,13 @@ buildPythonPackage rec { # Fails under Python 3.12 on Darwin with I/O errors # Permission denied: '/tmp/path_does_not_exist/...' "test_critical_path_overlaid_trace" + # Permission error: [Errno 1] Operation not permitted + "test_get_mtia_aten_op_kernels_and_delay_inference_single_rank" + # No cuda on Darwin, can cause hangs in nixpkgs-review + "test_frequent_cuda_kernel_sequences" + "test_get_cuda_kernel_launch_stats_for_h100" + "test_get_cuda_kernel_launch_stats_inference_single_rank" + "test_get_cuda_kernel_launch_stats_training_multiple_ranks" ]; disabledTestPaths = lib.optionals stdenv.hostPlatform.isDarwin [