about summary refs log tree commit diff
path: root/gn/packages/python.scm
diff options
context:
space:
mode:
authorPjotr Prins2015-09-18 15:15:07 +0900
committerPjotr Prins2015-09-18 15:15:07 +0900
commit7cca0351c4f5fd7b74e69de7c39badc3388e4a74 (patch)
treeba9d0b1c29ca02491accb70f05af60345ac488cc /gn/packages/python.scm
parent67ce5bcba91cc775c955c366870ea4fb4edc25a0 (diff)
downloadguix-bioinformatics-7cca0351c4f5fd7b74e69de7c39badc3388e4a74.tar.gz
Tests pass for jsonld
Diffstat (limited to 'gn/packages/python.scm')
-rw-r--r--gn/packages/python.scm2
1 files changed, 1 insertions, 1 deletions
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")