about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPjotr Prins2015-09-18 15:28:40 +0900
committerPjotr Prins2015-09-18 15:28:40 +0900
commited90b76725d5d0594a084e0ec5330b7fd7efc132 (patch)
tree1a235577765e2be9a9f7a0035b92f80f07b1ed82
parent7cca0351c4f5fd7b74e69de7c39badc3388e4a74 (diff)
downloadguix-bioinformatics-ed90b76725d5d0594a084e0ec5330b7fd7efc132.tar.gz
Disable tests for CWL
-rw-r--r--gn/packages/cwl.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/cwl.scm b/gn/packages/cwl.scm
index 8b32564..8c41187 100644
--- a/gn/packages/cwl.scm
+++ b/gn/packages/cwl.scm
@@ -38,7 +38,7 @@
      `(("python-schema-salad" ,python-schema-salad)
        ("python-html5lib" ,python-html5lib)
        ))
-    (arguments `(#:tests? #f)) ;; No tests.
+    (arguments `(#:tests? #f)) ;; CWL includes no tests.
     (home-page
       "https://github.com/common-workflow-language/common-workflow-language")
     (synopsis
@@ -65,7 +65,7 @@
           (base32
             "09axiiirq73s1cs21n8mkdslaca2gxc2mlayyl6yiaq98cfgfh37"))))
     (build-system python-build-system)
-    (arguments `(#:tests? #f)) ;; No tests.
+    (arguments `(#:tests? #f)) ;; CWL includes no tests.
     (inputs
       `(("python-cython" ,python-cython)
        ("python-setuptools" ,python-setuptools)