From ed90b76725d5d0594a084e0ec5330b7fd7efc132 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Fri, 18 Sep 2015 15:28:40 +0900 Subject: Disable tests for CWL --- gn/packages/cwl.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gn/packages') 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) -- cgit v1.2.3