guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 62dc3cca414955023aa33caf22472ed6a2f2b540
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Jun 1 23:13:26 2026 +0100
gnu: python-pandas: Skip some tests.
* gnu/packages/python-science.scm (python-pandas):
[arguments] <test-flags>: Skip some tests, regression introduced by the
recent NumPy 2.4.6 (2026-05-18) and Cython 3.2.5 (2026-05-23).
Change-Id: I55971318fd081faa67532fa209e1bfe22859a0d6
---
gnu/packages/python-science.scm | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 4deeaed11c..4898fde840 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -4320,7 +4320,7 @@ tissue-specificity metrics for gene expression.")
(build-system pyproject-build-system)
(arguments
(list
- ;; tests: 174059 passed, 24280 skipped, 990 xfailed, 77 xpassed, 110
warnings
+ ;; tests: 173093 passed, 24265 skipped, 990 xfailed, 77 xpassed, 110
warnings
#:test-flags
#~(list "-m" (string-join
(list "not db" "network" "single_cpu" "slow" "slow_arm")
@@ -4330,6 +4330,20 @@ tissue-specificity metrics for gene expression.")
(list "not test_git_version"
"test_parsing_tzlocal_deprecated"
"test_show_versions_console"
+ ;; XXX: Introduced by NumPy 2.4.6 and Cython 3.2.5:
+ ;; NotImplementedError
+ ;; See:
+ ;;
<https://github.com/pandas-dev/pandas/issues/62820>,
+ ;;
<https://github.com/pandas-dev/pandas/issues/63078>.
+ "test_categorical_block_pickle"
+ "test_pickle"
+ "test_pickle_freq"
+ "test_pickle_preserves_block_ndim"
+ "test_pickle_preserves_name"
+ "test_pickle_round_trip"
+ "test_pickle_roundtrip"
+ "test_pickle_roundtrip_containers"
+ "test_round_trip_current"
;; AssertionError: Series are different.
#$@(if (target-64bit?)
'()