summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-01-10 21:59:21 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:22:38 +0100
commit430b98bfafabc06bca061b695404e5de0d75db78 (patch)
tree04172bb0d81b7c2ea86413e5c7578ab824b6df17 /gnu
parentc2a6e6acd983c271827360ee04dcecbc6f0f4040 (diff)
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 <sharlatanus@gmail.com> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-science.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 50d55f40309..bd3ac52cca7 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