about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gn/packages/genenetwork.scm6
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)