mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: python-openturns: Disable flaky tests.
* gnu/packages/statistics.scm (python-openturns): Disable flaky tests. Change-Id: I3d582c51bbfc47f437f0cda789891c0e99991842 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
committed by
Andreas Enge
parent
96f3df23b7
commit
d644ca904b
@@ -1459,7 +1459,11 @@ inference for statistical models.")
|
||||
;; Subprocess aborted for these tests.
|
||||
"pyinstallcheck_Study_std"
|
||||
"pyinstallcheck_OptimizationAlgorithm_std"
|
||||
"pyinstallcheck_docstring_missing")
|
||||
"pyinstallcheck_docstring_missing"
|
||||
;; These tests are flaky and fail non
|
||||
;; reproducibly.
|
||||
"pyinstallcheck_KrigingAlgorithm_std"
|
||||
"pyinstallcheck_GaussianProcessFitter_std")
|
||||
"|"))))))))
|
||||
(native-inputs
|
||||
(list bison
|
||||
|
||||
Reference in New Issue
Block a user