From 3b57fd6dd33007447ebaebb1375065cb255b50d0 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sun, 5 Jul 2026 00:09:04 +0000 Subject: [PATCH] python3Packages.stable-baselines3: skip failing test on darwin --- pkgs/development/python-modules/stable-baselines3/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/python-modules/stable-baselines3/default.nix b/pkgs/development/python-modules/stable-baselines3/default.nix index 7e7a1f927219..b75d6a126581 100644 --- a/pkgs/development/python-modules/stable-baselines3/default.nix +++ b/pkgs/development/python-modules/stable-baselines3/default.nix @@ -85,6 +85,10 @@ buildPythonPackage (finalAttrs: { # RuntimeError: *** -[__NSPlaceholderArray initWithObjects:count:]: attempt to insert nil object from objects[1] "test_report_figure_to_tensorboard" "test_unsupported_figure_format" + + # Doesn't manage to find tqdm and rich from nativeCheckInputs + # ImportError: You must install tqdm and rich in order to use the progress bar callback + "test_callbacks" ]; meta = {