guix_mirror_bot pushed a commit to branch master
in repository guix.

commit e06dfd53995551ae80d2ce31ae618b02c9ab4d43
Author: Ghislain Vaillant <[email protected]>
AuthorDate: Sat Dec 27 14:06:27 2025 +0100

    python-pytensor: Skip more tests.
    
    * gnu/packages/python-science.scm (python-pytensor)
      [arguments]<#:test-flags>: Ignore more failing tests.
    
    Change-Id: I542ba0025bf43ebef08b2ab67c19e618b3b32621
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-science.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 7534c34730..c095e9974e 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -5120,6 +5120,9 @@ objects.")
               "--ignore" "tests/link/numba/test_basic.py"
               "--ignore" "tests/link/numba/test_blockwise.py"
               "--ignore" "tests/link/numba/test_elemwise.py"
+              ;; XXX: Tests fail with AssertionError.
+              "--ignore" "tests/graph/rewriting/"
+              "--deselect" "tests/graph/test_destroyhandler.py::test_misc"
               "-k" (string-join
                     ;; Skip benchmark tests.
                     (list "not test_elemwise_speed"

Reply via email to