From f7cc9940e0c7773500353ef0fbe6cb6795dcec98 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 27 Mar 2025 00:03:11 +0000 Subject: [PATCH] gnu: python-orthopy: Skip some tests, fix build. * gnu/packages/maths.scm (python-orthopy) [arguments] : Skip 5 failing tests. Change-Id: Ic5e55d9a8a054eaba9f685e134a366dbfaa9bd8d --- gnu/packages/maths.scm | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 4be9e71320dfc84fe0b7f041b48f39a4a7cc8d55..8d761e391142c2937168d2158c2ac04e1cb3e5da 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -4346,7 +4346,15 @@ recurrence relations.") ;; These tests fails with unexpected keyword arguments ;; in calls to cplot. #~(list "--deselect" "tests/test_u3.py::test_write_single" - "--deselect" "tests/test_u3.py::test_write_tree"))) + "--deselect" "tests/test_u3.py::test_write_tree" + "-k" (string-join + ;; Tests fail in arrays comprising. + (list "not test_chebyshev1_p11[2-y2]" + "test_chebyshev1_p11[4-y4]" + "test_eval[1-ref1]" + "test_eval[t2-ref2]" + "test_eval[t3-ref3]") + " and not ")))) (native-inputs (list python-matplotx python-meshio