From b08f7a7b315e5fa8f261abaa98366f28466cc771 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 19 May 2026 23:00:38 +0100 Subject: gnu: python-pandas: Skip one test on 32bit systems. * gnu/packages/python-science.scm (python-pandas): [arguments] : Skip one test on 32bit systems. Change-Id: Ib7c46e4573358fa3088bdc4100b9ce112381d988 --- gnu/packages/python-science.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 7438d733fe..852bff01c0 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -4100,7 +4100,11 @@ tissue-specificity metrics for gene expression.") "-k" (string-join (list "not test_git_version" "test_parsing_tzlocal_deprecated" - "test_show_versions_console") + "test_show_versions_console" + ;; AssertionError: Series are different. + #$@(if (target-64bit?) + '() + '("test_rolling_var_numerical_issues"))) " and not ")) #:phases #~(modify-phases %standard-phases -- cgit v1.3