diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-19 16:14:22 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-19 16:14:37 +0100 |
| commit | 26a168118045678638a5a37963b54c857b075cb4 (patch) | |
| tree | 63ed6595b17ba7c96728101601d833fbd10b6ba3 | |
| parent | 3b6f451199571d44e92715333b20630c484b69f4 (diff) | |
gnu: python-scprep: Skip more tests.
* gnu/packages/bioinformatics.scm (python-scprep):
[arguments] <test-flags>: Skip 7 more tests.
Change-Id: I70ef7eb97d638c37d31ce4ea00cb59bd0a1da440
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 36fe284255..586d21022e 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -4051,7 +4051,16 @@ counts.") "test_scatter_rotate_mp4" "test_sparse_svd" "test_to_array_or_spmatrix_list_of_strings" - "test_unzip_no_destination)") + "test_unzip_no_destination" + ;; AttributeError: module 'rpy2' has no attribute + ;; '__version__' + "test_verbose" + "test_conversion_list" + "test_conversion_dict" + "test_conversion_array" + "test_conversion_dataframe" + "test_conversion_anndata_missing" + "test_r_traceback)") "|") "test") #:phases |
