rekado pushed a commit to branch core-updates-frozen
in repository guix.

commit 738f22fa064ba63c24838d4fe1f69c23582c0adf
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Dec 8 12:26:11 2021 +0100

    gnu: imp: Disable tests.
    
    * gnu/packages/bioinformatics.scm (imp)[arguments]: Disable unreliable test
    suite.
---
 gnu/packages/bioinformatics.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 69c59d9..41b3cd9 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9380,7 +9380,8 @@ programs for inferring phylogenies (evolutionary trees).")
          "05hsrnkpkajppa3f45x4qsarnkj616hlby749zxg4is3bv4i6b5y"))))
     (build-system cmake-build-system)
     (arguments
-     `( ;; CMake 3.17 or newer is required for the CMAKE_TEST_ARGUMENTS used
+     `(#:tests? #false ; The test suite is notoriously fickle
+       ;; CMake 3.17 or newer is required for the CMAKE_TEST_ARGUMENTS used
        ;; below to have an effect.
        #:cmake ,cmake
        #:configure-flags

Reply via email to