andreas pushed a commit to branch python-team
in repository guix.

commit 76a48c2e0f0d84f411d11f8380f8986c0ce5d811
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Thu Mar 27 00:03:11 2025 +0000

    gnu: python-orthopy: Skip some tests, fix build.
    
    * gnu/packages/maths.scm (python-orthopy) [arguments] <test-flags>: 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 11a86216aa..57b3c2c8a6 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4344,7 +4344,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

Reply via email to