diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-01-10 21:07:33 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:22:36 +0100 |
| commit | 8d565c65d538958d241f105d2909692d5e583296 (patch) | |
| tree | ac7713b26c626f2dedaf1495e544f523f20e4f59 /gnu | |
| parent | 8a77fdc3f9ea97fcbf62cb870cce4a3d676500c1 (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.scm | 5 |
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 |
