diff options
author | BonfaceKilz | 2022-03-16 12:33:19 +0300 |
---|---|---|
committer | BonfaceKilz | 2022-03-16 12:33:19 +0300 |
commit | 437f926ea59d80cf536f6de76542e89c2bc49a94 (patch) | |
tree | f08f1a3b99362fe00a8b9585aa3fb3ca1a1fc110 /gn/packages | |
parent | 8cb170336255fa5a236e74001236a7991eb7c9b7 (diff) | |
download | guix-bioinformatics-437f926ea59d80cf536f6de76542e89c2bc49a94.tar.gz |
gn: genenetwork2: Add pytest and pytest-mock
* gn/packages/genenetwork.scm (genenetwork2) [native-inputs]: Add pytest and
pytest-mock
Diffstat (limited to 'gn/packages')
-rw-r--r-- | gn/packages/genenetwork.scm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 511d11f..0732b5e 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -181,11 +181,9 @@ (base32 "14xiwjhk9nmmsd9kx2vi7pwbvhcvkgfks1av0qdkwjckbqidrk2k")))) (native-inputs - `(("graphviz" ,graphviz) - ;; And the graphs - ;("genenetwork-graph" ,genenetwork-graph) - ;("dag-svg-file" ,dag-svg-file) - )) + (list graphviz + python-pytest + python-pytest-mock)) (propagated-inputs `(("genenetwork3" ,genenetwork3) ("parallel" ,parallel) ;; GNU parallel |