From 7cca0351c4f5fd7b74e69de7c39badc3388e4a74 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Fri, 18 Sep 2015 15:15:07 +0900 Subject: Tests pass for jsonld --- gn/packages/cwl.scm | 2 +- gn/packages/python.scm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'gn/packages') diff --git a/gn/packages/cwl.scm b/gn/packages/cwl.scm index 46b4e83..8b32564 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)) ;; No tests. (home-page "https://github.com/common-workflow-language/common-workflow-language") (synopsis diff --git a/gn/packages/python.scm b/gn/packages/python.scm index d1180d9..ddbe9fb 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -57,13 +57,13 @@ (base32 "121a876k49xl85jvikyh4hzvm34456ikw66cra5dfyr15br1qjll")))) (build-system python-build-system) - (arguments `(#:tests? #f)) ;; No tests. (inputs `(("python-setuptools" ,python-setuptools))) (propagated-inputs `(("python-rdflib-4.2" ,python-rdflib-4.2) ("python-pyparsing" ,python-pyparsing) ("python-html5lib" ,python-html5lib) + ("python-nose" ,python-nose) )) (home-page "https://github.com/RDFLib/rdflib-jsonld") -- cgit v1.2.3