me
/
guix
Archived
1
0
Fork 0

gnu: python-cdflib: Disable shaky test.

* gnu/packages/astronomy.scm (python-cdflib): Disable one test which
causes random build failure.
[arguments]{test-flags}: Add it.

Change-Id: I05ee2feca3bc0f0139fa1a5f00b4fe260b42ec80
Signed-off-by: Eric Bavier <bavier@posteo.net>
Sharlatan Hellseher 2023-11-20 22:52:52 +00:00 committed by Eric Bavier
parent 597f1cd1c4
commit 33f9d3cc36
No known key found for this signature in database
GPG Key ID: BC45CA67E2F8D007
1 changed files with 4 additions and 1 deletions

View File

@ -1807,7 +1807,10 @@ bad pixel tracking throughout the reduction process.")
(base32 "0vpgcbc9pmx0qqfia1frnwq3jkgfp8y3ikqdnzs5bs1sr13p9p3w"))))
(build-system pyproject-build-system)
(arguments
(list #:phases
;; Disable shaky test.
;; See https://github.com/MAVENSDC/cdflib/issues/234
(list #:test-flags #~(list "-k" "not test_compute_cdfepoch16")
#:phases
#~(modify-phases %standard-phases
(add-before 'build 'set-env-version
(lambda _