python3Packages.stable-baselines3: skip failing test on darwin

This commit is contained in:
Gaetan Lepage
2026-07-05 00:09:04 +00:00
parent a02c3ddc5e
commit 3b57fd6dd3
@@ -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 = {