python3Packages.arviz-plots: disable flaky test
discovered in https://github.com/NixOS/nixpkgs/pull/528833#issuecomment-4865692485
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user