guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: python-cdflib: Disable shaky test.


From: guix-commits
Subject: branch master updated: gnu: python-cdflib: Disable shaky test.
Date: Mon, 04 Dec 2023 15:51:13 -0500

This is an automated email from the git hooks/post-receive script.

bavier pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 33f9d3cc36 gnu: python-cdflib: Disable shaky test.
33f9d3cc36 is described below

commit 33f9d3cc36fbfbd2849d626492721667abfe8306
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Nov 20 22:52:52 2023 +0000

    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>
---
 gnu/packages/astronomy.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index c063285b52..da15283ef3 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -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 _



reply via email to

[Prev in Thread] Current Thread [Next in Thread]