GNU bug report logs -
#76835
[PATCH python-team 00/15] Some further python fixes
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Fri, 7 Mar 2025 18:51:02 UTC
Severity: normal
Tags: patch
Done: Steve George <steve <at> futurile.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/python-science.scm (python-unyt)[arguments]
{test-flags}: Ignore failing test.
---
gnu/packages/python-science.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 2fa57f0ab5..ca259356cf 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -2526,6 +2526,9 @@ (define-public python-unyt
(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
--
2.48.1
This bug report was last modified 87 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.