diff options
author | BonfaceKilz | 2020-07-23 13:46:37 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-07-24 21:54:39 +0300 |
commit | f6c6810854da38ac54e6dada6de0d2a80c3fad86 (patch) | |
tree | dacb827e84809298569af1eab23322b34fcdf588 /gn/packages/genenetwork.scm | |
parent | 6cdcb70aee61a9adc5557ee52680b775c344a7d0 (diff) | |
download | guix-bioinformatics-f6c6810854da38ac54e6dada6de0d2a80c3fad86.tar.gz |
genenetwork2: add python2-mock and python-nose2 for easier testing
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r-- | gn/packages/genenetwork.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 6f23a33..cb9f115 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -336,7 +336,9 @@ implemented, light on server resource usage, and fairly speedy.") ("python2-scipy" ,python2-scipy) ("python2-lxml" ,python2-lxml) ("python2-mechanize" ,python2-mechanize) + ("python2-mock" ,python2-mock) ("python2-mysqlclient" ,python2-mysqlclient) + ("python2-nose" ,python-nose2) ("python2-numarray" ,python2-numarray) ("python2-numpy" ,python2-numpy) ("python2-pandas" ,python2-pandas) |