gnu: python-pandas-1: Disable failing test.

* gnu/packages/python-science.scm (python-pandas-1):[arguments]: Disable
failing test_nat_comparisons.

Change-Id: Ifdd3cfb244e03b9412c7caa458557ce3fd30e38a
This commit is contained in:
Ricardo Wurmus 2025-02-07 13:46:28 +01:00
parent 696b99dac6
commit c467d3d292
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1199,6 +1199,8 @@ indices of @code{ndarrays}.")
" and not test_read_non_existent" " and not test_read_non_existent"
;; Unknown failures ;; Unknown failures
" and not test_switch_options" " and not test_switch_options"
;; These fail with: td64 doesn't return NotImplemented, see numpy#17017
" and not test_nat_comparisons"
;; Crashes ;; Crashes
" and not test_bytes_exceed_2gb" " and not test_bytes_exceed_2gb"
;; get_subplotspec() returns None; possibly related to ;; get_subplotspec() returns None; possibly related to