mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
1fbaa8a408
commit
2ae4e65277
1 changed files with 3 additions and 0 deletions
|
@ -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?))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue