python3Packages.arviz-plots: disable flaky test

discovered in https://github.com/NixOS/nixpkgs/pull/528833#issuecomment-4865692485
This commit is contained in:
Peder Bergebakken Sundt 2026-07-02 15:47:08 +02:00
commit 0348aae691

View file

@ -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";