mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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>
This commit is contained in:
parent
597f1cd1c4
commit
33f9d3cc36
1 changed files with 4 additions and 1 deletions
|
@ -1807,7 +1807,10 @@ (define-public python-cdflib
|
|||
(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 _
|
||||
|
|
Loading…
Reference in a new issue