summaryrefslogtreecommitdiff
path: root/gnu/packages/python-science.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-10-18 12:15:50 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-10-18 12:54:06 +0100
commit768727526ddef706063f99a0bca477cd2a704269 (patch)
tree986fae76110a45cc210d453521d49004a6a56133 /gnu/packages/python-science.scm
parent6ff0c5b06c379577c14c6c3ea2613b354aed5e3a (diff)
gnu: snakemake-6: Fix tests.
* gnu/packages/python-science.scm (snakemake-6)[arguments]<test-flags>: Ignore test file requiring not available optional package. Change-Id: Ic43e84284502d7d57e95de2e68eecb25eafae8ac
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r--gnu/packages/python-science.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 22ee57c4b13..d85b7267daa 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -5960,6 +5960,8 @@ Python style, together with a fast and comfortable execution environment.")
;; This test attempts to change S3 buckets on AWS and fails
;; because there are no AWS credentials.
"--ignore=tests/test_tibanna.py"
+ ;; E ModuleNotFoundError: No module named 'google'
+ "--ignore=tests/test_google_lifesciences.py"
;; Unclear failure.
"-k" "not test_lint[long_run-positive]")
#:phases