1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-15 05:35:53 +02:00

gnu: python-unyt: Avoid deprecation failure in tests.

* gnu/packages/python-science.scm (python-unyt)[arguments]
{test-flags}: Ignore failing test.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2025-03-10 03:16:07 +01:00
committed by Andreas Enge
parent fcc266cf25
commit a41f421b66
+3
View File
@@ -2663,6 +2663,9 @@ annotations on an existing boxplots and barplots generated by seaborn.")
(sha256
(base32 "0jrq2vhan2h280h6cw1sm5hys2nzmf19w4py64k3nrkc320z9mni"))))
(build-system pyproject-build-system)
(arguments
;; This is a Numpy DeprecationWarning, remove it on next update.
(list #:test-flags ''("-k" "not test_h5_io")))
;; Pint is optional, but we do not propagate it due to its size.
(native-inputs
(list python-pint