mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-xarray: Disable tests that are known to fail.
* gnu/packages/python-science.scm (python-xarray)[arguments]: Disable two tests. Change-Id: I70954173e0aca5a377cf19476e9390a97febadc7
This commit is contained in:
parent
74dd2def7f
commit
297e88edff
1 changed files with 8 additions and 2 deletions
|
@ -1467,8 +1467,14 @@ multiple deep learning frameworks.")
|
||||||
"0cyldwchcrmbm1y7l1ry70kk8zdh7frxci3c6iwf4iyyj34dnra5"))))
|
"0cyldwchcrmbm1y7l1ry70kk8zdh7frxci3c6iwf4iyyj34dnra5"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; This needs a more recent version of python-hypothesis
|
(list
|
||||||
(list #:test-flags '(list "--ignore=xarray/tests/test_strategies.py")))
|
#:test-flags
|
||||||
|
;; This needs a more recent version of python-hypothesis
|
||||||
|
'(list "--ignore=xarray/tests/test_strategies.py"
|
||||||
|
;; These are known to fail with Pandas 2
|
||||||
|
"-k"
|
||||||
|
(string-append "not test_datetime_conversion_warning"
|
||||||
|
" and not test_timedelta_conversion_warning"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-setuptools-scm python-pytest))
|
(list python-setuptools-scm python-pytest))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue