From 52655c1b927ccbde955cb71f0cf7d50a8a48a7b3 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 19 Jul 2020 15:44:57 +0300 Subject: gn: python-schema-salad-7: enable tests. --- gn/packages/python.scm | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'gn') 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 -- cgit v1.2.3