aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/genenetwork.scm
diff options
context:
space:
mode:
authorArun Isaac2022-02-18 10:40:19 +0530
committerArun Isaac2022-02-18 11:43:34 +0530
commit50044462e48b40843f6f1b2770ab2edf52b5625e (patch)
tree1fd80a65ca5edbc6075f89d4e14c76fce7ff91b5 /gn/packages/genenetwork.scm
parentddd284079a9c903925cd0fdd1ca0c1dc1b9b15f4 (diff)
downloadguix-bioinformatics-50044462e48b40843f6f1b2770ab2edf52b5625e.tar.gz
gn: genenetwork3: Move test inputs to native inputs.
Test inputs are not required to actually run the built program. They should therefore be in native-inputs. They should not be propagated. * gn/packages/genenetwork.scm (genenetwork3)[propagated-inputs]: Move python-mypy, python-mypy-extensions, python-pylint, python-hypothesis and python-pytest to ... [native-inputs]: ... here.
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r--gn/packages/genenetwork.scm11
1 files changed, 6 insertions, 5 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm
index 9f2bfe1..b229ed6 100644
--- a/gn/packages/genenetwork.scm
+++ b/gn/packages/genenetwork.scm
@@ -129,6 +129,12 @@
(sha256
(base32
"0z35m78clzg9mcxll86r4i7qhvlc7pmca1b3mh8fq3g78mnrjhb9"))))
+ (native-inputs
+ (list python-hypothesis
+ python-mypy
+ python-mypy-extensions
+ python-pylint
+ python-pytest))
(propagated-inputs `(("coreutils" ,coreutils)
("gemma-wrapper" ,gemma-wrapper)
("python" ,python-wrapper)
@@ -139,20 +145,15 @@
("python-flask-cors" ,python-flask-cors)
;; ("python-flask-socketio" ,python-flask-socketio)
("python-ipfshttpclient" ,python-ipfshttpclient)
- ("python-mypy" ,python-mypy)
- ("python-mypy-extensions" ,python-mypy-extensions)
("python-mysqlclient" ,python-mysqlclient)
("python-numpy" ,python-numpy)
("python-pandas" ,python-pandas)
("python-pingouin" ,python-pingouin-with-working-python-seaborn)
("python-plotly" ,python-plotly)
- ("python-pylint" ,python-pylint)
("python-redis" ,python-redis)
("python-requests" ,python-requests)
("python-scipy" ,python-scipy)
("python-sparqlwrapper" ,python-sparqlwrapper)
- ("python-hypothesis" ,python-hypothesis)
- ("python-pytest" ,python-pytest)
("r-optparse" ,r-optparse)
("r-qtl" ,r-qtl)
("r-rjson" ,r-rjson)