mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.arviz-plots: disable flaky test
discovered in https://github.com/NixOS/nixpkgs/pull/528833#issuecomment-4865692485
This commit is contained in:
parent
a8fb4fb038
commit
0348aae691
1 changed files with 5 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue