summaryrefslogtreecommitdiff
path: root/gnu/packages/python-science.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <[email protected]>2025-02-07 13:46:28 +0100
committerRicardo Wurmus <[email protected]>2025-02-07 13:47:34 +0100
commitc467d3d2925fddb082e57137fb4651c5fe125b1a (patch)
tree6dff3afb1145019278ce51d8de6eccfd1d02c991 /gnu/packages/python-science.scm
parent696b99dac65164cab070545543479f6a3fe00487 (diff)
gnu: python-pandas-1: Disable failing test.
* gnu/packages/python-science.scm (python-pandas-1):[arguments]: Disable failing test_nat_comparisons. Change-Id: Ifdd3cfb244e03b9412c7caa458557ce3fd30e38a
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r--gnu/packages/python-science.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index a4f0f479e7..7772dce248 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -1199,6 +1199,8 @@ indices of @code{ndarrays}.")
" and not test_read_non_existent"
;; Unknown failures
" and not test_switch_options"
+ ;; These fail with: td64 doesn't return NotImplemented, see numpy#17017
+ " and not test_nat_comparisons"
;; Crashes
" and not test_bytes_exceed_2gb"
;; get_subplotspec() returns None; possibly related to