From 8d565c65d538958d241f105d2909692d5e583296 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sat, 10 Jan 2026 21:07:33 +0100 Subject: 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 Signed-off-by: Rutherther --- gnu/packages/statistics.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gnu') 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 -- cgit v1.3