summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-01-10 21:07:33 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:22:36 +0100
commit8d565c65d538958d241f105d2909692d5e583296 (patch)
treeac7713b26c626f2dedaf1495e544f523f20e4f59 /gnu
parent8a77fdc3f9ea97fcbf62cb870cce4a3d676500c1 (diff)
gnu: python-pgmpy: Ignore flaky tests.
* gnu/packages/statistics.scm (python-pgmpy)[arguments] <#:test-flags>: Ignore additional flaky tests. Change-Id: I047cf08cde1d6c2157e826e80f6f93e5a9717438 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/statistics.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index a704c177f6d..bc02281e9ea 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3783,7 +3783,10 @@ statistical summary in arrays and enumerables.")
"test_score_manual"
;; FileNotFoundError in tearDown: removes missing
;; 'dog_problem.xml'.
- "test_get_edges")
+ "test_get_edges"
+ "test_get_parents"
+ ;; flaky test
+ "test_gcm")
" and not "))))
(propagated-inputs (list python-daft
python-joblib