summaryrefslogtreecommitdiff
path: root/gnu/packages/python-science.scm
diff options
context:
space:
mode:
authorGhislain Vaillant <ghislain.vaillant@inria.fr>2025-12-27 14:06:27 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-12-27 15:19:20 +0000
commite06dfd53995551ae80d2ce31ae618b02c9ab4d43 (patch)
treed5d06f9503691f7cb9649a69e496442d84fe75df /gnu/packages/python-science.scm
parent8f01c85bae10a37bebafd90a52077090dadd60b3 (diff)
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r--gnu/packages/python-science.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 7534c34730f..c095e9974e6 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"