guix_mirror_bot pushed a commit to branch next-master
in repository guix.
commit a9995143dc9cce40384eec5877b35e705deb7008
Author: Nicolas Graves <[email protected]>
AuthorDate: Sat Jan 10 21:59:21 2026 +0100
gnu: python-pyvista: Ignore failing test.
* gnu/packages/python-science.scm (python-pyvista)[arguments]
<#:test-flags>: Ignore failing test.
Change-Id: I0dba730e92c7fd7e9d7d6273bba3b5e7646278c2
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-science.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 50d55f4030..bd3ac52cca 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -5585,7 +5585,10 @@ and aims to provide a similar API and functionality in
Python.")
"test_timer"
"test_translate_direction_collinear"
"test_user_logo"
- "test_xdmf_reader")
+ "test_xdmf_reader"
+ ;; XXX: incompatible with Numpy@2
+ ;; Drop when updating along with vtk.
+ "test_check_subdtype_changes_type")
" and not "))
#:phases
#~(modify-phases %standard-phases