From 1fa5275606982c02580c3cf7c282ef9d9f92acc4 Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Wed, 16 Mar 2022 14:13:43 +0300 Subject: gn: genenetwork2: Move pytest and pytest-mock to propagated-inputs These packages are required in the propagated-inputs so that they can be run locally. * gn/packages/genenetwork.scm (genenetwork)[native-inputs]: Move pytest and pytest to... [propagated-inputs]: here. --- gn/packages/genenetwork.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gn') diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 0732b5e..de180be 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -181,9 +181,7 @@ (base32 "14xiwjhk9nmmsd9kx2vi7pwbvhcvkgfks1av0qdkwjckbqidrk2k")))) (native-inputs - (list graphviz - python-pytest - python-pytest-mock)) + (list graphviz)) (propagated-inputs `(("genenetwork3" ,genenetwork3) ("parallel" ,parallel) ;; GNU parallel @@ -215,6 +213,8 @@ ("python-htmlgen" ,python-htmlgen) ("python-ijson" ,python-ijson) ("python-jinja2" ,python-jinja2) + ("python-pytest" ,python-pytest) + ("python-pytest-mock" ,python-pytest-mock) ("python-sqlalchemy" ,python-sqlalchemy) ("python-setuptools" ,python-setuptools) ("python-scipy" ,python-scipy) -- cgit v1.2.3