From e06dfd53995551ae80d2ce31ae618b02c9ab4d43 Mon Sep 17 00:00:00 2001 From: Ghislain Vaillant Date: Sat, 27 Dec 2025 14:06:27 +0100 Subject: [PATCH] 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 --- 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 7534c34730ff50166183b8edc7cbe5c2961e5ae8..c095e9974e61d919ab75f78b26fb4e158efa3026 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"