diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-18 12:15:50 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-18 12:54:06 +0100 |
| commit | 768727526ddef706063f99a0bca477cd2a704269 (patch) | |
| tree | 986fae76110a45cc210d453521d49004a6a56133 /gnu/packages/python-science.scm | |
| parent | 6ff0c5b06c379577c14c6c3ea2613b354aed5e3a (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.scm | 2 |
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 |
