diff options
author | BonfaceKilz | 2022-03-03 13:47:01 +0300 |
---|---|---|
committer | BonfaceKilz | 2022-03-03 13:47:01 +0300 |
commit | 702a0e7341c5d312f1d8ceb638c39f146486a7d9 (patch) | |
tree | 5954fc38ffbfb6bc7461a669fbc1d6c74e411408 /gn | |
parent | d8f0afea468e3d2a7904d30d187a9efe96311dc3 (diff) | |
download | guix-bioinformatics-702a0e7341c5d312f1d8ceb638c39f146486a7d9.tar.gz |
gn: genenetwork3: Add python-pytest-mock
* gn/packages/genenetwork.scm (genenetwork3)[native-inputs]: Add
python-pytest-mock.
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/genenetwork.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 41a5532..511d11f 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -134,7 +134,8 @@ python-mypy python-mypy-extensions python-pylint - python-pytest)) + python-pytest + python-pytest-mock)) (propagated-inputs (list gemma-wrapper python-wrapper |