diff options
author | Efraim Flashner | 2020-07-19 15:44:57 +0300 |
---|---|---|
committer | Efraim Flashner | 2020-07-19 15:44:57 +0300 |
commit | 52655c1b927ccbde955cb71f0cf7d50a8a48a7b3 (patch) | |
tree | fc6b3dc10d5beaf9467e4ee2ec68d5c1c013ce2a | |
parent | 5d1c539797f973d624883057bac49c75a696c66b (diff) | |
download | guix-bioinformatics-52655c1b927ccbde955cb71f0cf7d50a8a48a7b3.tar.gz |
gn: python-schema-salad-7: enable tests.
-rw-r--r-- | gn/packages/python.scm | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm index 3e6b60e..f0ba657 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -1186,10 +1186,10 @@ and record oriented data modeling and the Semantic Web.") (method url-fetch) (uri (pypi-uri "schema-salad" version)) (sha256 - (base32 - "15ma3lb6fkfc6sj75hnmmg0jj8q3pc5yrlyx15lpdd4dcp2jc39s")))) + (base32 + "15ma3lb6fkfc6sj75hnmmg0jj8q3pc5yrlyx15lpdd4dcp2jc39s")))) (propagated-inputs - `(("python-cachecontrol" ,python-cachecontrol) + `(("python-cachecontrol" ,python-cachecontrol-0.11) ("python-lockfile" ,python-lockfile) ("python-mistune" ,python-mistune) ("python-rdflib" ,python-rdflib) @@ -1197,7 +1197,11 @@ and record oriented data modeling and the Semantic Web.") ("python-requests" ,python-requests) ("python-ruamel.yaml" ,python-ruamel.yaml) ("python-setuptools" ,python-setuptools) - ("python-typing-extensions" ,python-typing-extensions))))) + ("python-typing-extensions" ,python-typing-extensions))) + (native-inputs + `(("python-pytest" ,python-pytest-4) + ("python-pytest-runner" ,python-pytest-runner))) + (arguments `()))) (define-public python-cfgraph (package |