summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorHugo Buddelmeijer <hugo@buddelmeijer.nl>2026-07-17 22:09:39 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-08 23:02:26 +0100
commitaf5e089bd5abb02817429c213193eb5f2216b2da (patch)
tree4830c19746a9698bb6dbc180458e086b0abf4b44 /gnu
parent6794e79176ad8c0f71a1f4c4bd7dcc25ad02cadf (diff)
gnu: python-omnipath: Skip more tests.
* gnu/packages/python-web.scm (python-omnipath): [arguments]<#:test-flags>: Disable tests that fail with Pandas 3. Relates-to: guix/guix!10013 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-web.scm7
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 74baa3c7d81..e8fe85bd5f1 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5738,7 +5738,12 @@ Python’s.")
5738 (string-append 5738 (string-append
5739 ;; These require internet access 5739 ;; These require internet access
5740 "not test_download_homologene" 5740 "not test_download_homologene"
5741 " and not test_complex_genes")) 5741 " and not test_complex_genes"
5742 ;; These tests are not compatible with pandas 3
5743 " and not test_no_dtype_conversion"
5744 " and not test_strip_resource_label_no_func"
5745 " and not test_split_unique_join_no_func"
5746 " and not test_auto_dtype"))
5742 #:phases 5747 #:phases
5743 #~(modify-phases %standard-phases 5748 #~(modify-phases %standard-phases
5744 (add-after 'unpack 'set-home 5749 (add-after 'unpack 'set-home