Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 934575 - dev-python/pandas-2.2.2-r1 fails tests: AssertionError: Attributes of DataFrame.iloc[:, 7] (column name="h") are different
Summary: dev-python/pandas-2.2.2-r1 fails tests: AssertionError: Attributes of DataFra...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-06-19 20:38 UTC by matoro
Modified: 2024-06-19 20:38 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description matoro archtester 2024-06-19 20:38:22 UTC
Full log is too large for b.g.o. even compressed, see here:  https://paste.matoro.tk/wx2mpka

FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[string] - AssertionError: Attributes of DataFrame.iloc[:, 7] (column name="h") are different
FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[datetime] - AssertionError: Attributes of DataFrame.iloc[:, 7] (column name="h") are different
FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[datetime-tz] - AssertionError: Attributes of DataFrame.iloc[:, 7] (column name="h") are different
FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[period] - AssertionError: Attributes of DataFrame.iloc[:, 7] (column name="h") are different
FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[timedelta] - AssertionError: Attributes of DataFrame.iloc[:, 7] (column name="h") are different
FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[range] - AssertionError: Attributes of DataFrame.iloc[:, 7] (column name="h") are different
FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[int8] - AssertionError: Attributes of DataFrame.iloc[:, 7] (column name="h") are different
FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[int16] - AssertionError: Attributes of DataFrame.iloc[:, 7] (column name="h") are different
FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[int32] - AssertionError: Attributes of DataFrame.iloc[:, 7] (column name="h") are different
FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[int64] - AssertionError: Attributes of DataFrame.iloc[:, 7] (column name="h") are different
FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[uint8] - AssertionError: Attributes of DataFrame.iloc[:, 7] (column name="h") are different
FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[uint16] - AssertionError: Attributes of DataFrame.iloc[:, 7] (column name="h") are different
FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[uint32] - AssertionError: Attributes of DataFrame.iloc[:, 7] (column name="h") are different
FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[uint64] - AssertionError: Attributes of DataFrame.iloc[:, 7] (column name="h") are different
FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[float32] - AssertionError: Attributes of DataFrame.iloc[:, 7] (column name="h") are different
FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[float64] - AssertionError: Attributes of DataFrame.iloc[:, 7] (column name="h") are different
FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[bool-object] - AssertionError: Attributes of DataFrame.iloc[:, 7] (column name="h") are different
FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[bool-dtype] - AssertionError: Attributes of DataFrame.iloc[:, 7] (column name="h") are different
FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[complex64] - AssertionError: Attributes of DataFrame.iloc[:, 7] (column name="h") are different
FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[complex128] - AssertionError: Attributes of DataFrame.iloc[:, 7] (column name="h") are different
FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[categorical] - AssertionError: Attributes of DataFrame.iloc[:, 7] (column name="h") are different
FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[interval] - AssertionError: Attributes of DataFrame.iloc[:, 7] (column name="h") are different
FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[repeats] - AssertionError: Attributes of DataFrame.iloc[:, 7] (column name="h") are different
FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[nullable_int] - AssertionError: Attributes of DataFrame.iloc[:, 7] (column name="h") are different
FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[nullable_uint] - AssertionError: Attributes of DataFrame.iloc[:, 7] (column name="h") are different
FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[nullable_float] - AssertionError: Attributes of DataFrame.iloc[:, 7] (column name="h") are different
FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[nullable_bool] - AssertionError: Attributes of DataFrame.iloc[:, 7] (column name="h") are different
FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[string-python] - AssertionError: Attributes of DataFrame.iloc[:, 7] (column name="h") are different
FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[string-pyarrow] - AssertionError: Attributes of DataFrame.iloc[:, 7] (column name="h") are different
========= 29 failed, 214151 passed, 9596 skipped, 1731 xfailed, 94 xpassed, 232 warnings in 934.30s (0:15:34) =========