mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pandas-stubs: Update tests.
This is a follow-up to adding ORC support to pyarrow. * gnu/packages/python-science.scm (python-pandas-stubs)[arguments]: Disable more tests that are due to enabling ORC support to pyarrow. Change-Id: I8c3ca6afff8128792738251c85a1dba3dc3b0569
This commit is contained in:
parent
53b2fe2973
commit
92259a5d4b
1 changed files with 14 additions and 4 deletions
|
@ -1026,14 +1026,24 @@ doing practical, real world data analysis in Python.")
|
||||||
(list
|
(list
|
||||||
#:test-flags #~(list "-k"
|
#:test-flags #~(list "-k"
|
||||||
(string-append
|
(string-append
|
||||||
;; The python-pyarrow package in Guix is not built
|
;; The python-pyarrow package in Guix is built
|
||||||
;; with ORC integration, causing these tests to
|
;; with ORC integration, but these tests fail with
|
||||||
;; fail.
|
;; an abort in ORC because a timezone file is not
|
||||||
|
;; in the expected location:
|
||||||
|
;; https://github.com/apache/arrow/issues/40633
|
||||||
"not test_orc"
|
"not test_orc"
|
||||||
" and not test_orc_path"
|
" and not test_orc_path"
|
||||||
" and not test_orc_buffer"
|
" and not test_orc_buffer"
|
||||||
" and not test_orc_columns"
|
" and not test_orc_columns"
|
||||||
" and not test_orc_bytes"))
|
" and not test_orc_bytes"
|
||||||
|
" and not test_all_read_without_lxml_dtype_backend"
|
||||||
|
|
||||||
|
;; Apparently "numpy.bool_" is not the same as the
|
||||||
|
;; expected "bool".
|
||||||
|
" and not test_timedelta_cmp"
|
||||||
|
" and not test_timedelta_cmp_rhs"
|
||||||
|
" and not test_timestamp_cmp"
|
||||||
|
" and not test_timestamp_eq_ne_rhs"))
|
||||||
#:phases '(modify-phases %standard-phases
|
#:phases '(modify-phases %standard-phases
|
||||||
(add-before 'check 'prepare-x
|
(add-before 'check 'prepare-x
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue