diff options
author | Pjotr Prins | 2015-09-18 15:15:07 +0900 |
---|---|---|
committer | Pjotr Prins | 2015-09-18 15:15:07 +0900 |
commit | 7cca0351c4f5fd7b74e69de7c39badc3388e4a74 (patch) | |
tree | ba9d0b1c29ca02491accb70f05af60345ac488cc | |
parent | 67ce5bcba91cc775c955c366870ea4fb4edc25a0 (diff) | |
download | guix-bioinformatics-7cca0351c4f5fd7b74e69de7c39badc3388e4a74.tar.gz |
Tests pass for jsonld
-rw-r--r-- | gn/packages/cwl.scm | 2 | ||||
-rw-r--r-- | gn/packages/python.scm | 2 |
2 files changed, 2 insertions, 2 deletions
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") |