From a3c03929ccb563d6ae2a93d3e02cced559daf973 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Mon, 30 Jun 2025 21:06:09 +0100 Subject: [PATCH] gnu: python-hmmlearn: Skip 3 tests. * gnu/packages/machine-learning.scm (python-hmmlearn) [arguments] : Skip 3 failing tests. Change-Id: Ifc9acf83830a76b55bde3ddf0e61efec73b53aad --- gnu/packages/machine-learning.scm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index a57083d4a5..a058efc5c2 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -6373,6 +6373,14 @@ models on CPU and GPU.") (build-system pyproject-build-system) (arguments (list + #:test-flags + ;; _flapack.error: (liwork>=max(1,10*n)||liwork==-1) failed for 10th + ;; keyword liwork: dsyevr:liwork=1 + #~(list "-k" (string-join + (list "not test_fit_mcgrory_titterington1d" + "test_common_initialization" + "test_initialization") + " and not ")) #:phases '(modify-phases %standard-phases (add-after 'unpack 'set-core-count