guix_mirror_bot pushed a commit to branch next-master
in repository guix.
commit 95f3f5ff2f212b31d4872d02925e4daa5a49cf72
Author: Nicolas Graves <[email protected]>
AuthorDate: Sat Jan 10 21:07:33 2026 +0100
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 <[email protected]>
---
gnu/packages/statistics.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index a704c177f6..bc02281e9e 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