summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-29 10:33:31 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:35:58 +0100
commit2ae4e65277910b211b0abcbaf739a6e3e9343b5c (patch)
treea158c92f4aab47dea69f61e80aa5b811177812c4
parent1fbaa8a408f7f03a5105160b7fc0d9a84fa06a16 (diff)
gnu: python-pandas-2: Skip one more test group.
* gnu/packages/python-science.scm (python-pandas-2) [arguments] <test-flags>: Skip one more test group failing with Pytest@8.4.1, fixed on main branch. Change-Id: I0f4cb3bf310a7efff7112fdfcdf04a5a7fc16aa5
-rw-r--r--gnu/packages/python-science.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index d25d9240c2..d378af7fcf 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -3747,6 +3747,9 @@ doing practical, real world data analysis in Python.")
;; It requires a fresh python-tzdata, including new
;; timezones.
"test_repr"
+ ;; Fails with Pytest@8.4.1, fixed on main branch.
+ ;; See: <https://github.com/pandas-dev/pandas/issues/61557>.
+ "test_groupby_raises_category_on_category"
;; These tests should be skipped on 32bit systems:
;; Cannot cast array data from dtype('int64') to dtype('int32')
#$@(if (not (target-64bit?))