guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 768727526ddef706063f99a0bca477cd2a704269
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Oct 18 12:15:50 2025 +0100
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
---
gnu/packages/python-science.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 22ee57c4b1..d85b7267da 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