mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
696b99dac6
commit
c467d3d292
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue