mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 11:30:44 +02:00
gnu: python-xarray: Disable bad tests.
* gnu/packages/python-science.scm (python-xarray)[arguments]: Disable two tests. Change-Id: Ia9799a5bd247907ee875925431cd0fe2714f51b3
This commit is contained in:
parent
e4aeec2fe4
commit
ca0262ad5e
1 changed files with 5 additions and 1 deletions
|
@ -1899,7 +1899,11 @@ multiple deep learning frameworks.")
|
|||
;; These are known to fail with Pandas 2
|
||||
"-k"
|
||||
(string-append "not test_datetime_conversion_warning"
|
||||
" and not test_timedelta_conversion_warning"))))
|
||||
" and not test_timedelta_conversion_warning"
|
||||
;; These expect deprecation warnings that are not
|
||||
;; emitted in our case.
|
||||
" and not test_drop_index_labels"
|
||||
" and not test_rename_multiindex"))))
|
||||
(native-inputs
|
||||
(list python-setuptools python-setuptools-scm python-pytest python-wheel))
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue