python3Packages.arviz-plots: disable flaky test (#537808)

This commit is contained in:
Gaétan Lepage
2026-07-02 13:54:36 +00:00
committed by GitHub
@@ -112,6 +112,11 @@ buildPythonPackage (finalAttrs: {
webcolors
];
disabledTests = [
# flaky, timeout
"test_plot_trace_dist"
];
meta = {
description = "ArviZ modular plotting";
homepage = "https://github.com/arviz-devs/arviz-plots";