From 8e998900deb4cb1a3219a7713de852bc6f9f0029 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 23 Sep 2025 11:53:32 +0100 Subject: [PATCH] gnu: python-gpy: Fix tests. * gnu/packages/machine-learning.scm (python-gpy)[arguments] : Ignore 2 test files. Change-Id: Ic529f0e913aaa7977503476f812c1d1293f5d2fc --- gnu/packages/machine-learning.scm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 8d8e879c1ecac38653a6878e5dad11e91c488047..826208bc6067efa859c3875aa2ff5d5128ae80fe 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -402,6 +402,15 @@ classification.") (build-system pyproject-build-system) (arguments (list + #:test-flags + ;; TODO: Review tests. + #~(list + ;; Failed: 'yield' keyword is allowed in fixtures, but not in tests + ;; (test_scale2_models) + "--ignore=GPy/testing/test_likelihood.py" + ;; Failed: 'yield' keyword is allowed in fixtures, but not in + ;; tests (test_figure) + "--ignore=GPy/testing/test_plotting.py") #:phases #~(modify-phases %standard-phases (add-after 'unpack 'compatibility