diff options
-rw-r--r-- | gn/packages/genenetwork.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 4bebcc7..9c5b0a5 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -568,8 +568,10 @@ (invoke "pytest" "-k" "unit_test"))))))) (native-inputs (list python-mypy + python-wheel python-pylint - python-pytest)) + python-pytest + python-setuptools)) (propagated-inputs (list python-authlib python-pymonad |