diff options
author | BonfaceKilz | 2022-03-16 14:13:43 +0300 |
---|---|---|
committer | BonfaceKilz | 2022-03-16 14:13:43 +0300 |
commit | 1fa5275606982c02580c3cf7c282ef9d9f92acc4 (patch) | |
tree | 3ec4a2d73d082b5c94bf4ec41c41d4be0a2b0595 /gn/packages/genenetwork.scm | |
parent | 437f926ea59d80cf536f6de76542e89c2bc49a94 (diff) | |
download | guix-bioinformatics-1fa5275606982c02580c3cf7c282ef9d9f92acc4.tar.gz |
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.
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r-- | gn/packages/genenetwork.scm | 6 |
1 files changed, 3 insertions, 3 deletions
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) |