Bug#1066801: pandas: FTBFS: /usr/lib/python3/dist-packages/dateutil/zoneinfo/__init__.py:26: UserWarning: I/O error(2): No such file or directory

Lucas Nussbaum lucas at debian.org
Wed Mar 13 15:08:53 GMT 2024


Source: pandas
Version: 2.1.4+dfsg-5
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> py3versions: no X-Python3-Version in control file, using supported versions
> PYBUILD_SYSTEM=custom dh_auto_test
> I: pybuild base:305: TEST_SUCCESS=true; cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build ; for TEST_SUBSET in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/* ; do grep -q -e __pycache__ $TEST_SUBSET || PANDAS_CI=1 LC_ALL=C.UTF-8 xvfb-run -a -s "-screen 0 1280x1024x24 -noreset" python3.12 -m pytest -s -m "not network"  -k "not test_register_entrypoint and not test_wrong_url and not test_statsmodels" --confcutdir=/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas --deb-data-root-dir=/<<PKGBUILDDIR>>/pandas/tests $TEST_SUBSET || test $? = 5 || TEST_SUCCESS=false && echo "rdjoqkol test state = $TEST_SUCCESS"; done ; rm -rf test-data.xml .pytest_cache ; $TEST_SUCCESS
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 0 items
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================== 1 warning in 0.03s ==============================
> rdjoqkol test state = true
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/api: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 14 items
> 
> pandas/tests/api/test_api.py ............
> pandas/tests/api/test_types.py ..
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.06s call     pandas/tests/api/test_api.py::test_pandas_array_alias
> 
> (29 durations < 0.005s hidden.  Use -vv to show these durations.)
> ======================== 14 passed, 1 warning in 0.13s =========================
> rdjoqkol test state = true
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/apply: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 1176 items
> 
> pandas/tests/apply/test_frame_apply.py ......................................................................................................................................................................................................
> pandas/tests/apply/test_frame_apply_relabeling.py .....
> pandas/tests/apply/test_frame_transform.py ...s.s.s................................................ss..ss..ss.....x........x........x........
> pandas/tests/apply/test_invalid_arg.py .......................................................................................................................................................................................................
> pandas/tests/apply/test_series_apply.py .............................x.....x....x........................................................................................
> pandas/tests/apply/test_series_apply_relabeling.py ..
> pandas/tests/apply/test_series_transform.py ............
> pandas/tests/apply/test_str.py ....................xxxxx...................................................................................................................................................................................................................................................................................................................................................................................................................................................................x...........x...........x...........x...........x........
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.08s call     pandas/tests/apply/test_frame_transform.py::test_transform_listlike[axis=1-ops1-names1]
> 0.07s call     pandas/tests/apply/test_frame_apply.py::test_apply_differently_indexed
> 0.06s call     pandas/tests/apply/test_frame_apply.py::test_nuisance_depr_passes_through_warnings
> 0.05s call     pandas/tests/apply/test_frame_apply_relabeling.py::test_agg_relabel_partial_functions
> 0.04s call     pandas/tests/apply/test_frame_apply.py::test_agg_transform[axis=1]
> 0.04s call     pandas/tests/apply/test_frame_apply.py::test_agg_transform[axis='columns']
> 0.03s call     pandas/tests/apply/test_frame_apply.py::test_agg_reduce[axis='columns']
> 0.03s call     pandas/tests/apply/test_frame_apply.py::test_agg_reduce[axis=1]
> 0.03s call     pandas/tests/apply/test_series_apply.py::test_agg_mapping_func_deprecated
> 0.03s call     pandas/tests/apply/test_series_apply.py::test_transform[False]
> 0.03s call     pandas/tests/apply/test_str.py::test_transform_groupby_kernel_frame[axis=1-pct_change]
> 0.03s call     pandas/tests/apply/test_series_apply_relabeling.py::test_relabel_no_duplicated_method
> 0.03s call     pandas/tests/apply/test_str.py::test_transform_groupby_kernel_frame[axis='columns'-pct_change]
> 0.02s call     pandas/tests/apply/test_frame_transform.py::test_transform_listlike[axis='columns'-ops1-names1]
> 0.02s call     pandas/tests/apply/test_frame_transform.py::test_transform_listlike[axis=1-ops3-names3]
> 0.02s call     pandas/tests/apply/test_frame_apply.py::test_agg_mapping_func_deprecated
> 0.02s call     pandas/tests/apply/test_frame_transform.py::test_transform_listlike[axis='columns'-ops3-names3]
> 0.02s call     pandas/tests/apply/test_str.py::test_transform_groupby_kernel_frame[axis=0-pct_change]
> 0.02s call     pandas/tests/apply/test_str.py::test_transform_groupby_kernel_frame[axis='index'-pct_change]
> 0.02s call     pandas/tests/apply/test_series_apply.py::test_with_nested_series[agg]
> 0.02s call     pandas/tests/apply/test_frame_apply.py::test_agg_std
> 0.02s call     pandas/tests/apply/test_str.py::test_transform_groupby_kernel_frame[axis=1-rank]
> 0.02s call     pandas/tests/apply/test_frame_transform.py::test_transform_listlike[axis=1-ops0-names0]
> 0.02s call     pandas/tests/apply/test_str.py::test_transform_groupby_kernel_frame[axis=1-bfill]
> 0.02s call     pandas/tests/apply/test_series_apply.py::test_transform[compat]
> 0.02s call     pandas/tests/apply/test_str.py::test_transform_groupby_kernel_frame[axis='columns'-rank]
> 0.02s call     pandas/tests/apply/test_str.py::test_transform_groupby_kernel_frame[axis='columns'-cumprod]
> 0.02s call     pandas/tests/apply/test_str.py::test_transform_groupby_kernel_frame[axis=1-diff]
> 0.02s call     pandas/tests/apply/test_str.py::test_transform_groupby_kernel_frame[axis=0-cumsum]
> 0.02s call     pandas/tests/apply/test_frame_transform.py::test_transform_listlike[axis=1-ops2-names2]
> ============ 1151 passed, 9 skipped, 16 xfailed, 1 warning in 8.74s ============
> rdjoqkol test state = true
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/arithmetic: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 28484 items
> 
> pandas/tests/arithmetic/test_array_ops.py ....
> pandas/tests/arithmetic/test_categorical.py ....
> pandas/tests/arithmetic/test_datetime64.py .....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s.....s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/arithmetic/test_interval.py ..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/arithmetic/test_numeric.py ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................s..s.....s..s.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/arithmetic/test_object.py .............s.s......................................................................................................................................................................................
> pandas/tests/arithmetic/test_period.py ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/arithmetic/test_timedelta64.py .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s.....s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s.....s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s.....s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s.....s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s.....s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s.....s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s.....s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.39s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_sub_timedeltalike[python-timedelta-DataFrame]
> 0.29s call     pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dti_add_sub_nonzero_mth_offset[numexpr-<UTC>-Index-__add__-offset0-exp0-None]
> 0.17s call     pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[numexpr-eq-'+01:15'-Series-other0]
> 0.06s call     pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_dt64object_array[numexpr-Index-None]
> 0.05s call     pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_relativedelta_offsets[python-DataFrame]
> 0.05s call     pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_relativedelta_offsets[numexpr-DataFrame]
> 0.03s call     pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[numexpr-DataFrame-5-True-cls_and_kwargs27]
> 0.03s call     pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[python-DataFrame-5-True-cls_and_kwargs27]
> 0.03s call     pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[numexpr-DataFrame-5-False-cls_and_kwargs27]
> 0.03s call     pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[python-DataFrame-5-False-cls_and_kwargs27]
> 0.03s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[python-DataFrame-Index]
> 0.02s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[python-DataFrame-array]
> 0.02s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[python-DataFrame-Series]
> 0.02s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[numexpr-DataFrame-Index]
> 0.02s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[numexpr-DataFrame-array]
> 0.02s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[numexpr-DataFrame-Series]
> 0.02s call     pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_offset_array[numexpr-array]
> 0.02s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[numexpr-Series-Series]
> 0.02s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[python-Series-Series]
> 0.02s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[numexpr-Series-Index]
> 0.02s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[numexpr-array-Series]
> 0.02s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[python-array-Series]
> 0.02s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[python-Index-Index]
> 0.02s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[python-array-array]
> 0.02s call     pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_offset_array[python-Index]
> 0.02s call     pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_offset_array[numexpr-Index]
> 0.02s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[python-Index-array]
> 0.02s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[python-Series-array]
> 0.02s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[numexpr-Series-array]
> 0.02s call     pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_offset_array[python-array]
> ==== 27576 passed, 268 skipped, 640 xfailed, 1 warning in 278.24s (0:04:38) ====
> rdjoqkol test state = true
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/arrays: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 19203 items / 2 skipped
> 
> pandas/tests/arrays/boolean/test_arithmetic.py .....................
> pandas/tests/arrays/boolean/test_astype.py ...
> pandas/tests/arrays/boolean/test_comparison.py ....................................
> pandas/tests/arrays/boolean/test_construction.py .............................
> pandas/tests/arrays/boolean/test_function.py ...........
> pandas/tests/arrays/boolean/test_indexing.py ...
> pandas/tests/arrays/boolean/test_logical.py ...................................................................................
> pandas/tests/arrays/boolean/test_ops.py ..
> pandas/tests/arrays/boolean/test_reduction.py ..............................
> pandas/tests/arrays/boolean/test_repr.py .
> pandas/tests/arrays/categorical/test_algos.py ..............
> pandas/tests/arrays/categorical/test_analytics.py ........x..x................................................
> pandas/tests/arrays/categorical/test_api.py .................................................................
> pandas/tests/arrays/categorical/test_astype.py ......................
> pandas/tests/arrays/categorical/test_constructors.py .......................................................................................................................
> pandas/tests/arrays/categorical/test_dtypes.py ..................................
> pandas/tests/arrays/categorical/test_indexing.py ...............................................................................................................................................
> pandas/tests/arrays/categorical/test_map.py .............................
> pandas/tests/arrays/categorical/test_missing.py ..........................
> pandas/tests/arrays/categorical/test_operators.py ......................................
> pandas/tests/arrays/categorical/test_replace.py ......................
> pandas/tests/arrays/categorical/test_repr.py .......................
> pandas/tests/arrays/categorical/test_sorting.py ....
> pandas/tests/arrays/categorical/test_subclass.py ...
> pandas/tests/arrays/categorical/test_take.py ................
> pandas/tests/arrays/categorical/test_warnings.py .
> pandas/tests/arrays/datetimes/test_constructors.py ......................ssssssssssssss
> pandas/tests/arrays/datetimes/test_cumulative.py ...
> pandas/tests/arrays/datetimes/test_reductions.py .................................................................................................................................................................................................................
> pandas/tests/arrays/floating/test_arithmetic.py ..............................................................
> pandas/tests/arrays/floating/test_astype.py .........
> pandas/tests/arrays/floating/test_comparison.py ..................................................................................................................
> pandas/tests/arrays/floating/test_concat.py ...
> pandas/tests/arrays/floating/test_construction.py ...............................
> pandas/tests/arrays/floating/test_contains.py .
> pandas/tests/arrays/floating/test_function.py ....................................................
> pandas/tests/arrays/floating/test_repr.py ........
> pandas/tests/arrays/floating/test_to_numpy.py ..................................
> pandas/tests/arrays/integer/test_arithmetic.py ...................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/arrays/integer/test_comparison.py .........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/arrays/integer/test_concat.py ..................
> pandas/tests/arrays/integer/test_construction.py ...............................................
> pandas/tests/arrays/integer/test_dtypes.py ..........................................................................................................................
> pandas/tests/arrays/integer/test_function.py .............................................................................................................................
> pandas/tests/arrays/integer/test_indexing.py ..
> pandas/tests/arrays/integer/test_reduction.py ...............................................
> pandas/tests/arrays/integer/test_repr.py ..........................
> pandas/tests/arrays/interval/test_astype.py ..
> pandas/tests/arrays/interval/test_interval.py ...............................................................................ssssssss............
> pandas/tests/arrays/interval/test_ops.py ....................................................................................................................
> pandas/tests/arrays/masked/test_arithmetic.py ..............................................................................................................................................ss........................................................................................................................................................ss........................................................................................................................................................ss........................................................................................................................................................ss........................................................................................................................................................ss...............................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/arrays/masked/test_function.py ....................
> pandas/tests/arrays/masked/test_indexing.py ...........................................................................................................
> pandas/tests/arrays/numpy_/test_indexing.py .......................................
> pandas/tests/arrays/numpy_/test_numpy.py .......................................................................................
> pandas/tests/arrays/period/test_astype.py ..........
> pandas/tests/arrays/period/test_constructors.py ....................
> pandas/tests/arrays/period/test_reductions.py ...
> pandas/tests/arrays/sparse/test_accessor.py .............................................
> pandas/tests/arrays/sparse/test_arithmetics.py ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/arrays/sparse/test_array.py ...........................................................................
> pandas/tests/arrays/sparse/test_astype.py ........................
> pandas/tests/arrays/sparse/test_combine_concat.py ..........
> pandas/tests/arrays/sparse/test_constructors.py .................................
> pandas/tests/arrays/sparse/test_dtype.py ........................................................
> pandas/tests/arrays/sparse/test_indexing.py ...............................................................................
> pandas/tests/arrays/sparse/test_libsparse.py .....................................................................................
> pandas/tests/arrays/sparse/test_reductions.py .......................................................................
> pandas/tests/arrays/sparse/test_unary.py .........
> pandas/tests/arrays/string_/test_string.py .ss.ss.ss.ss.ss.ss.ss.ss.ss.ssxssxss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.......ssss.ss.ss.ss.ss.ss.ss.ssxxssssxxssss....ssssssss....ssssssss.sssssssssssssssssssssss.ss.ss..ssss.ss...ssssss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss
> pandas/tests/arrays/string_/test_string_arrow.py s.ss.ssssssssss.ssssssssssssssssssssssssssssssssss
> pandas/tests/arrays/test_array.py ......................................................................................
> pandas/tests/arrays/test_datetimelike.py ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ssssss....................................................................................................................................................................................................ssssssssssssssssssssssssssssssssssss..........................................................................................................................................................................................................................................................................................................................................
> pandas/tests/arrays/test_datetimes.py ..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/arrays/test_ndarray_backed.py .....
> pandas/tests/arrays/test_period.py ...................
> pandas/tests/arrays/test_timedeltas.py ......................................................................................................................................................
> pandas/tests/arrays/timedeltas/test_constructors.py .......
> pandas/tests/arrays/timedeltas/test_cumulative.py ..
> pandas/tests/arrays/timedeltas/test_reductions.py .......................
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.47s call     pandas/tests/arrays/categorical/test_warnings.py::TestCategoricalWarnings::test_tab_complete_warning
> 0.27s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[None-Y-hour]
> 0.27s setup    pandas/tests/arrays/categorical/test_warnings.py::TestCategoricalWarnings::test_tab_complete_warning
> 0.05s call     pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_codes_dtypes
> 0.03s call     pandas/tests/arrays/integer/test_arithmetic.py::test_values_multiplying_large_series_by_NA
> 0.03s call     pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_comparison[block]
> 0.03s call     pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_comparison[integer]
> 0.02s call     pandas/tests/arrays/period/test_constructors.py::test_freq_deprecated
> 0.02s call     pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar_comparison[block]
> 0.02s call     pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array_comparison[integer]
> 0.02s call     pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array_comparison[integer]
> 0.02s call     pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array_comparison[block]
> 0.02s call     pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array_comparison[block]
> 0.02s call     pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar_comparison[integer]
> 0.02s call     pandas/tests/arrays/sparse/test_constructors.py::TestConstructors::test_constructor_warns_when_losing_timezone
> 0.02s call     pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_set_fill_value
> 0.02s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period_2d['UTC'-D]
> 0.02s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period_2d[tzlocal()-Y]
> 0.02s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period_2d[tzlocal()-Q]
> 0.02s call     pandas/tests/arrays/sparse/test_constructors.py::TestConstructors::test_constructor_spindex_dtype_scalar[None]
> 0.02s call     pandas/tests/arrays/sparse/test_constructors.py::TestConstructors::test_constructor_spindex_dtype_scalar[sparse_index1]
> 0.02s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period_2d['US/Eastern'-D]
> 0.02s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period_2d['UTC-02:15'-Y]
> 0.02s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period_2d[tzlocal()-B]
> 0.02s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period_2d[<UTC>-D]
> 0.02s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period_2d['US/Eastern'-B]
> 0.02s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period_2d['dateutil/US/Pacific'-Y]
> 0.02s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period_2d[tzlocal()-M]
> 0.02s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period_2d['UTC'-Y]
> 0.02s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period_2d[tzlocal()-W]
> ========== 18177 passed, 1020 skipped, 8 xfailed, 1 warning in 45.95s ==========
> rdjoqkol test state = true
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/base: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 1742 items
> 
> pandas/tests/base/test_constructors.py .......................
> pandas/tests/base/test_conversion.py ...........................................................................................................................................................................................................................................................................x.....................................
> pandas/tests/base/test_fillna.py ..................................................................................ssssssssssssssssss....ssss........ssssssssss......ss..............................................ss......................ssssssssssss
> pandas/tests/base/test_misc.py .......................................................................................................................................................................................................................................xx...xxx....................................................................s......
> pandas/tests/base/test_transpose.py ..............................................................................................................................................................................................................................
> pandas/tests/base/test_unique.py ..................................................................................ssssssssssssssssss....ssss........ssssssssss......ss..............................................ss......................ssssssssssss..................................................................................ssssssssssssssssss....ssss..........ssssssss......ss......................................................................ssssssssssss....
> pandas/tests/base/test_value_counts.py ..................................................................................ssssssssssssssssss....ssss........ssssssssss......ss..............................................ss......................ssssssssssss..........
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.09s call     pandas/tests/base/test_value_counts.py::test_value_counts[datetime-tz]
> 0.06s call     pandas/tests/base/test_constructors.py::TestConstruction::test_constructor_datetime_outofbound[DataFrame-dict-object-datetime.datetime]
> 0.03s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[interval-None]
> 0.03s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[interval-nan]
> 0.02s call     pandas/tests/base/test_value_counts.py::test_value_counts[interval]
> 0.02s call     pandas/tests/base/test_unique.py::test_unique[period]
> 0.02s call     pandas/tests/base/test_unique.py::test_unique_null[period-None]
> 0.02s call     pandas/tests/base/test_unique.py::test_unique_null[period-nan]
> 0.02s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[datetime-tz-None]
> 0.02s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[datetime-tz-nan]
> 0.02s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[period-nan]
> 0.02s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[period-None]
> 0.01s call     pandas/tests/base/test_value_counts.py::test_value_counts_bins[index]
> 0.01s call     pandas/tests/base/test_value_counts.py::test_value_counts_bins[series]
> 0.01s call     pandas/tests/base/test_value_counts.py::test_value_counts[period]
> 0.01s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[timedelta-nan]
> 0.01s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[timedelta-None]
> 0.01s call     pandas/tests/base/test_value_counts.py::test_value_counts[timedelta]
> 0.01s call     pandas/tests/base/test_unique.py::test_unique_null[datetime-tz-nan]
> 0.01s call     pandas/tests/base/test_unique.py::test_unique_null[datetime-tz-None]
> 0.01s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[datetime-nan]
> 0.01s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[string-python-None]
> 0.01s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[datetime-None]
> 0.01s call     pandas/tests/base/test_unique.py::test_unique[datetime-tz]
> 0.01s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[string-python-nan]
> 0.01s call     pandas/tests/base/test_unique.py::test_unique_null[timedelta-nan]
> 0.01s call     pandas/tests/base/test_unique.py::test_unique_null[timedelta-None]
> 0.01s call     pandas/tests/base/test_unique.py::test_unique[datetime]
> 0.01s call     pandas/tests/base/test_unique.py::test_unique_null[datetime-None]
> 0.01s call     pandas/tests/base/test_unique.py::test_unique[timedelta]
> =========== 1547 passed, 189 skipped, 6 xfailed, 1 warning in 4.01s ============
> rdjoqkol test state = true
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/computation: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 10999 items
> 
> pandas/tests/computation/test_compat.py .....
> pandas/tests/computation/test_eval.py ..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................xx..............................xx..............................xx..............................xx...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................X.........X....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................x....................................................................................................................................................................................................................................xx..xx.....
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.19s call     pandas/tests/computation/test_eval.py::TestAlignment::test_performance_warning_for_poor_alignment[numexpr-pandas]
> 0.19s call     pandas/tests/computation/test_eval.py::TestAlignment::test_performance_warning_for_poor_alignment[numexpr-python]
> 0.11s call     pandas/tests/computation/test_eval.py::TestEval::test_complex_cmp_ops[SeriesNaN-Series-python-python-|-gt-lt]
> 0.10s call     pandas/tests/computation/test_eval.py::TestAlignment::test_performance_warning_for_poor_alignment[python-python]
> 0.10s call     pandas/tests/computation/test_eval.py::TestAlignment::test_performance_warning_for_poor_alignment[python-pandas]
> 0.02s call     pandas/tests/computation/test_eval.py::TestOperations::test_simple_arith_ops[numexpr-python]
> 0.02s call     pandas/tests/computation/test_eval.py::TestOperations::test_lhs_expression_subscript
> 0.02s call     pandas/tests/computation/test_eval.py::TestOperations::test_nested_period_index_subscript_expression
> 0.02s call     pandas/tests/computation/test_eval.py::TestOperations::test_fails_ampersand_pipe[numexpr-python-|]
> 0.02s call     pandas/tests/computation/test_eval.py::TestOperations::test_fails_ampersand_pipe[numexpr-pandas-&]
> 0.02s call     pandas/tests/computation/test_eval.py::TestOperations::test_fails_ampersand_pipe[numexpr-pandas-|]
> 0.02s call     pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_alignment[numexpr-pandas-dt-dt-s1]
> 0.02s call     pandas/tests/computation/test_eval.py::TestOperations::test_fails_ampersand_pipe[python-pandas-|]
> 0.02s call     pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_alignment[numexpr-python-dt-dt-s1]
> 0.02s call     pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_alignment[numexpr-python-dt-dt-s0]
> 0.02s call     pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_alignment[numexpr-python-dt-s-dt]
> 0.02s call     pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_alignment[numexpr-pandas-dt-dt-i]
> 0.02s call     pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_alignment[numexpr-python-dt-dt-i]
> 0.02s call     pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_alignment[python-python-dt-dt-s1]
> 0.02s call     pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_alignment[numexpr-pandas-dt-dt-s0]
> 0.02s call     pandas/tests/computation/test_eval.py::TestOperations::test_fails_ampersand_pipe[numexpr-python-&]
> 0.02s call     pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_alignment[numexpr-pandas-dt-i-dt]
> 0.02s call     pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_alignment[numexpr-pandas-dt-i-s0]
> 0.02s call     pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_alignment[python-python-dt-dt-s0]
> 0.02s call     pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_alignment[python-pandas-dt-dt-i]
> 0.02s call     pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_alignment[python-pandas-dt-dt-s0]
> 0.02s call     pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_alignment[numexpr-pandas-s-dt-i]
> 0.02s call     pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_alignment[python-python-dt-s-dt]
> 0.01s call     pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_alignment[python-python-dt-dt-i]
> 0.01s call     pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_alignment[numexpr-python-dt-s-i]
> ====== 10984 passed, 13 xfailed, 2 xpassed, 1 warning in 68.64s (0:01:08) ======
> rdjoqkol test state = true
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/config: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 50 items
> 
> pandas/tests/config/test_config.py .....................
> pandas/tests/config/test_localization.py .............................
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.09s call     pandas/tests/config/test_config.py::TestConfig::test_deprecate_option
> 0.02s call     pandas/tests/config/test_localization.py::test_get_locales_prefix
> 
> (28 durations < 0.005s hidden.  Use -vv to show these durations.)
> ======================== 50 passed, 1 warning in 0.57s =========================
> rdjoqkol test state = true
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/construction: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 1 item
> 
> pandas/tests/construction/test_extract_array.py .
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 
> (3 durations < 0.005s hidden.  Use -vv to show these durations.)
> ========================= 1 passed, 1 warning in 0.16s =========================
> rdjoqkol test state = true
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/copy_view: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 768 items
> 
> pandas/tests/copy_view/index/test_datetimeindex.py ......
> pandas/tests/copy_view/index/test_index.py .....................
> pandas/tests/copy_view/index/test_periodindex.py ..
> pandas/tests/copy_view/index/test_timedeltaindex.py ..
> pandas/tests/copy_view/test_array.py .............
> pandas/tests/copy_view/test_astype.py .....ss...s.........s..
> pandas/tests/copy_view/test_clip.py ......
> pandas/tests/copy_view/test_constructors.py ............................................................................
> pandas/tests/copy_view/test_core_functionalities.py .......
> pandas/tests/copy_view/test_functions.py ....................
> pandas/tests/copy_view/test_indexing.py ....................................................................................s.....s......................................................................................................................................
> pandas/tests/copy_view/test_internals.py .....................
> pandas/tests/copy_view/test_interp_fillna.py ..................................................
> pandas/tests/copy_view/test_methods.py ......................................................................................................................................................................................................................................................
> pandas/tests/copy_view/test_replace.py ........................................
> pandas/tests/copy_view/test_setitem.py ........
> pandas/tests/copy_view/test_util.py ..
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.06s call     pandas/tests/copy_view/test_constructors.py::test_dataframe_from_records_with_dataframe
> 0.02s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_with_mask[nullable]
> 0.02s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_columns[nullable-mixed-block]
> 0.02s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_columns[nullable-single-block]
> 0.02s call     pandas/tests/copy_view/test_internals.py::test_exponential_backoff
> 0.02s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_with_mask[numpy]
> 0.01s call     pandas/tests/copy_view/test_methods.py::test_xs_multiindex[l1-0-1]
> 0.01s call     pandas/tests/copy_view/test_methods.py::test_xs_multiindex[l1-0-0]
> 0.01s call     pandas/tests/copy_view/test_methods.py::test_xs_multiindex[2-1-0]
> 0.01s call     pandas/tests/copy_view/test_methods.py::test_xs_multiindex[2-1-1]
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_column_slice[numpy-single-block]
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_column_as_series_set_with_upcast[numpy]
> 0.01s call     pandas/tests/copy_view/test_methods.py::test_get[key1]
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_columns[numpy-single-block]
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_columns[numpy-mixed-block]
> 0.01s call     pandas/tests/copy_view/test_methods.py::test_xs[mixed-block-0-0]
> 0.01s call     pandas/tests/copy_view/test_interp_fillna.py::test_interpolate_downcast_reference_triggers_copy
> 0.01s call     pandas/tests/copy_view/test_interp_fillna.py::test_interpolate_downcast
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_column[nullable]
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_with_row_indexer[nullable-setitem-slice]
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_with_row_indexer[nullable-setitem-mask]
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_series_subset_set_with_indexer[nullable-setitem-array]
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_with_row_indexer[numpy-setitem-slice]
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_column_as_series[numpy]
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_column[numpy]
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_with_row_indexer[numpy-setitem-mask]
> 0.01s call     pandas/tests/copy_view/test_interp_fillna.py::test_interpolate_no_op[pad]
> 0.01s call     pandas/tests/copy_view/test_methods.py::test_putmask_dont_copy_some_blocks[5.5-True-FutureWarning]
> 0.01s call     pandas/tests/copy_view/test_interp_fillna.py::test_interpolate_cleaned_fill_method
> 0.01s call     pandas/tests/copy_view/test_methods.py::test_methods_copy_keyword[swapaxes-True]
> ================== 762 passed, 6 skipped, 1 warning in 3.77s ===================
> rdjoqkol test state = true
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/dtypes: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 5590 items
> 
> pandas/tests/dtypes/cast/test_can_hold_element.py ...........
> pandas/tests/dtypes/cast/test_construct_from_scalar.py ....
> pandas/tests/dtypes/cast/test_construct_ndarray.py .......
> pandas/tests/dtypes/cast/test_construct_object_arr.py .......................................
> pandas/tests/dtypes/cast/test_dict_compat.py .
> pandas/tests/dtypes/cast/test_downcast.py ...................................
> pandas/tests/dtypes/cast/test_find_common_type.py ..........................................................................................
> pandas/tests/dtypes/cast/test_infer_datetimelike.py ...
> pandas/tests/dtypes/cast/test_infer_dtype.py ....................................................................
> pandas/tests/dtypes/cast/test_maybe_box_native.py ................
> pandas/tests/dtypes/cast/test_promote.py ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/dtypes/test_common.py .......................................................................................................................................................................s......................................................................................................................................................................................................................................................................
> pandas/tests/dtypes/test_concat.py ....
> pandas/tests/dtypes/test_dtypes.py ........................................................................................................................................................................................................................................................................................
> pandas/tests/dtypes/test_generic.py ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/dtypes/test_inference.py ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ssssssss.........................................
> pandas/tests/dtypes/test_missing.py ......................................................................................x.x.x.xxxx.............................................................................................................................................................................................................
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.10s call     pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[m8[ns]-tzlocal()-datetime.date]
> 0.08s call     pandas/tests/dtypes/test_inference.py::TestInference::test_maybe_convert_objects_mixed_datetimes
> 0.06s call     pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_basic_dtype
> 0.06s call     pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_categorical_dtype]
> 0.04s call     pandas/tests/dtypes/test_dtypes.py::TestPeriodDtype::test_basic
> 0.03s call     pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_basic
> 0.03s call     pandas/tests/dtypes/test_common.py::test_is_categorical_dtype
> 0.03s call     pandas/tests/dtypes/test_common.py::test_is_period_dtype
> 0.03s call     pandas/tests/dtypes/test_common.py::test_is_interval_dtype
> 0.03s call     pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_basic
> 0.03s call     pandas/tests/dtypes/test_inference.py::TestNumberScalar::test_is_datetime_dtypes
> 0.03s call     pandas/tests/dtypes/test_common.py::test_is_datetime64tz_dtype
> 0.02s call     pandas/tests/dtypes/test_missing.py::TestIsNA::test_isna_old_datetimelike
> 0.02s call     pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtype::test_basic
> 0.02s call     pandas/tests/dtypes/test_common.py::test_is_sparse[True]
> 0.01s call     pandas/tests/dtypes/test_concat.py::test_concat_mismatched_categoricals_with_empty
> 0.01s call     pandas/tests/dtypes/test_missing.py::test_notna_notnull[notna0]
> 0.01s call     pandas/tests/dtypes/test_missing.py::test_notna_notnull[notna1]
> 0.01s call     pandas/tests/dtypes/test_dtypes.py::test_is_dtype_no_warning[is_categorical_dtype]
> 0.01s call     pandas/tests/dtypes/test_common.py::test_is_sparse[False]
> 0.01s call     pandas/tests/dtypes/test_dtypes.py::TestPeriodDtype::test_cannot_use_custom_businessday
> 0.01s call     pandas/tests/dtypes/test_dtypes.py::test_is_dtype_no_warning[is_datetime64tz_dtype]
> 0.01s call     pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_compat
> 0.01s call     pandas/tests/dtypes/test_dtypes.py::test_is_dtype_no_warning[is_period_dtype]
> 0.01s call     pandas/tests/dtypes/test_dtypes.py::test_is_dtype_no_warning[is_interval_dtype]
> 0.01s call     pandas/tests/dtypes/test_generic.py::test_setattr_warnings
> 0.01s call     pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction[interval[int64]]
> 0.01s call     pandas/tests/dtypes/test_common.py::test_pandas_dtype_ea_not_instance
> 0.01s call     pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction_generic[None]
> 0.01s call     pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_datetime64tz_dtype]
> ============ 5574 passed, 9 skipped, 7 xfailed, 1 warning in 9.70s =============
> rdjoqkol test state = true
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/extension: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 14412 items / 1 skipped
> 
> pandas/tests/extension/array_with_attr/test_array_with_attr.py .
> pandas/tests/extension/decimal/test_decimal.py ....................................x.............................................................................................................................................................................................................................................................................................................................xx............................................................s............................xxxxxxxxss..............xxssxxss........................................xxxx.....................
> pandas/tests/extension/json/test_json.py ...................................x...........xxxx....................xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...................xx................................xx............................ssssssssssssssssssssssss.s.........................................ss...........................................xxxx........xXxxxxs.......s....x....xxxx.............................s........................................xxxxxxxxxxxxxx......xx...........
> pandas/tests/extension/list/test_list.py .
> pandas/tests/extension/test_categorical.py ..................................x..................................................................xx................s....................................x....................................................................................ssssssssssssssssssssssss..............................................................ss......................................................xx..........s...................s.....................................................x.............x......................................ssss..........
> pandas/tests/extension/test_common.py ............
> pandas/tests/extension/test_datetime.py ........................................................xx................................................................................................................................................................................................s...............................................s....................................................................................................x.................................................................................ssss.........
> pandas/tests/extension/test_extension.py ..............
> pandas/tests/extension/test_interval.py ....................................x..................................................................................................ssssssssssssssssssssssss................................................................s....................................................................................................................ss....................................................................................................xx............................................................s............x..x.
> pandas/tests/extension/test_masked.py .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................x....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................xxxxxxxxxxxxxxxxxxxxxx..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................x...x...x...x...x...x...x...x...x...x...x..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................s.s.s.s.s.s.s.s.s.s.s................................................................................................................................................................................ssssssssssssssssssss..ssssssssssssssssssss..........................................................................................................................................................................................................................................................................ssssssssssssssssssssss................................................................................................................................................................................ssssssssssssssssssssss......................ssssssssssssssssssssss.................................................................................................................................xx................................................................................................................................................................................................................................................................................................................ssss........ssss........ssss........ssss........ssss........ssss........ssss........ssss........ssss........ssss........ssss....................................................................
> pandas/tests/extension/test_numpy.py .............s.s..................................ss.x.........................................x......................................xxxx.................................x...................................................x.........................................................................................................................................................................................................................x.x.x.x.xxx.x.x.s.................................................................................x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.....x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x....................................................................ssssssssssssssssssssssssssssssssssssssssssssssss.............................x.x.......................................................................................................................................................x.x.x..xx.x..xx..xx...xxx...xxx.x...x...x.x.x................xx............................................ssss........ssss................
> pandas/tests/extension/test_period.py ................................................................................................................xxxx................................................................................................................................................................................................................................................................................................................................................................................................ss.............................................................................................s.s.......................................................................................................................................................................................................x...x..............................................................................................................................................................ssss........ssss................
> pandas/tests/extension/test_sparse.py .........................................................ssss................................................................ssss............s.s.s.s.s.s.......................................xxxx..............................s...ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss...............................xx......................................................................................................................................................................................................................xx........ss..ssssss.........................................xx....................................................................................ssssssssssssss..............ssssssssssssss..............xxxx....xx.x............................xxxxxxxxxxxxxxxxxxxxxxxx........xx....................
> pandas/tests/extension/test_string.py .ss.ss.sssss.ss.ss.ss.ss.ss.sssss.sssss.ss.ss.ss.ss.ss.ss.ss.ssssssss..ssss.ss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.ss.ss.sssss.ssssssss..sssssss.sssss.sssss.sssss.ss.ss.sssss.ssssssss..ssssssssss..sssssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.ssssssssssssss....ssssssssssssssssssssssssssssssss........sssssssssssssssssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssssssssss...ssssssssssss..ssssssssssxxsssssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.ssssssss..sssssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.ssssssss..sssssss.sssss.sssss.sssss.sssss.sssss.sssssssssss...sssssssssssssss...sssssssss.sssss.sssss.sssss.sssssssssss...sssssssssssssss...ssssssssssssssssss.x..ssssssssssssssssssss....ssssssssssssss..sssssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.ssssssss..sssssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.ssssssss..ssssssssss..ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss..ssssssssss..ssssssssss..ssssssssss..ssssssssss..ssssssssss..ssssssssss..ssssssssss..ssssssssss..ssssssssss..ssssssssss..ssssssssss..sssssss.sssss.ssssssss..ssssssssss..sssssss.sssss.sssss.sssss.ssssssss..sssssss.sssss.sssss.sssss.ssssssss..ssssssssss..ssssssssssssssssssssssssssss........sssssssssssssssssss.ssssssss..ssssssssss..ssssssssss..ssssssssss..ssssssssss..ssssssssss..ssssssssssssssss....sssssssssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.ssssssssssssssssssss......sssssssssssssss.sssssssssssssssssssssssssssss.....sssssssssssssssssssssssss.....sssssssssssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.ssssssssssssss....ssssssssssssssssssss....ssssssssssssssssssss....ssssssssssssssssssss....ssssssssssssssssssss....ssssssssssssssssssss....sssssssssss.sssss.sssss.sssss.sssssssssss...sssssssssssssss...sssssssss.sssss.sssss.sssss.sssss.sssss.sssss.ssssssss.ssssssss.ss.ssssssss..sssssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.ssssssss..ssssssssss..sssssss.sssss.sssss.sssss.sssss.ssssssss..sssssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.ssssssss..ssssssssssssssssssssss......ssssssssssssssssssssssssssssssssssssssssssssssss......ssss..ssssssssssssssssssssssssssssssssssssssssss......sssssssssssssss.sssss.ss
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.28s call     pandas/tests/extension/test_period.py::TestReshaping::test_unstack[2D-series-index3]
> 0.26s teardown pandas/tests/extension/test_string.py::TestComparisonOps::test_compare_scalar[eq-True-pyarrow]
> 0.19s call     pandas/tests/extension/test_masked.py::TestCasting::test_tolist[Float64Dtype]
> 0.17s call     pandas/tests/extension/test_masked.py::TestReshaping::test_stack[Float32Dtype-True-columns1]
> 0.14s setup    pandas/tests/extension/test_datetime.py::TestArithmeticOps::test_add_series_with_extension_array[US/Central]
> 0.09s call     pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[0-series-index2]
> 0.09s call     pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[nan-series-index2]
> 0.08s call     pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[0-series-index3]
> 0.08s call     pandas/tests/extension/decimal/test_decimal.py::TestDecimalArray::test_arith_series_with_array[__rpow__]
> 0.07s call     pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[nan-series-index3]
> 0.07s call     pandas/tests/extension/test_interval.py::TestIntervalArray::test_unstack[series-index2]
> 0.07s call     pandas/tests/extension/test_string.py::TestReshaping::test_unstack[False-python-series-index2]
> 0.07s call     pandas/tests/extension/test_interval.py::TestIntervalArray::test_unstack[frame-index2]
> 0.07s call     pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[nan-frame-index2]
> 0.07s call     pandas/tests/extension/test_numpy.py::TestReshaping::test_unstack[float-series-index2]
> 0.06s call     pandas/tests/extension/test_masked.py::TestReshaping::test_unstack[Float32Dtype-series-index2]
> 0.06s call     pandas/tests/extension/test_numpy.py::TestReshaping::test_unstack[object-series-index2]
> 0.06s call     pandas/tests/extension/test_masked.py::TestReshaping::test_unstack[UInt16Dtype-series-index2]
> 0.06s call     pandas/tests/extension/test_masked.py::TestReshaping::test_unstack[Float64Dtype-series-index2]
> 0.06s call     pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[0-frame-index2]
> 0.06s call     pandas/tests/extension/decimal/test_decimal.py::TestDecimalArray::test_unstack[series-index2]
> 0.06s call     pandas/tests/extension/test_masked.py::TestReshaping::test_unstack[UInt8Dtype-series-index2]
> 0.06s call     pandas/tests/extension/test_masked.py::TestReshaping::test_unstack[Int64Dtype-series-index2]
> 0.06s call     pandas/tests/extension/test_masked.py::TestReshaping::test_unstack[Int32Dtype-series-index2]
> 0.06s call     pandas/tests/extension/test_masked.py::TestReshaping::test_unstack[Int8Dtype-series-index2]
> 0.06s call     pandas/tests/extension/test_masked.py::TestReshaping::test_unstack[Int16Dtype-series-index2]
> 0.06s call     pandas/tests/extension/test_masked.py::TestReshaping::test_unstack[UInt32Dtype-series-index2]
> 0.06s call     pandas/tests/extension/test_masked.py::TestReshaping::test_unstack[BooleanDtype-series-index2]
> 0.06s call     pandas/tests/extension/test_interval.py::TestIntervalArray::test_unstack[series-index3]
> 0.06s call     pandas/tests/extension/test_masked.py::TestReshaping::test_unstack[UInt64Dtype-series-index2]
> = 11306 passed, 2828 skipped, 278 xfailed, 1 xpassed, 1 warning in 72.96s (0:01:12) =
> rdjoqkol test state = true
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/frame: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 10477 items
> 
> pandas/tests/frame/constructors/test_from_dict.py .............
> pandas/tests/frame/constructors/test_from_records.py .........................
> pandas/tests/frame/indexing/test_coercion.py .......x.x.
> pandas/tests/frame/indexing/test_delitem.py ....
> pandas/tests/frame/indexing/test_get.py ....
> pandas/tests/frame/indexing/test_get_value.py ..
> pandas/tests/frame/indexing/test_getitem.py ........................................
> pandas/tests/frame/indexing/test_indexing.py ..................................................................................................................................................................................................................................s....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/frame/indexing/test_insert.py .......
> pandas/tests/frame/indexing/test_mask.py ...........
> pandas/tests/frame/indexing/test_set_value.py ...
> pandas/tests/frame/indexing/test_setitem.py ........................................................................................................s........................................................................................xxx...........................x..x..x..x......
> pandas/tests/frame/indexing/test_take.py ....
> pandas/tests/frame/indexing/test_where.py .............................................................................................................................................
> pandas/tests/frame/indexing/test_xs.py ..............................
> pandas/tests/frame/methods/test_add_prefix_suffix.py ...
> pandas/tests/frame/methods/test_align.py ........................................................................
> pandas/tests/frame/methods/test_asfreq.py ..............................
> pandas/tests/frame/methods/test_asof.py ...........
> pandas/tests/frame/methods/test_assign.py .....
> pandas/tests/frame/methods/test_astype.py .......................................................................................................................s....s........................................................................................................ss.....ssssssssss
> pandas/tests/frame/methods/test_at_time.py ......................
> pandas/tests/frame/methods/test_between_time.py ss............................
> pandas/tests/frame/methods/test_clip.py .....................
> pandas/tests/frame/methods/test_combine.py .....
> pandas/tests/frame/methods/test_combine_first.py ..................s...............................
> pandas/tests/frame/methods/test_compare.py .........................
> pandas/tests/frame/methods/test_convert_dtypes.py ..ssss..ssss.sss
> pandas/tests/frame/methods/test_copy.py .....
> pandas/tests/frame/methods/test_count.py ..
> pandas/tests/frame/methods/test_cov_corr.py .............................................................s............
> pandas/tests/frame/methods/test_describe.py ...............................................s
> pandas/tests/frame/methods/test_diff.py .....................................
> pandas/tests/frame/methods/test_dot.py ................sss
> pandas/tests/frame/methods/test_drop.py .........................................................................
> pandas/tests/frame/methods/test_drop_duplicates.py .....................................
> pandas/tests/frame/methods/test_droplevel.py ..
> pandas/tests/frame/methods/test_dropna.py ...................
> pandas/tests/frame/methods/test_dtypes.py ........
> pandas/tests/frame/methods/test_duplicated.py .......xxx...........
> pandas/tests/frame/methods/test_equals.py ...
> pandas/tests/frame/methods/test_explode.py .....................
> pandas/tests/frame/methods/test_fillna.py .......................................................
> pandas/tests/frame/methods/test_filter.py ...........
> pandas/tests/frame/methods/test_first_and_last.py .............
> pandas/tests/frame/methods/test_first_valid_index.py ...............
> pandas/tests/frame/methods/test_get_numeric_data.py ....
> pandas/tests/frame/methods/test_head_tail.py ..................................................................
> pandas/tests/frame/methods/test_infer_objects.py .
> pandas/tests/frame/methods/test_interpolate.py ..........................................................
> pandas/tests/frame/methods/test_is_homogeneous_dtype.py .......
> pandas/tests/frame/methods/test_isetitem.py ...
> pandas/tests/frame/methods/test_isin.py .................
> pandas/tests/frame/methods/test_iterrows.py .
> pandas/tests/frame/methods/test_join.py ...........s...................
> pandas/tests/frame/methods/test_map.py .........................
> pandas/tests/frame/methods/test_matmul.py ..
> pandas/tests/frame/methods/test_nlargest.py .........................................................................................................................................................................................................................................................................................
> pandas/tests/frame/methods/test_pct_change.py .............................
> pandas/tests/frame/methods/test_pipe.py ......
> pandas/tests/frame/methods/test_pop.py ...
> pandas/tests/frame/methods/test_quantile.py ...............................................................xx..........xx..........xx..........xx..................
> pandas/tests/frame/methods/test_rank.py .........................................................................................................................ss
> pandas/tests/frame/methods/test_reindex.py .................................................................................................................................................
> pandas/tests/frame/methods/test_reindex_like.py .....
> pandas/tests/frame/methods/test_rename.py .........................
> pandas/tests/frame/methods/test_rename_axis.py .........
> pandas/tests/frame/methods/test_reorder_levels.py ...
> pandas/tests/frame/methods/test_replace.py ...................ss.................ssss....ssss.................................................................................................................................................................
> pandas/tests/frame/methods/test_reset_index.py ........................................................................................
> pandas/tests/frame/methods/test_round.py .........
> pandas/tests/frame/methods/test_sample.py ..........................................................
> pandas/tests/frame/methods/test_select_dtypes.py ..................................s......
> pandas/tests/frame/methods/test_set_axis.py ..............
> pandas/tests/frame/methods/test_set_index.py .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/frame/methods/test_shift.py ...................................................................................x.x.x.x.x.xxxx.......
> pandas/tests/frame/methods/test_size.py .....
> pandas/tests/frame/methods/test_sort_index.py ...............................................................
> pandas/tests/frame/methods/test_sort_values.py ........................................................................................................................
> pandas/tests/frame/methods/test_swapaxes.py ....
> pandas/tests/frame/methods/test_swaplevel.py .
> pandas/tests/frame/methods/test_to_csv.py ..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/frame/methods/test_to_dict.py ...............................................................................................
> pandas/tests/frame/methods/test_to_dict_of_blocks.py ....
> pandas/tests/frame/methods/test_to_numpy.py ....
> pandas/tests/frame/methods/test_to_period.py ......................................................................
> pandas/tests/frame/methods/test_to_records.py ...................................
> pandas/tests/frame/methods/test_to_timestamp.py ......................................................................
> pandas/tests/frame/methods/test_transpose.py ..............
> pandas/tests/frame/methods/test_truncate.py ........................................................................................
> pandas/tests/frame/methods/test_tz_convert.py ...........
> pandas/tests/frame/methods/test_tz_localize.py .........
> pandas/tests/frame/methods/test_update.py .............
> pandas/tests/frame/methods/test_value_counts.py ................................
> pandas/tests/frame/methods/test_values.py ...............
> pandas/tests/frame/test_alter_axes.py ..
> pandas/tests/frame/test_api.py .................................
> pandas/tests/frame/test_arithmetic.py .......................................................................................x......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................x..........x................................................................................................................................
> pandas/tests/frame/test_block_internals.py ...................
> pandas/tests/frame/test_constructors.py ..................................................................................................................................................................................................s.....................................................................................................................................................................................................ssssss................ssss..............................ssssss................ssss..............................ssssss................ssss..............................ssssss................ssss..............................ssssss................ssss..............................ssssss................ssss..............................ssssss................ssss..............................ssssss................ssss..............................ssssss................ssss..............................ssssss................ssss..........sss..ss.................................................................................................xxxx..xx..........xxxx..xx................................
> pandas/tests/frame/test_cumulative.py .......
> pandas/tests/frame/test_iteration.py ..........
> pandas/tests/frame/test_logical_ops.py .................
> pandas/tests/frame/test_nonunique_indexes.py ................
> pandas/tests/frame/test_npfuncs.py ....
> pandas/tests/frame/test_query_eval.py ..................ss..ss..ss.......................s.......................s..s......sssss.................................................s........................s..s.....sssss...............................................ss..ss......................ss.............................................................................s....ss
> pandas/tests/frame/test_reductions.py ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................s....................................................................................................x.............x.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/frame/test_repr_info.py .......................................ssss
> pandas/tests/frame/test_stack_unstack.py .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/frame/test_subclass.py ...................................................
> pandas/tests/frame/test_ufunc.py ....xx.........xxxxxxxx.xx....s.
> pandas/tests/frame/test_unary.py ..................
> pandas/tests/frame/test_validate.py ............................
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 3.47s call     pandas/tests/frame/test_stack_unstack.py::TestStackUnstackMultiLevel::test_unstack_number_of_levels_larger_than_int32
> 2.83s call     pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_repr_bytes_61_lines
> 2.77s call     pandas/tests/frame/methods/test_rank.py::TestRank::test_pct_max_many_rows
> 2.20s call     pandas/tests/frame/indexing/test_where.py::test_where_inplace_casting
> 0.53s call     pandas/tests/frame/test_api.py::TestDataFrameMisc::test_inspect_getmembers
> 0.46s setup    pandas/tests/frame/test_api.py::TestDataFrameMisc::test_tab_complete_warning[DataFrame]
> 0.45s call     pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_floordiv_axis0_numexpr_path[numexpr-pow]
> 0.45s call     pandas/tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_chunking[10000]
> 0.44s call     pandas/tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_chunking[50000]
> 0.43s call     pandas/tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_chunking[100000]
> 0.39s call     pandas/tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_with_dst_transitions_with_pickle
> 0.29s call     pandas/tests/frame/test_stack_unstack.py::TestStackUnstackMultiLevel::test_stack_order_with_unsorted_levels[False-False-0-levels24]
> 0.29s call     pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_floordiv_axis0_numexpr_path[python-pow]
> 0.25s call     pandas/tests/frame/test_block_internals.py::TestDataFrameBlockInternals::test_pickle
> 0.21s call     pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_floordiv_axis0_numexpr_path[python-floordiv]
> 0.20s call     pandas/tests/frame/methods/test_head_tail.py::test_head_tail_generic[datetime-tz-DataFrame]
> 0.20s call     pandas/tests/frame/test_stack_unstack.py::TestStackUnstackMultiLevel::test_stack[False]
> 0.19s call     pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_floordiv_axis0_numexpr_path[numexpr-floordiv]
> 0.19s call     pandas/tests/frame/methods/test_head_tail.py::test_head_tail_generic[period-DataFrame]
> 0.18s call     pandas/tests/frame/test_stack_unstack.py::TestStackUnstackMultiLevel::test_stack_order_with_unsorted_levels_multi_row[False]
> 0.17s call     pandas/tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_dups_cols
> 0.16s call     pandas/tests/frame/methods/test_align.py::TestDataFrameAlign::test_align_fill_method[outer-1-0-bfill]
> 0.16s call     pandas/tests/frame/methods/test_align.py::TestDataFrameAlign::test_align_fill_method[outer-1-1-pad]
> 0.16s call     pandas/tests/frame/methods/test_align.py::TestDataFrameAlign::test_align_fill_method[outer-1-0-pad]
> 0.16s call     pandas/tests/frame/methods/test_align.py::TestDataFrameAlign::test_align_fill_method[outer-1-1-bfill]
> 0.16s call     pandas/tests/frame/methods/test_align.py::TestDataFrameAlign::test_align_fill_method[outer-1-None-pad]
> 0.16s call     pandas/tests/frame/methods/test_align.py::TestDataFrameAlign::test_align_fill_method[outer-0-None-bfill]
> 0.16s call     pandas/tests/frame/methods/test_align.py::TestDataFrameAlign::test_align_fill_method[left-1-1-bfill]
> 0.16s call     pandas/tests/frame/methods/test_align.py::TestDataFrameAlign::test_align_fill_method[outer-1-None-bfill]
> 0.16s call     pandas/tests/frame/methods/test_align.py::TestDataFrameAlign::test_align_fill_method[left-1-1-pad]
> ===== 10227 passed, 192 skipped, 58 xfailed, 1 warning in 94.16s (0:01:34) =====
> rdjoqkol test state = true
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/generic: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 1253 items
> 
> pandas/tests/generic/test_duplicate_labels.py ..........xx...........x.......xx.xxx................x................
> pandas/tests/generic/test_finalize.py ...........................x..................................x........x....................................................................................................................xs..s...s..s..x..x.x...x.s..s...s..s.x..x..x...x.s..s...s..s..x..x.x...x.s..s...s..s.x..x..x...x.s..s...s..s..x..x.x...x.s..s...s..s.x..x..x...x.s..s...s..s..x..x.x...x.s..s...s..s.x..x..x...x.s..s...s..s..x..x.x...x.s..s...s..s.x..x..x...x.s..s...s..s..x..x.x...x.s..s...s..s.x..x..x...x.s..s...s..s..x..x.x...x.s..s...s..s.x..x..x...x.s..s...s..s..x..x.x...x.s..s...s..s..x..x.x...x.s..s...s..s..x..x.x...x.s..s...s..s..x..x.x...x.s..s...s..s..x..x.x...x.s..s...s..s..x..x.x...x.s..s...s..s..x..x.x...x.s..s...s..s.x..x..x...x.s..s...s..s..x..x.x...x.s..s...s..s.x..x..x...x.s..s...s..s..x..x.x...x.s..s...s..s.x..x..x...x........................................................................................xxxxxxxxx..........xxxxxxxxxxxx.
> pandas/tests/generic/test_frame.py ...............
> pandas/tests/generic/test_generic.py ....................................................................................
> pandas/tests/generic/test_label_or_level_utils.py .......................................................................
> pandas/tests/generic/test_series.py ...................
> pandas/tests/generic/test_to_xarray.py FFFFFFFFFFFFFFFFFFFFFFsFFFFFFFF...............................
> 
> =================================== FAILURES ===================================
> ___________ TestDataFrameToXArray.test_to_xarray_index_types[string] ___________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faba15f9130>
> index_flat = Index(['ZqgszYBfuL', 'YT9l2dIrmO', 'sIqjUAQP6A', 'nN571Qxycl', 'uvJFQ32W8t',
>        '45nDJRRgDg', '7mB2GQE0KN', 'CzKGW...OqX', 'EcraI3d3zk',
>        '15GzXGZDqu', 'p2HL85NMg5', 'yFpDIJUaOV', 'Wi26TcwRDV', 'DHrfxY1tNr'],
>       dtype='object')
> df = bar         a  b  c    d      e  f          g                         h
> foo                                           ...  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> sIqjUAQP6A  c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> __________ TestDataFrameToXArray.test_to_xarray_index_types[datetime] __________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faba121dac0>
> index_flat = DatetimeIndex(['2000-01-03', '2000-01-04', '2000-01-05', '2000-01-06',
>                '2000-01-07', '2000-01-10', '200...               '2000-05-16', '2000-05-17', '2000-05-18', '2000-05-19'],
>               dtype='datetime64[ns]', freq='B')
> df = bar         a  b  c    d      e  f          g                         h
> foo                                           ...  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> 2000-01-05  c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> ________ TestDataFrameToXArray.test_to_xarray_index_types[datetime-tz] _________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faba121daf0>
> index_flat = DatetimeIndex(['2000-01-03 00:00:00-08:00', '2000-01-04 00:00:00-08:00',
>                '2000-01-05 00:00:00-08:00', '... '2000-05-18 00:00:00-07:00', '2000-05-19 00:00:00-07:00'],
>               dtype='datetime64[ns, US/Pacific]', freq='B')
> df = bar                        a  b  c  ...  f          g                         h
> foo                                 .....02 00:00:00-05:00
> 2000-01-05 00:00:00-08:00  c  3  5  ...  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
> [3 rows x 8 columns]
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> ___________ TestDataFrameToXArray.test_to_xarray_index_types[period] ___________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faba121e3c0>
> index_flat = PeriodIndex(['2000-01-01', '2000-01-02', '2000-01-03', '2000-01-04',
>              '2000-01-05', '2000-01-06', '2000-01...04', '2000-04-05',
>              '2000-04-06', '2000-04-07', '2000-04-08', '2000-04-09'],
>             dtype='period[D]')
> df = bar         a  b  c    d      e  f          g                         h
> foo                                           ...  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> 2000-01-03  c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> _________ TestDataFrameToXArray.test_to_xarray_index_types[timedelta] __________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faba121e450>
> index_flat = TimedeltaIndex([  '1 days',   '2 days',   '3 days',   '4 days',   '5 days',
>                   '6 days',   '7 days',   ...          '96 days',  '97 days',  '98 days',  '99 days', '100 days'],
>                dtype='timedelta64[ns]', freq='D')
> df = bar     a  b  c    d      e  f          g                         h
> foo                                               ... 5.0  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> 3 days  c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> ___________ TestDataFrameToXArray.test_to_xarray_index_types[range] ____________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faba121e4e0>
> index_flat = RangeIndex(start=0, stop=100, step=1)
> df = bar  a  b  c    d      e  f          g                         h
> foo                                                  ... 4  5.0  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> 2    c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> ____________ TestDataFrameToXArray.test_to_xarray_index_types[int8] ____________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faba121e570>
> index_flat = Index([ 0,  1,  2,  3,  4,  5,  6,  7,  8,  9, 10, 11, 12, 13, 14, 15, 16, 17,
>        18, 19, 20, 21, 22, 23, 24, 25, ...77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89,
>        90, 91, 92, 93, 94, 95, 96, 97, 98, 99],
>       dtype='int8')
> df = bar  a  b  c    d      e  f          g                         h
> foo                                                  ... 4  5.0  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> 2    c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> ___________ TestDataFrameToXArray.test_to_xarray_index_types[int16] ____________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faba121e600>
> index_flat = Index([ 0,  1,  2,  3,  4,  5,  6,  7,  8,  9, 10, 11, 12, 13, 14, 15, 16, 17,
>        18, 19, 20, 21, 22, 23, 24, 25, ...7, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89,
>        90, 91, 92, 93, 94, 95, 96, 97, 98, 99],
>       dtype='int16')
> df = bar  a  b  c    d      e  f          g                         h
> foo                                                  ... 4  5.0  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> 2    c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> ___________ TestDataFrameToXArray.test_to_xarray_index_types[int32] ____________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faba121e690>
> index_flat = Index([ 0,  1,  2,  3,  4,  5,  6,  7,  8,  9, 10, 11, 12, 13, 14, 15, 16, 17,
>        18, 19, 20, 21, 22, 23, 24, 25, ...7, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89,
>        90, 91, 92, 93, 94, 95, 96, 97, 98, 99],
>       dtype='int32')
> df = bar  a  b  c    d      e  f          g                         h
> foo                                                  ... 4  5.0  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> 2    c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> ___________ TestDataFrameToXArray.test_to_xarray_index_types[int64] ____________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faba121e720>
> index_flat = Index([ 0,  1,  2,  3,  4,  5,  6,  7,  8,  9, 10, 11, 12, 13, 14, 15, 16, 17,
>        18, 19, 20, 21, 22, 23, 24, 25, ...7, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89,
>        90, 91, 92, 93, 94, 95, 96, 97, 98, 99],
>       dtype='int64')
> df = bar  a  b  c    d      e  f          g                         h
> foo                                                  ... 4  5.0  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> 2    c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> ___________ TestDataFrameToXArray.test_to_xarray_index_types[uint8] ____________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faba121e7b0>
> index_flat = Index([128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141,
>        142, 143, 144, 145, 146, 147, 148,...11,
>        212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225,
>        226, 227],
>       dtype='uint8')
> df = bar  a  b  c    d      e  f          g                         h
> foo                                                  ... 4  5.0  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> 130  c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> ___________ TestDataFrameToXArray.test_to_xarray_index_types[uint16] ___________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faba121e840>
> index_flat = Index([32768, 32769, 32770, 32771, 32772, 32773, 32774, 32775, 32776, 32777,
>        32778, 32779, 32780, 32781, 32782,...2855, 32856, 32857,
>        32858, 32859, 32860, 32861, 32862, 32863, 32864, 32865, 32866, 32867],
>       dtype='uint16')
> df = bar    a  b  c    d      e  f          g                         h
> foo                                                ...  5.0  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> 32770  c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> ___________ TestDataFrameToXArray.test_to_xarray_index_types[uint32] ___________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faba121e8d0>
> index_flat = Index([2147483648, 2147483649, 2147483650, 2147483651, 2147483652, 2147483653,
>        2147483654, 2147483655, 21474836...3740, 2147483741, 2147483742, 2147483743,
>        2147483744, 2147483745, 2147483746, 2147483747],
>       dtype='uint32')
> df = bar         a  b  c    d      e  f          g                         h
> foo                                           ...  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> 2147483650  c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> ___________ TestDataFrameToXArray.test_to_xarray_index_types[uint64] ___________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faba121e960>
> index_flat = Index([9223372036854775808, 9223372036854775809, 9223372036854775810,
>        9223372036854775811, 9223372036854775812,...      9223372036854775904, 9223372036854775905, 9223372036854775906,
>        9223372036854775907],
>       dtype='uint64')
> df = bar                  a  b  c  ...  f          g                         h
> foo                           ...           ...13-01-02 00:00:00-05:00
> 9223372036854775810  c  3  5  ...  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
> [3 rows x 8 columns]
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> __________ TestDataFrameToXArray.test_to_xarray_index_types[float32] ___________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faba121e9f0>
> index_flat = Index([  -2548266.75,   -2518067.75,    -2487810.5,   -2417013.75,
>           -2230080.0,    -2196003.5,    -2125987.5,...   6655548.0,     6757310.0,
>            7031496.5,     7058238.0,     7120666.5,     7202712.0],
>       dtype='float32')
> df = bar          a  b  c    d      e  f          g                         h
> foo                                          ... False  b 2013-01-02 2013-01-02 00:00:00-05:00
> -2487810.50  c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> __________ TestDataFrameToXArray.test_to_xarray_index_types[float64] ___________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faba121ea80>
> index_flat = Index([-2548266.6776783345, -2518067.8520275257, -2487810.4071892817,
>         -2417013.854118949, -2230080.0432834756,...       7031496.746260383,   7058238.182443602,   7120666.354559066,
>          7202712.089457822],
>       dtype='float64')
> df = bar            a  b  c    d      e  f          g                         h
> foo                                        ...alse  b 2013-01-02 2013-01-02 00:00:00-05:00
> -2.487810e+06  c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> ________ TestDataFrameToXArray.test_to_xarray_index_types[bool-object] _________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faba121eb10>
> index_flat = Index([False, True, False, False, False, False, False, False, False, False], dtype='object')
> df = bar    a  b  c    d      e  f          g                         h
> foo                                                ...  5.0  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> False  c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> _________ TestDataFrameToXArray.test_to_xarray_index_types[bool-dtype] _________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faba121eba0>
> index_flat = Index([False, True, True, True, False, False, True, False, False, True], dtype='bool')
> df = bar    a  b  c    d      e  f          g                         h
> foo                                                ...  5.0  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> True   c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> _________ TestDataFrameToXArray.test_to_xarray_index_types[complex64] __________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faba121ec30>
> index_flat = Index([  (-2548266.75+0j),   (-2518067.75+0j),    (-2487810.5+0j),
>          (-2417013.75+0j),      (-2230080+0j),    (...           (7031496.5+0j),       (7058238+0j),     (7120666.5+0j),
>              (7202712+0j)],
>       dtype='complex64')
> df = bar                                              a  ...                         h
> foo                                 ... 00:00:00-05:00
> -2.487810e+06+0.000000e+                    00j  c  ... 2013-01-03 00:00:00-05:00
> 
> [3 rows x 8 columns]
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> _________ TestDataFrameToXArray.test_to_xarray_index_types[complex128] _________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faba121ecc0>
> index_flat = Index([(-2548266.6776783345+0j), (-2518067.8520275257+0j),
>        (-2487810.4071892817+0j),  (-2417013.854118949+0j),
> ...83+0j),   (7058238.182443602+0j),
>          (7120666.354559066+0j),   (7202712.089457822+0j)],
>       dtype='complex128')
> df = bar                                              a  ...                         h
> foo                                 ... 00:00:00-05:00
> -2.487810e+06+0.000000e+                    00j  c  ... 2013-01-03 00:00:00-05:00
> 
> [3 rows x 8 columns]
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> ________ TestDataFrameToXArray.test_to_xarray_index_types[categorical] _________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faba121ed50>
> index_flat = CategoricalIndex(['XK5T', 'qznw', 'Qtf9', 'XK5T', 'qznw', 'Qtf9', 'XK5T',
>                   'qznw', 'Qtf9', 'XK5T', 'q...                'Qtf9', 'XK5T'],
>                  categories=['XK5T', 'qznw', 'Qtf9'], ordered=False, dtype='category')
> df = bar   a  b  c    d      e  f          g                         h
> foo                                                 ...4  5.0  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> Qtf9  c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> __________ TestDataFrameToXArray.test_to_xarray_index_types[interval] __________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faba121ede0>
> index_flat = IntervalIndex([(0.0, 1.0], (1.0, 2.0], (2.0, 3.0], (3.0, 4.0], (4.0, 5.0] ... (95.0, 96.0], (96.0, 97.0], (97.0, 98.0], (98.0, 99.0], (99.0, 100.0]], dtype='interval[float64, right]')
> df = bar         a  b  c    d      e  f          g                         h
> foo                                           ...  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> (2.0, 3.0]  c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> __________ TestDataFrameToXArray.test_to_xarray_index_types[repeats] ___________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faba121ef00>
> index_flat = Index([0, 0, 1, 1, 2, 2], dtype='int64')
> df = bar  a  b  c    d      e  f          g                         h
> foo                                                  ... 4  5.0  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> 1    c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> ________ TestDataFrameToXArray.test_to_xarray_index_types[nullable_int] ________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faba121efc0>
> index_flat = Index([ 0,  1,  2,  3,  4,  5,  6,  7,  8,  9, 10, 11, 12, 13, 14, 15, 16, 17,
>        18, 19, 20, 21, 22, 23, 24, 25, ...7, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89,
>        90, 91, 92, 93, 94, 95, 96, 97, 98, 99],
>       dtype='Int64')
> df = bar  a  b  c    d      e  f          g                         h
> foo                                                  ... 4  5.0  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> 2    c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> _______ TestDataFrameToXArray.test_to_xarray_index_types[nullable_uint] ________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faba121f080>
> index_flat = Index([ 0,  1,  2,  3,  4,  5,  6,  7,  8,  9, 10, 11, 12, 13, 14, 15, 16, 17,
>        18, 19, 20, 21, 22, 23, 24, 25, ..., 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89,
>        90, 91, 92, 93, 94, 95, 96, 97, 98, 99],
>       dtype='UInt16')
> df = bar  a  b  c    d      e  f          g                         h
> foo                                                  ... 4  5.0  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> 2    c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> _______ TestDataFrameToXArray.test_to_xarray_index_types[nullable_float] _______
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faba121f110>
> index_flat = Index([ 0.0,  1.0,  2.0,  3.0,  4.0,  5.0,  6.0,  7.0,  8.0,  9.0, 10.0, 11.0,
>        12.0, 13.0, 14.0, 15.0, 16.0, 17...5.0, 86.0, 87.0, 88.0, 89.0, 90.0, 91.0, 92.0, 93.0, 94.0, 95.0,
>        96.0, 97.0, 98.0, 99.0],
>       dtype='Float32')
> df = bar  a  b  c    d      e  f          g                         h
> foo                                                  ... 4  5.0  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> 2.0  c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> _______ TestDataFrameToXArray.test_to_xarray_index_types[nullable_bool] ________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faba121f1a0>
> index_flat = Index([False,  True,  True,  True,  True,  True,  True,  True,  True,  True,
>         True,  True,  True,  True,  True,...rue,  True,  True,
>         True,  True,  True,  True,  True,  True,  True,  True,  True,  True],
>       dtype='boolean')
> df = bar    a  b  c    d      e  f          g                         h
> foo                                                ...  5.0  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> True   c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> _______ TestDataFrameToXArray.test_to_xarray_index_types[string-python] ________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faba121f230>
> index_flat = Index(['ZqgszYBfuL', 'YT9l2dIrmO', 'sIqjUAQP6A', 'nN571Qxycl', 'uvJFQ32W8t',
>        '45nDJRRgDg', '7mB2GQE0KN', 'CzKGW...OqX', 'EcraI3d3zk',
>        '15GzXGZDqu', 'p2HL85NMg5', 'yFpDIJUaOV', 'Wi26TcwRDV', 'DHrfxY1tNr'],
>       dtype='string')
> df = bar         a  b  c    d      e  f          g                         h
> foo                                           ...  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> sIqjUAQP6A  c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> __________________ TestDataFrameToXArray.test_to_xarray_empty __________________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faba121f320>
> df =      a  b  c    d      e  f          g                         h
> foo                                                  ... 4  5.0  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> 2    c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_empty(self, df):
>         from xarray import Dataset
>     
>         df.index.name = "foo"
>         result = df[0:0].to_xarray()
> >       assert result.dims["foo"] == 0
> 
> pandas/tests/generic/test_to_xarray.py:63: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> _____________ TestDataFrameToXArray.test_to_xarray_with_multiindex _____________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faba121f380>
> df =          a  b  c    d      e  f          g                         h
> one two                                          ...5.0  False  b 2013-01-02 2013-01-02 00:00:00-05:00
>     2    c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_with_multiindex(self, df):
>         from xarray import Dataset
>     
>         # MultiIndex
>         df.index = MultiIndex.from_product([["a"], range(3)], names=["one", "two"])
>         result = df.to_xarray()
> >       assert result.dims["one"] == 1
> 
> pandas/tests/generic/test_to_xarray.py:72: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.21s call     pandas/tests/generic/test_to_xarray.py::TestSeriesToXArray::test_to_xarray_index_types[string]
> 0.05s call     pandas/tests/generic/test_generic.py::TestGeneric::test_truncate_out_of_bounds[DataFrame]
> 0.04s call     pandas/tests/generic/test_generic.py::TestGeneric::test_truncate_out_of_bounds[Series]
> 0.02s call     pandas/tests/generic/test_frame.py::TestDataFrame::test_nonzero_single_element
> 0.01s call     pandas/tests/generic/test_duplicate_labels.py::test_raises_basic[MultiIndex]
> 0.01s call     pandas/tests/generic/test_duplicate_labels.py::test_raises_basic[IntervalIndex]
> 0.01s call     pandas/tests/generic/test_series.py::TestSeries::test_nonzero_single_element
> 0.01s call     pandas/tests/generic/test_duplicate_labels.py::test_raises_basic[CategoricalIndex]
> 0.01s call     pandas/tests/generic/test_duplicate_labels.py::test_raises_basic[DatetimeIndex]
> 0.01s call     pandas/tests/generic/test_duplicate_labels.py::test_raises_basic[TimedeltaIndex]
> 0.01s call     pandas/tests/generic/test_duplicate_labels.py::test_raises_basic[Index2]
> 0.01s call     pandas/tests/generic/test_duplicate_labels.py::test_raises_basic[PeriodIndex]
> 0.01s call     pandas/tests/generic/test_duplicate_labels.py::test_raises_basic[Index0]
> 0.01s call     pandas/tests/generic/test_finalize.py::test_finalize_first[data0]
> 0.01s call     pandas/tests/generic/test_duplicate_labels.py::test_raises_basic[Index1]
> 0.01s call     pandas/tests/generic/test_finalize.py::test_groupby_finalize_not_implemented[<lambda>5-obj1]
> 0.01s call     pandas/tests/generic/test_generic.py::TestGeneric::test_data_deprecated[DataFrame]
> 0.01s call     pandas/tests/generic/test_series.py::TestSeries::test_nonzero_single_element_raise_2[nan]
> 0.01s call     pandas/tests/generic/test_generic.py::TestNDFrame::test_bool_dep
> 0.01s call     pandas/tests/generic/test_finalize.py::test_groupby_finalize_not_implemented[<lambda>0-obj1]
> 0.01s call     pandas/tests/generic/test_finalize.py::test_finalize_first[data1]
> 0.01s call     pandas/tests/generic/test_finalize.py::test_finalize_last[data0]
> 0.01s call     pandas/tests/generic/test_series.py::TestSeries::test_nonbool_single_element_raise[a]
> 0.01s call     pandas/tests/generic/test_finalize.py::test_finalize_last[data1]
> 0.01s call     pandas/tests/generic/test_series.py::TestSeries::test_nonzero_single_element_raise_2[data1]
> 0.01s call     pandas/tests/generic/test_generic.py::TestGeneric::test_data_deprecated[Series]
> 0.01s call     pandas/tests/generic/test_series.py::TestSeries::test_nonbool_single_element_raise[0.0]
> 0.01s call     pandas/tests/generic/test_series.py::TestSeries::test_metadata_propagation_indiv_resample
> 0.01s call     pandas/tests/generic/test_series.py::TestSeries::test_nonbool_single_element_raise[0]
> 0.01s call     pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_with_multiindex
> =========================== short test summary info ============================
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[string]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[datetime]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[datetime-tz]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[period]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[timedelta]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[range]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[int8]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[int16]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[int32]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[int64]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[uint8]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[uint16]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[uint32]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[uint64]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[float32]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[float64]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[bool-object]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[bool-dtype]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[complex64]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[complex128]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[categorical]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[interval]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[repeats]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[nullable_int]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[nullable_uint]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[nullable_float]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[nullable_bool]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[string-python]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_empty
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_with_multiindex
> ===== 30 failed, 980 passed, 105 skipped, 138 xfailed, 1 warning in 7.91s ======
> rdjoqkol test state = false
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/groupby: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 29188 items / 1 skipped
> 
> pandas/tests/groupby/aggregate/test_aggregate.py ..............................................................................................................................................................................................................................................................................................................................................x..x.......................................................................x......
> pandas/tests/groupby/aggregate/test_cython.py ........................................................................................................................................................................
> pandas/tests/groupby/aggregate/test_numba.py sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
> pandas/tests/groupby/aggregate/test_other.py ........................................
> pandas/tests/groupby/test_any_all.py .........................................................................................................................
> pandas/tests/groupby/test_api.py ......s..s..............................s..s..........................
> pandas/tests/groupby/test_apply.py ...............................................................................................................................
> pandas/tests/groupby/test_apply_mutate.py .....
> pandas/tests/groupby/test_bin_groupby.py ......
> pandas/tests/groupby/test_categorical.py .................................................................................................................................x.........................................................................................................................................................................................................................................................................xx.xx.xx.xx.................................................................................................................................................................................................................................................xx.xx.xx.xx......................................................................................ss.ss.ss.ssxxxxxx.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ssxxxxxx.ss.ss.ss.ssxxsxxsxxsxxs.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ssxxxxxx.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ssxxxxxx.ss.ss.ss.ssxxsxxsxxsxxs.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................s........s........s........s........s........s........s........s...ss.sssss.ss.sssss.ss.sssss.ss.sssss.ss.sssss.ss.sssss.ss.sssss.ss.sssss...................ss.ss.ss.ss.ss.ss.................sxsx................................................................................sxsx................................................................................sxsx................................................................................sxsx.......................................x................................
> pandas/tests/groupby/test_counting.py .................................ssss
> pandas/tests/groupby/test_filters.py ..........................
> pandas/tests/groupby/test_function.py ........................................................................xxx......ssssss..............................xxx.........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ss.......................................xx..............................................................................................................................................
> pandas/tests/groupby/test_groupby.py ....................................s..........................................................................................................................xx..........................................xx..........................................xx..........................................xx..........................................xx..........................................xx..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................xx..........................................xx..........................................xx..........................................xx..........................................xx..........................................xx...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ss..........ss..............ss................................s...................s................................................................................................
> pandas/tests/groupby/test_groupby_dropna.py ..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................xx.xx.xx.xx.............xx.xx.xx.xx.................................................................................................................................................................................................................................................................................................................................................................................................................xxxxxxxx..................................................
> pandas/tests/groupby/test_groupby_shift_diff.py .........................................
> pandas/tests/groupby/test_groupby_subclass.py .....s.................................................................
> pandas/tests/groupby/test_grouping.py ...........................................................................
> pandas/tests/groupby/test_index_as_string.py ..................
> pandas/tests/groupby/test_indexing.py ............................................................................................................................................................................
> pandas/tests/groupby/test_libgroupby.py ...........................
> pandas/tests/groupby/test_min_max.py ......................
> pandas/tests/groupby/test_missing.py .........................
> pandas/tests/groupby/test_nth.py ...................................................................................................................................................................................................................
> pandas/tests/groupby/test_nunique.py ............................................
> pandas/tests/groupby/test_pipe.py ..
> pandas/tests/groupby/test_quantile.py ..................................................................................................x....x.......................................................................................................................................................................................................................
> pandas/tests/groupby/test_raises.py .....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/groupby/test_rank.py .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/groupby/test_sample.py ..............
> pandas/tests/groupby/test_size.py .......x....x....x....x....x....x....x....x...............ss
> pandas/tests/groupby/test_skew.py .
> pandas/tests/groupby/test_timegrouper.py .............................s
> pandas/tests/groupby/test_value_counts.py .....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ss.ss.ss.ss.ss.ss................................................................................
> pandas/tests/groupby/transform/test_numba.py sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
> pandas/tests/groupby/transform/test_transform.py ..................x......................................................................................xxxxxxxx...................................................................................................................................................................................................................................................................................................x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x....................................................................................x....................x....................................................................................................................................................................................................
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> pandas/tests/groupby/test_categorical.py::test_basic
>   /usr/lib/python3/dist-packages/numpy/core/fromnumeric.py:84: FutureWarning: The behavior of DataFrame.sum with axis=None is deprecated, in a future version this will reduce over both axes and return a scalar. To retain the old behavior, pass axis=0 (or do not pass axis)
>     return reduction(axis=axis, out=out, **passkwargs)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.43s call     pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[corrwith-A]
> 0.35s call     pandas/tests/groupby/test_raises.py::test_groupby_raises_category_on_category[by3-True-ngroup-False-agg]
> 0.29s call     pandas/tests/groupby/test_groupby_dropna.py::test_categorical_reducers[mean-False-False-True-multi]
> 0.22s call     pandas/tests/groupby/test_groupby.py::test_dup_labels_output_shape[var-idx0]
> 0.19s call     pandas/tests/groupby/test_function.py::test_is_monotonic_increasing[in_vals0-out_vals0]
> 0.18s call     pandas/tests/groupby/test_categorical.py::test_category_order_transformer[False-True-True-bfill-True-multi]
> 0.17s call     pandas/tests/groupby/test_categorical.py::test_category_order_reducer[False-True-True-median-True-range]
> 0.15s call     pandas/tests/groupby/aggregate/test_aggregate.py::test_callable_result_dtype_frame[aggregate-bool-bool-keys0-agg_index0]
> 0.14s call     pandas/tests/groupby/test_categorical.py::test_basic
> 0.09s call     pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_timegrouper_with_reg_groups
> 0.09s call     pandas/tests/groupby/test_counting.py::test_count
> 0.09s call     pandas/tests/groupby/test_counting.py::TestCounting::test_ngroup_cumcount_pair
> 0.09s call     pandas/tests/groupby/test_filters.py::test_filter_against_workaround
> 0.07s call     pandas/tests/groupby/test_groupby_subclass.py::test_groupby_preserves_subclass[corrwith-obj0]
> 0.07s call     pandas/tests/groupby/test_groupby.py::test_pass_args_kwargs
> 0.07s call     pandas/tests/groupby/test_categorical.py::test_datetime
> 0.06s call     pandas/tests/groupby/aggregate/test_aggregate.py::test_groupby_aggregation_multi_level_column
> 0.06s call     pandas/tests/groupby/test_function.py::test_frame_describe_multikey
> 0.06s call     pandas/tests/groupby/test_indexing.py::test_against_head_and_tail[True-tail-1000]
> 0.06s call     pandas/tests/groupby/test_indexing.py::test_against_head_and_tail[True-head-1000]
> 0.06s call     pandas/tests/groupby/test_missing.py::test_fill_consistency
> 0.06s call     pandas/tests/groupby/test_groupby.py::test_groupby_multiindex_not_lexsorted
> 0.06s call     pandas/tests/groupby/transform/test_transform.py::test_dispatch_transform
> 0.05s call     pandas/tests/groupby/test_apply.py::test_apply_concat_preserve_names
> 0.05s call     pandas/tests/groupby/test_indexing.py::test_against_head_and_tail[False-head-1000]
> 0.05s call     pandas/tests/groupby/test_indexing.py::test_against_head_and_tail[True-tail-30]
> 0.05s call     pandas/tests/groupby/test_indexing.py::test_against_head_and_tail[True-head-30]
> 0.05s call     pandas/tests/groupby/test_indexing.py::test_against_head_and_tail[False-tail-30]
> 0.05s call     pandas/tests/groupby/test_indexing.py::test_against_head_and_tail[False-tail-1000]
> 0.05s call     pandas/tests/groupby/test_indexing.py::test_against_head_and_tail[False-head-30]
> === 28117 passed, 902 skipped, 170 xfailed, 2 warnings in 198.11s (0:03:18) ====
> rdjoqkol test state = false
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/indexes: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 16062 items
> 
> pandas/tests/indexes/base_class/test_constructors.py .......s
> pandas/tests/indexes/base_class/test_formats.py .............
> pandas/tests/indexes/base_class/test_indexing.py .............
> pandas/tests/indexes/base_class/test_pickle.py .
> pandas/tests/indexes/base_class/test_reshape.py ..............s....
> pandas/tests/indexes/base_class/test_setops.py ............................................................
> pandas/tests/indexes/base_class/test_where.py .
> pandas/tests/indexes/categorical/test_append.py .......
> pandas/tests/indexes/categorical/test_astype.py ...........
> pandas/tests/indexes/categorical/test_category.py .........................................
> pandas/tests/indexes/categorical/test_constructors.py .....
> pandas/tests/indexes/categorical/test_equals.py ......ss
> pandas/tests/indexes/categorical/test_fillna.py ...
> pandas/tests/indexes/categorical/test_formats.py ..
> pandas/tests/indexes/categorical/test_indexing.py .................................
> pandas/tests/indexes/categorical/test_map.py .....................
> pandas/tests/indexes/categorical/test_reindex.py .......
> pandas/tests/indexes/datetimelike_/test_drop_duplicates.py ................................................................................................................
> pandas/tests/indexes/datetimelike_/test_equals.py .....................
> pandas/tests/indexes/datetimelike_/test_indexing.py ................
> pandas/tests/indexes/datetimelike_/test_is_monotonic.py .
> pandas/tests/indexes/datetimelike_/test_nat.py ......................
> pandas/tests/indexes/datetimelike_/test_sort_values.py ...................................................................................
> pandas/tests/indexes/datetimelike_/test_value_counts.py ............................................
> pandas/tests/indexes/datetimes/methods/test_astype.py ..............................
> pandas/tests/indexes/datetimes/methods/test_factorize.py ....................................................................................
> pandas/tests/indexes/datetimes/methods/test_fillna.py ..
> pandas/tests/indexes/datetimes/methods/test_insert.py ..............................................................................................................................................................................
> pandas/tests/indexes/datetimes/methods/test_isocalendar.py .
> pandas/tests/indexes/datetimes/methods/test_repeat.py ........................................
> pandas/tests/indexes/datetimes/methods/test_shift.py ..................................
> pandas/tests/indexes/datetimes/methods/test_snap.py ........................
> pandas/tests/indexes/datetimes/methods/test_to_frame.py ..
> pandas/tests/indexes/datetimes/methods/test_to_period.py ..................................
> pandas/tests/indexes/datetimes/methods/test_to_series.py .
> pandas/tests/indexes/datetimes/test_asof.py ..
> pandas/tests/indexes/datetimes/test_constructors.py ......................................................................................................................................................................................................................................................
> pandas/tests/indexes/datetimes/test_date_range.py ...................................................................................................................................................................................................................
> pandas/tests/indexes/datetimes/test_datetime.py ....................x..............
> pandas/tests/indexes/datetimes/test_datetimelike.py .
> pandas/tests/indexes/datetimes/test_delete.py ..
> pandas/tests/indexes/datetimes/test_formats.py ...................
> pandas/tests/indexes/datetimes/test_freq_attr.py ..........................
> pandas/tests/indexes/datetimes/test_indexing.py .....................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/indexes/datetimes/test_join.py ......................
> pandas/tests/indexes/datetimes/test_map.py .....
> pandas/tests/indexes/datetimes/test_misc.py ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/indexes/datetimes/test_npfuncs.py .
> pandas/tests/indexes/datetimes/test_ops.py ....................................................................................................................................................................................................
> pandas/tests/indexes/datetimes/test_partial_slicing.py ..................................
> pandas/tests/indexes/datetimes/test_pickle.py ......
> pandas/tests/indexes/datetimes/test_reindex.py ..
> pandas/tests/indexes/datetimes/test_scalar_compat.py ......................................................................................................................
> pandas/tests/indexes/datetimes/test_setops.py ..........................................................................................................................
> pandas/tests/indexes/datetimes/test_timezones.py .................................................................................................................................................................................................................
> pandas/tests/indexes/datetimes/test_unique.py ........................
> pandas/tests/indexes/interval/test_astype.py ....................................x...........................................................................................................................
> pandas/tests/indexes/interval/test_base.py ..........
> pandas/tests/indexes/interval/test_constructors.py ..........................................................................................................................................................................................................................................................................ssssssss.......................................s.................s.....s.....s.....s....................................ssssssss.......................................s.................s.....s.....s.....s....................
> pandas/tests/indexes/interval/test_equals.py ....
> pandas/tests/indexes/interval/test_formats.py ........
> pandas/tests/indexes/interval/test_indexing.py ..............................................................................................................................................................................................................................................................................
> pandas/tests/indexes/interval/test_interval.py .........................................................................................................................................................................................................................................................
> pandas/tests/indexes/interval/test_interval_range.py .......................................................................................................................................................
> pandas/tests/indexes/interval/test_interval_tree.py ....................................................................................................................................................................................................................
> pandas/tests/indexes/interval/test_join.py ...
> pandas/tests/indexes/interval/test_pickle.py ...
> pandas/tests/indexes/interval/test_setops.py .................................................................................
> pandas/tests/indexes/multi/test_analytics.py ......................................
> pandas/tests/indexes/multi/test_astype.py ...
> pandas/tests/indexes/multi/test_compat.py ......
> pandas/tests/indexes/multi/test_constructors.py ..................................................................................s.................
> pandas/tests/indexes/multi/test_conversion.py ......
> pandas/tests/indexes/multi/test_copy.py ..........
> pandas/tests/indexes/multi/test_drop.py .............
> pandas/tests/indexes/multi/test_duplicates.py ..................................................
> pandas/tests/indexes/multi/test_equivalence.py ..............
> pandas/tests/indexes/multi/test_formats.py .............
> pandas/tests/indexes/multi/test_get_level_values.py .......
> pandas/tests/indexes/multi/test_get_set.py ...................
> pandas/tests/indexes/multi/test_indexing.py ......................................................................................................................................
> pandas/tests/indexes/multi/test_integrity.py .................
> pandas/tests/indexes/multi/test_isin.py ..............
> pandas/tests/indexes/multi/test_join.py ...........................................................
> pandas/tests/indexes/multi/test_lexsort.py ..
> pandas/tests/indexes/multi/test_missing.py ...x..
> pandas/tests/indexes/multi/test_monotonic.py ...........
> pandas/tests/indexes/multi/test_names.py ...............................
> pandas/tests/indexes/multi/test_partial_indexing.py .....
> pandas/tests/indexes/multi/test_pickle.py .
> pandas/tests/indexes/multi/test_reindex.py ............
> pandas/tests/indexes/multi/test_reshape.py ...........
> pandas/tests/indexes/multi/test_setops.py ............................................................................................................................................................................................................sss...................................................................
> pandas/tests/indexes/multi/test_sorting.py .........................
> pandas/tests/indexes/multi/test_take.py ...
> pandas/tests/indexes/numeric/test_astype.py ...................
> pandas/tests/indexes/numeric/test_indexing.py ..............................................................................................................................................ss..........................................
> pandas/tests/indexes/numeric/test_join.py ...........
> pandas/tests/indexes/numeric/test_numeric.py ...............................................................................................
> pandas/tests/indexes/numeric/test_setops.py ....................
> pandas/tests/indexes/object/test_astype.py ..
> pandas/tests/indexes/object/test_indexing.py .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.ss.
> pandas/tests/indexes/period/methods/test_asfreq.py .......
> pandas/tests/indexes/period/methods/test_astype.py ..........
> pandas/tests/indexes/period/methods/test_factorize.py ..
> pandas/tests/indexes/period/methods/test_fillna.py .
> pandas/tests/indexes/period/methods/test_insert.py ...
> pandas/tests/indexes/period/methods/test_is_full.py .
> pandas/tests/indexes/period/methods/test_repeat.py ......
> pandas/tests/indexes/period/methods/test_shift.py ......
> pandas/tests/indexes/period/methods/test_to_timestamp.py ........
> pandas/tests/indexes/period/test_constructors.py ...........................................................................
> pandas/tests/indexes/period/test_formats.py ......
> pandas/tests/indexes/period/test_freq_attr.py .
> pandas/tests/indexes/period/test_indexing.py .........................................................................
> pandas/tests/indexes/period/test_join.py ...........
> pandas/tests/indexes/period/test_monotonic.py ..
> pandas/tests/indexes/period/test_partial_slicing.py ..............
> pandas/tests/indexes/period/test_period.py ........................................................................................................................................
> pandas/tests/indexes/period/test_period_range.py ........
> pandas/tests/indexes/period/test_pickle.py ....
> pandas/tests/indexes/period/test_resolution.py .........
> pandas/tests/indexes/period/test_scalar_compat.py ...
> pandas/tests/indexes/period/test_searchsorted.py ........
> pandas/tests/indexes/period/test_setops.py ..............
> pandas/tests/indexes/period/test_tools.py ............
> pandas/tests/indexes/ranges/test_constructors.py .............................
> pandas/tests/indexes/ranges/test_indexing.py ...............
> pandas/tests/indexes/ranges/test_join.py ..........
> pandas/tests/indexes/ranges/test_range.py .................................................................................
> pandas/tests/indexes/ranges/test_setops.py ...................................................................
> pandas/tests/indexes/test_any_index.py ......................................................................................................................s.........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/indexes/test_base.py .........................................................................................................................................................................x.............................................................................ssss....ss..........ss......ss.................................................................................................................................ssss...........................................................................................................................................................................................................................................s...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/indexes/test_common.py ...........................................................................................................................................................................................................xxxxxxxxxxxxxxxxxxxxxxxxxxxxx.........................................................................................................................sssssssss...s....ss..........................xs.....................sss................................................sss....................................................................................s................s...............................................................................................................................................................................................................................................................................xx..........................................
> pandas/tests/indexes/test_datetimelike.py ........................................
> pandas/tests/indexes/test_engines.py .........................................
> pandas/tests/indexes/test_frozen.py ..........
> pandas/tests/indexes/test_index_new.py ............................................xxxxssss.............................................................................................................
> pandas/tests/indexes/test_indexing.py ......................................................ss...............................s.................................................................................................................................................................................................................................................................................................s........................
> pandas/tests/indexes/test_numpy_compat.py ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ss.....................
> pandas/tests/indexes/test_old_base.py s...s...................sss.............................ssssssssss.s..........ss.................s.............s.....s..............s..sss..........................................................s.......................................................................ssssssss..s..sssssssss..s..sssssssss..s..sssssssss..s..sssssssss..s..s......................s..............................................s................s..............................s........................ssssssss....s.s...s.....s........sssssssss...s....s...sss...................................................................................................................ss......................ssssss.........................................................................................................................................................................s......................................................................................................................................................................................s...s...........s...s...........................................................................................s...s...
> pandas/tests/indexes/test_setops.py ...........................................................................................................................................x........................................................................................................................................................................................................................................................................................................................................................................................................................X..................................................................x....................................................................................................X.........X...............................................................................................................X..........................................................................................................................................................................................................................................................................................................................................................s...........................................................................................................................ss..s.s...s...s.................................................................................ssssssssss..........sssss..........sssss...............sssss.....................................................................................ssssssssss..........sssss..........sssss...............sssss.....................................................................................ssssssssss..........sssss..........sssss...............sssss.....................................................................................ssssssssss..........sssss..........sssss...............sssss.....................................................................ssss....ss..........ss......ss..................................................................................................................................................................................................................................................................ssss....ss..........ss......ss................................................................................................................................................................................................................................................................s..........................................................................................................................................................................................ss
> pandas/tests/indexes/test_subclass.py .
> pandas/tests/indexes/timedeltas/methods/test_astype.py ..........
> pandas/tests/indexes/timedeltas/methods/test_factorize.py ..
> pandas/tests/indexes/timedeltas/methods/test_fillna.py .
> pandas/tests/indexes/timedeltas/methods/test_insert.py ...............
> pandas/tests/indexes/timedeltas/methods/test_repeat.py .
> pandas/tests/indexes/timedeltas/methods/test_shift.py ......
> pandas/tests/indexes/timedeltas/test_constructors.py ....................
> pandas/tests/indexes/timedeltas/test_delete.py ...
> pandas/tests/indexes/timedeltas/test_formats.py ....
> pandas/tests/indexes/timedeltas/test_freq_attr.py ...........
> pandas/tests/indexes/timedeltas/test_indexing.py ....................................
> pandas/tests/indexes/timedeltas/test_join.py .......
> pandas/tests/indexes/timedeltas/test_ops.py ..........
> pandas/tests/indexes/timedeltas/test_pickle.py .
> pandas/tests/indexes/timedeltas/test_scalar_compat.py ........
> pandas/tests/indexes/timedeltas/test_searchsorted.py ........
> pandas/tests/indexes/timedeltas/test_setops.py ................................
> pandas/tests/indexes/timedeltas/test_timedelta.py ........
> pandas/tests/indexes/timedeltas/test_timedelta_range.py ..................
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 1.59s call     pandas/tests/indexes/test_base.py::TestIndex::test_tab_complete_warning
> 0.96s call     pandas/tests/indexes/multi/test_indexing.py::TestContains::test_large_mi_contains
> 0.57s call     pandas/tests/indexes/multi/test_integrity.py::test_large_multiindex_error
> 0.53s call     pandas/tests/indexes/multi/test_integrity.py::test_hash_collisions
> 0.43s call     pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_partial_slicing_with_multiindex_series
> 0.39s call     pandas/tests/indexes/test_setops.py::TestSetOps::test_difference_base[False-string]
> 0.38s call     pandas/tests/indexes/ranges/test_setops.py::test_range_difference
> 0.27s call     pandas/tests/indexes/period/test_indexing.py::TestGetItem::test_getitem_seconds
> 0.26s setup    pandas/tests/indexes/test_base.py::TestIndex::test_tab_complete_warning
> 0.25s call     pandas/tests/indexes/period/test_partial_slicing.py::TestPeriodIndex::test_range_slice_seconds[period_range]
> 0.19s call     pandas/tests/indexes/datetimes/test_indexing.py::TestGetLoc::test_get_loc_time_obj2
> 0.18s call     pandas/tests/indexes/interval/test_constructors.py::TestClassConstructors::test_constructor_empty[right-breaks4]
> 0.14s call     pandas/tests/indexes/test_old_base.py::TestBase::test_engine_reference_cycle[simple_index3]
> 0.13s call     pandas/tests/indexes/test_old_base.py::TestBase::test_engine_reference_cycle[simple_index6]
> 0.13s call     pandas/tests/indexes/test_old_base.py::TestBase::test_engine_reference_cycle[simple_index0]
> 0.13s call     pandas/tests/indexes/test_old_base.py::TestBase::test_engine_reference_cycle[simple_index2]
> 0.13s call     pandas/tests/indexes/test_old_base.py::TestBase::test_engine_reference_cycle[simple_index4]
> 0.13s call     pandas/tests/indexes/test_old_base.py::TestBase::test_engine_reference_cycle[simple_index8]
> 0.13s call     pandas/tests/indexes/test_old_base.py::TestBase::test_engine_reference_cycle[simple_index5]
> 0.13s call     pandas/tests/indexes/test_old_base.py::TestBase::test_engine_reference_cycle[simple_index10]
> 0.13s call     pandas/tests/indexes/test_old_base.py::TestBase::test_engine_reference_cycle[simple_index7]
> 0.13s call     pandas/tests/indexes/test_old_base.py::TestBase::test_engine_reference_cycle[simple_index9]
> 0.13s call     pandas/tests/indexes/test_old_base.py::TestBase::test_engine_reference_cycle[simple_index11]
> 0.13s call     pandas/tests/indexes/test_old_base.py::TestBase::test_engine_reference_cycle[simple_index1]
> 0.13s call     pandas/tests/indexes/test_old_base.py::TestBase::test_engine_reference_cycle[simple_index13]
> 0.13s call     pandas/tests/indexes/test_old_base.py::TestBase::test_engine_reference_cycle[simple_index12]
> 0.12s call     pandas/tests/indexes/multi/test_indexing.py::test_pyint_engine
> 0.10s call     pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_roundtrip[tzlocal()]
> 0.10s call     pandas/tests/indexes/datetimes/test_date_range.py::TestCustomDateRange::test_all_custom_freq[CBH]
> 0.10s call     pandas/tests/indexes/period/test_constructors.py::TestPeriodIndex::test_constructor
> ==== 15665 passed, 351 skipped, 42 xfailed, 4 xpassed, 1 warning in 55.68s =====
> rdjoqkol test state = false
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/indexing: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 4376 items
> 
> pandas/tests/indexing/interval/test_interval.py ...........................
> pandas/tests/indexing/interval/test_interval_new.py .....................
> pandas/tests/indexing/multiindex/test_chaining_and_caching.py ..
> pandas/tests/indexing/multiindex/test_datetime.py ..
> pandas/tests/indexing/multiindex/test_getitem.py ............................................................................
> pandas/tests/indexing/multiindex/test_iloc.py ................
> pandas/tests/indexing/multiindex/test_indexing_slow.py ..........
> pandas/tests/indexing/multiindex/test_loc.py .................................................................................................................................
> pandas/tests/indexing/multiindex/test_multiindex.py ...............
> pandas/tests/indexing/multiindex/test_partial.py .............
> pandas/tests/indexing/multiindex/test_setitem.py ...........................
> pandas/tests/indexing/multiindex/test_slice.py .............................
> pandas/tests/indexing/multiindex/test_sorted.py .........
> pandas/tests/indexing/test_at.py .........................................
> pandas/tests/indexing/test_categorical.py .................................................................................................................
> pandas/tests/indexing/test_chaining_and_caching.py ..............................
> pandas/tests/indexing/test_check_indexer.py ....................s....
> pandas/tests/indexing/test_coercion.py ..........xxxxxxx...............................................................xx........................................xxxx....x............................................................xxxxx..................xx............................................................................................................................................................................................................x
> pandas/tests/indexing/test_datetime.py .........ss
> pandas/tests/indexing/test_floats.py ...............................................................................................................................................
> pandas/tests/indexing/test_iat.py .....
> pandas/tests/indexing/test_iloc.py ..................................................................................................................................................................................................................
> pandas/tests/indexing/test_indexers.py ......
> pandas/tests/indexing/test_indexing.py ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/indexing/test_loc.py .............................................................................................................................x..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................s..................................................................................................................................................................................................................................................................................................................................................................s...................................
> pandas/tests/indexing/test_na_indexing.py ..............................................................................................................................................................................................................................................................................
> pandas/tests/indexing/test_partial.py ....................................
> pandas/tests/indexing/test_scalar.py ......................................
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 1.50s call     pandas/tests/indexing/test_loc.py::TestLocSetitemWithExpansion::test_loc_setitem_with_expansion_large_dataframe
> 1.14s call     pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_loc_getitem_large_series
> 0.66s call     pandas/tests/indexing/multiindex/test_chaining_and_caching.py::test_indexer_caching
> 0.57s call     pandas/tests/indexing/test_loc.py::TestLocBaseIndependent::test_loc_non_unique_memory_error[900000-100000]
> 0.24s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[a-3]
> 0.22s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[b-0]
> 0.21s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[a-2]
> 0.20s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[b-1]
> 0.20s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[a-1]
> 0.17s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[a-0]
> 0.16s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[a-4]
> 0.15s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[b-2]
> 0.14s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[b-3]
> 0.13s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[b-4]
> 0.11s call     pandas/tests/indexing/test_chaining_and_caching.py::TestChaining::test_detect_chained_assignment_implicit_take
> 0.10s call     pandas/tests/indexing/test_iloc.py::TestILocErrors::test_iloc_float_raises[Series-timedelta]
> 0.10s call     pandas/tests/indexing/test_chaining_and_caching.py::TestChaining::test_detect_chained_assignment_setting_entire_column
> 0.10s call     pandas/tests/indexing/test_chaining_and_caching.py::TestChaining::test_detect_chained_assignment_implicit_take2
> 0.09s call     pandas/tests/indexing/test_chaining_and_caching.py::TestChaining::test_detect_chained_assignment_str
> 0.07s call     pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_general[float]
> 0.06s call     pandas/tests/indexing/multiindex/test_setitem.py::TestMultiIndexSetItem::test_groupby_example
> 0.05s call     pandas/tests/indexing/multiindex/test_slice.py::TestMultiIndexSlicers::test_per_axis_per_level_getitem
> 0.05s call     pandas/tests/indexing/multiindex/test_slice.py::TestMultiIndexSlicers::test_per_axis_per_level_setitem
> 0.03s setup    pandas/tests/indexing/multiindex/test_getitem.py::test_series_getitem[setitem]
> 0.02s call     pandas/tests/indexing/test_indexing.py::TestMisc::test_rhs_alignment
> 0.02s call     pandas/tests/indexing/multiindex/test_slice.py::TestMultiIndexSlicers::test_per_axis_per_level_doc_examples
> 0.02s call     pandas/tests/indexing/multiindex/test_slice.py::TestMultiIndexSlicers::test_loc_axis_arguments
> 0.02s call     pandas/tests/indexing/multiindex/test_setitem.py::TestMultiIndexSetItem::test_setitem_multiindex3
> 0.02s call     pandas/tests/indexing/test_floats.py::TestFloatIndexers::test_floating_misc[setitem]
> 0.02s call     pandas/tests/indexing/test_iloc.py::TestiLocBaseIndependent::test_iloc_getitem_doc_issue
> =========== 4348 passed, 5 skipped, 23 xfailed, 1 warning in 21.13s ============
> rdjoqkol test state = false
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/interchange: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 101 items
> 
> pandas/tests/interchange/test_impl.py ..sssssssss..............sss........s.
> pandas/tests/interchange/test_spec_conformance.py ................
> pandas/tests/interchange/test_utils.py ................sssssssssssssssssssssssssssssss
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.03s call     pandas/tests/interchange/test_impl.py::test_dataframe[<lambda>4]
> 0.01s call     pandas/tests/interchange/test_impl.py::test_dataframe[<lambda>3]
> 0.01s call     pandas/tests/interchange/test_impl.py::test_dataframe[<lambda>0]
> 0.01s call     pandas/tests/interchange/test_impl.py::test_dataframe[<lambda>1]
> 0.01s call     pandas/tests/interchange/test_impl.py::test_dataframe[<lambda>2]
> 0.01s call     pandas/tests/interchange/test_impl.py::test_categorical_dtype[data0]
> 
> (24 durations < 0.005s hidden.  Use -vv to show these durations.)
> ================== 57 passed, 44 skipped, 1 warning in 0.68s ===================
> rdjoqkol test state = false
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/internals: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 249 items
> 
> pandas/tests/internals/test_api.py ...
> pandas/tests/internals/test_internals.py ....................................................................................................................................................................................................................................................
> pandas/tests/internals/test_managers.py ..
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.09s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>1-float64]
> 0.07s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>0-int64]
> 0.03s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>5-int64]
> 0.03s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>4-int64]
> 0.03s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>4-float64]
> 0.03s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>5-uint64]
> 0.03s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>3-int64]
> 0.03s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>5-float64]
> 0.03s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>3-uint64]
> 0.03s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>4-uint64]
> 0.03s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>1-int64]
> 0.03s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>1-uint64]
> 0.02s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>3-float64]
> 0.02s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>2-float64]
> 0.02s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>6-float64]
> 0.02s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>7-int64]
> 0.02s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>6-uint64]
> 0.02s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>2-int64]
> 0.02s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>0-uint64]
> 0.02s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>7-uint64]
> 0.02s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>7-float64]
> 0.02s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>0-float64]
> 0.02s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>2-uint64]
> 0.02s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>6-int64]
> 0.02s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_period_can_hold_element[<lambda>7]
> 0.02s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_period_can_hold_element[<lambda>1]
> 0.02s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_period_can_hold_element[<lambda>3]
> 0.01s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_period_can_hold_element[<lambda>0]
> 0.01s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_period_can_hold_element[<lambda>6]
> 0.01s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_period_can_hold_element[<lambda>5]
> ======================== 249 passed, 1 warning in 1.93s ========================
> rdjoqkol test state = false
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/io: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 13164 items / 67 deselected / 4 skipped / 13097 selected
> 
> pandas/tests/io/excel/test_odf.py ...
> pandas/tests/io/excel/test_odswriter.py ....
> pandas/tests/io/excel/test_openpyxl.py ..................................................
> pandas/tests/io/excel/test_readers.py s..ssss.s..ssss.s..ssss.s..ssss.s..ssss.ssssss............ssssssssssssssssssssssss......ss....ssssssss..s..ssss.s..ssss.s..ssss.s..ssss.s..ssss.s..ssss.ss....ssssssss..s..ssss.s..ssss.s..ssss.s..ssss.s..ssss.s..ssss.s..ssss.s..ssss.ss....ssssssss..s..ssss.sssssssss..ssss.ssssssssssssssssss....ssssssss..s..ssss.ssssssssssssss..s..ssss.s..ssss.s..ssss.s..ssss.s..ssss.s..ssss.sxxssss.s..ssss.s..ssss.s..ssss.ssssss............ssssssssssssssssssssssss......s..ssss.s..ssss.sssssssssssssssss..ssss.s..ssss.s..ssss.s..ssss.s..ssss.s..ssss.ss....ssssssss..s..ssss.s..ssss.s..ssss.s..ssss.s..ssss.s..ssss.s..ssss.s..ssss.ssssss............ssssssssssssssssssssssss......s..ssss.s..ssss.s..ssss.s..ssss.s..ssss.s..ssssss..ssssss..ssss.s..ssss.s..ssss.s..ssss.sss......ssssssssssss...s..ssss.s..ssss.ssssss............ssssssssssssssssssssssss......s..ssss.s..ssss.s..ssss.s..ssss.s..ssss.s..ssss.ss....ssssssss..s..ssss.s..ssss.s..ssssss..ssss.
> pandas/tests/io/excel/test_style.py s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s..s
> pandas/tests/io/excel/test_writers.py ssException ignored in: <_io.FileIO name='/tmp/57287e44-936a-4d50-b85e-be777df38de6.xlsx' mode='rb' closefd=True>
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/_pytest/_code/code.py", line 196, in __init__
>     def __init__(
> 
> ResourceWarning: unclosed file <_io.FileIO name='/tmp/57287e44-936a-4d50-b85e-be777df38de6.xlsx' mode='rb' closefd=True>
> s.sss.sss.sss.sss.sss.sss.sssxsss.sssxsss.sss.sss.sss.sss.sssxsss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.s...ss...
> pandas/tests/io/formats/style/test_bar.py .......................................................................................................................
> pandas/tests/io/formats/style/test_exceptions.py ...
> pandas/tests/io/formats/style/test_format.py .........................................................................................................
> pandas/tests/io/formats/style/test_highlight.py ................................................................................................
> pandas/tests/io/formats/style/test_html.py ...........................................................................................
> pandas/tests/io/formats/style/test_matplotlib.py ...........................................................
> pandas/tests/io/formats/style/test_non_unique.py .........
> pandas/tests/io/formats/style/test_style.py .................................................................................................................................................................................................
> pandas/tests/io/formats/style/test_to_latex.py ............................................................................................................................................................
> pandas/tests/io/formats/style/test_to_string.py .....
> pandas/tests/io/formats/style/test_tooltip.py ....
> pandas/tests/io/formats/test_console.py ...........
> pandas/tests/io/formats/test_css.py ...............................................................................................
> pandas/tests/io/formats/test_eng_formatting.py ......
> pandas/tests/io/formats/test_format.py ......................................................................................................................................................................................................................................Out[1]: '<div>\n<style scoped>\n    .dataframe tbody tr th:only-of-type {\n        vertical-align: middle;\n    }\n\n    .dataframe tbody tr th {\n        vertical-align: top;\n    }\n\n    .dataframe thead th {\n        text-align: right;\n    }\n</style>\n<table border="1" class="dataframe">\n  <thead>\n    <tr style="text-align: right;">\n      <th></th>\n      <th>A</th>\n    </tr>\n  </thead>\n  <tbody>\n    <tr>\n      <th>0</th>\n      <td>1</td>\n    </tr>\n    <tr>\n      <th>1</th>\n      <td>2</td>\n    </tr>\n  </tbody>\n</table>\n</div>'
> ........................................
> pandas/tests/io/formats/test_info.py ........................x......s
> pandas/tests/io/formats/test_printing.py .............................
> pandas/tests/io/formats/test_series_info.py ........x.....
> pandas/tests/io/formats/test_to_csv.py ..........s.................................................................................
> pandas/tests/io/formats/test_to_excel.py ..........................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/io/formats/test_to_html.py .............................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/io/formats/test_to_latex.py ...........................................................................................
> pandas/tests/io/formats/test_to_markdown.py .........
> pandas/tests/io/formats/test_to_string.py ............................................s
> pandas/tests/io/json/test_compression.py ........sssssss...............................................
> pandas/tests/io/json/test_deprecated_kwargs.py .
> pandas/tests/io/json/test_json_table_schema.py ...........................................................................................x...x...x...x...x...x...x...x...x...x......x...x...x...x...x...x...x...x...x...x.....................
> pandas/tests/io/json/test_json_table_schema_ext_dtype.py .....................
> pandas/tests/io/json/test_normalize.py .....................................................
> pandas/tests/io/json/test_pandas.py ...........................................................................................................xxxx................................xxx.................................................................................................................................................................s........xxxxxxxxxxxxxxxxxx................................................................xx.............s.....x........ssssssssssssssssssssssssssssssss...sssss
> pandas/tests/io/json/test_readlines.py ..s.s.....ss.s.s.s.s......ssss....s..ss..ss.s.s...........
> pandas/tests/io/json/test_ujson.py ..................................................................................................................................................................................................................
> pandas/tests/io/parser/common/test_chunksize.py ......ss.........sss......ss...s...s......ss...s...s...s...s......ss...s...s...s
> pandas/tests/io/parser/common/test_common_basic.py ....s...s...s...ss..s...s......ss.........sss...s...s...s...s...s.........sss............ssss......ss...s...s......ss.........sss...s......ss...s.........sss...s...s......ss...s...s...............sssss...s...s...s......ss...s......ss......ss...s...s...s...s...s...s
> pandas/tests/io/parser/common/test_data_list.py ...s...s...s...s
> pandas/tests/io/parser/common/test_decimal.py ......ss...s
> pandas/tests/io/parser/common/test_file_buffer_url.py ...s...s...s...s...s.................................sssssssssss...s...s...s...s...s...s...s...s............ssss.....................sssssss...s...s...s...s
> pandas/tests/io/parser/common/test_float.py ...s.......s.....................sss....x.....x...ss
> pandas/tests/io/parser/common/test_index.py ......ss......ss...s............ssss...s...s...s...s...s...s...s
> pandas/tests/io/parser/common/test_inf.py ......ss......ss...s
> pandas/tests/io/parser/common/test_ints.py ...s............ssss...s......ss...s.........sss.........sss......ss......ss...s
> pandas/tests/io/parser/common/test_iterator.py ...s...s...s.........sss...s
> pandas/tests/io/parser/common/test_read_errors.py ...s...s...s.........sss...s..................ssssss...s...s...s...s...s..xsxx.s...s...s...s
> pandas/tests/io/parser/common/test_verbose.py ...s...s
> pandas/tests/io/parser/dtypes/test_categorical.py .........sss......ss...s...s...s...s...s...s...s........................ssssssss...s...s...s...s...s............ssss...s
> pandas/tests/io/parser/dtypes/test_dtypes_basic.py ............ssss...s...s...s...s................................................ssssssssssssssss...s...s.............................x.x.x...................................................................................................................................................................x.x.x.x.x.x.x.x.x.x.x.x.........................................................................................................................................................................................................................................................................................................................x.x.x.x.x.x.x.x.x.x.x.x...................................................................................................................................................................................................................s......ss...s...s........................ssssssss......ss...s...s...s...sssssssss...sssss...sssss...s
> pandas/tests/io/parser/dtypes/test_empty.py ...s...s...s...s...s...s...s...s........................ssssssss
> pandas/tests/io/parser/test_c_parser_only.py ......................................................ss..........................
> pandas/tests/io/parser/test_comment.py ......ss.......x.sss...s...s...s..................ssssss......ssxx.s
> pandas/tests/io/parser/test_compression.py .........sss......ss...s...s.x.x.xss......ss.x.x.xss......ss.x.x.xss......ss.x.x.xss......ss.x.x.xss......ss.x.x.xss......ss..................ssssss......................................................ssssssssssssssssss.........sss...s...s...s
> pandas/tests/io/parser/test_concatenate_chunks.py ss
> pandas/tests/io/parser/test_converters.py ...s............ssss...s...s...s......ss...s...s
> pandas/tests/io/parser/test_dialect.py ...s...s...s......................................................ssssssssssssssssss..................ssssss
> pandas/tests/io/parser/test_encoding.py ...s...s..................ssssss...s...s...............sssss......................................................ssssssssssssssssss.........sss............................................................................................................ssssssssssssssssssssssssssssssssssss...s....................sssss...s...s......ss
> pandas/tests/io/parser/test_header.py ...s...s......ss......ss...s...s...s.........sss.........sss.........sss.........sss...s...s...s...s......ss......ss......ss......ss...s.........sss........................ssssssss...s...s...s...s...s...s...s...s...s
> pandas/tests/io/parser/test_index_col.py ......ss...s...s...s..............................ssssssssss...s...............sssss...s...s...s...s...s...s...s...s...s......ss...s
> pandas/tests/io/parser/test_mangle_dupes.py ...s...s...s.........sss.........sss...s...s...s......ss
> pandas/tests/io/parser/test_multi_thread.py ...s...s
> pandas/tests/io/parser/test_na_values.py ...s...s..........................................ssssssssssssss...s......ss...s...s.........sss............ssss...s...s...s......ss......ss...s......ss...s...s.........sss...s......ss...s......ss..................ssssss...s...s...s...s...s
> pandas/tests/io/parser/test_network.py ssssssssssssssssss
> pandas/tests/io/parser/test_parse_dates.py ...s...s...s......ss..............ss...s...s...s...s......ss...s...s...s...s...sxxxxxxss......ss......ss......ss...s.........sss...s...s...s......ss.........sss............ssss......ss...s......ss......ss............ssss...s......ss...s......ss......ss...s...s...s............ssss...s..................ssssss.........sss......ss...................x...x............................................................sssssssss...s...s......ss...s...s......s......ss...s...s...s......ss...s...s...s
> pandas/tests/io/parser/test_python_parser_only.py .....................................................................................
> pandas/tests/io/parser/test_quoting.py .........sss......ss...s..................ssssss............ssss...............sssss......ss......ss......ss
> pandas/tests/io/parser/test_read_fwf.py ..........................................................................sss.
> pandas/tests/io/parser/test_skiprows.py ......ss...s...s.........sss...s.........sss........xsss...s......ss...s...s...s...s
> pandas/tests/io/parser/test_textreader.py ...........................
> pandas/tests/io/parser/test_unsupported.py ..........s...s..xs...s
> pandas/tests/io/parser/test_upcast.py ...........................ssss
> pandas/tests/io/parser/usecols/test_parse_dates.py ......ss...s...s...s............ssss
> pandas/tests/io/parser/usecols/test_strings.py ...s...s......ss......ss
> pandas/tests/io/parser/usecols/test_usecols_basic.py ...s......ss...s......ss...s...s...s......ss............ssss...s...s...s...s...s...s......ss...s...s......ss......ss......ss.....................sssssss......ss......ss...s...s...s
> pandas/tests/io/pytables/test_append.py ....x................
> pandas/tests/io/pytables/test_categorical.py .....
> pandas/tests/io/pytables/test_compat.py ....
> pandas/tests/io/pytables/test_complex.py .........
> pandas/tests/io/pytables/test_errors.py ................
> pandas/tests/io/pytables/test_file_handling.py ...............................................................................................................................................................................................
> pandas/tests/io/pytables/test_keys.py ....
> pandas/tests/io/pytables/test_put.py ......................
> pandas/tests/io/pytables/test_pytables_missing.py s
> pandas/tests/io/pytables/test_read.py ....................s
> pandas/tests/io/pytables/test_retain_attributes.py ..
> pandas/tests/io/pytables/test_round_trip.py ..............................s
> pandas/tests/io/pytables/test_select.py ...x.....x...............
> pandas/tests/io/pytables/test_store.py .............................x...............
> pandas/tests/io/pytables/test_subclass.py ..
> pandas/tests/io/pytables/test_time_series.py ...
> pandas/tests/io/pytables/test_timezones.py .......................................................................
> pandas/tests/io/sas/test_byteswap.py ..........
> pandas/tests/io/sas/test_sas.py ...
> pandas/tests/io/sas/test_sas7bdat.py .................................................................................................
> pandas/tests/io/sas/test_xport.py ........
> pandas/tests/io/test_clipboard.py ........................................................................................................................................................................................................................................XXX..ssssss.
> pandas/tests/io/test_common.py .......................................................s...ss.......sss......ss........ss.......s.........................................
> pandas/tests/io/test_compression.py ........................................................................................................................................
> pandas/tests/io/test_fsspec.py .........ssssssssss..........s
> pandas/tests/io/test_gcs.py ssssssssssssssssss.
> pandas/tests/io/test_html.py .........ssssss.................................................................................................................................................s........................
> pandas/tests/io/test_parquet.py .ssss.ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.ssssssss
> pandas/tests/io/test_pickle.py ..............................................................................................................
> pandas/tests/io/test_s3.py sss
> pandas/tests/io/test_spss.py .......s.
> pandas/tests/io/test_sql.py ssss....ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss....ssss....ssss....ssss....ssss....ssss....ssss....ssss...ssss....ssss...ssss...ssss...ssssssssssssss..................................................................................................................................ss..............x..............................ssssss................sss..ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.......................
> pandas/tests/io/test_stata.py ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/io/test_user_agent.py sssssssssssssssssssss
> pandas/tests/io/xml/test_to_xml.py ........................................................................s...............................................................ss
> pandas/tests/io/xml/test_xml.py ............................XX.....................................................s..........................................................................s......s......s......s......s......s......s......s......s......s......s......s...sss.sss.
> pandas/tests/io/xml/test_xml_dtypes.py ..............................................
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 5.43s call     pandas/tests/io/test_stata.py::TestStata::test_stata_119
> 2.15s call     pandas/tests/io/test_html.py::TestReadHtml::test_banklist[bs4]
> 1.83s call     pandas/tests/io/parser/test_c_parser_only.py::test_parse_trim_buffers[c_low]
> 1.81s call     pandas/tests/io/parser/test_c_parser_only.py::test_parse_trim_buffers[c_high]
> 1.72s call     pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%m %Y-False-.]
> 1.58s call     pandas/tests/io/parser/test_c_parser_only.py::test_precise_conversion[c_low]
> 1.54s call     pandas/tests/io/parser/test_c_parser_only.py::test_precise_conversion[c_high]
> 1.50s call     pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%m %Y-True-.]
> 1.34s call     pandas/tests/io/parser/test_c_parser_only.py::test_grow_boundary_at_cap[c_high]
> 1.34s call     pandas/tests/io/parser/test_c_parser_only.py::test_grow_boundary_at_cap[c_low]
> 1.33s call     pandas/tests/io/test_html.py::TestReadHtml::test_regex_idempotency[bs4]
> 1.30s call     pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_header[bs4]
> 1.27s call     pandas/tests/io/sas/test_xport.py::TestXport::test1_basic
> 1.17s call     pandas/tests/io/sas/test_sas7bdat.py::TestSAS7BDAT::test_from_iterator[data_test_ix0]
> 1.02s call     pandas/tests/io/pytables/test_store.py::test_no_track_times
> 1.01s call     pandas/tests/io/test_html.py::TestReadHtml::test_banklist_header[bs4]
> 0.91s call     pandas/tests/io/test_html.py::TestReadHtml::test_gold_canyon[bs4]
> 0.89s call     pandas/tests/io/test_html.py::TestReadHtml::test_banklist_no_match[bs4]
> 0.89s call     pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_header_index[bs4]
> 0.89s call     pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_index[bs4]
> 0.89s call     pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_header_index_skiprows[bs4]
> 0.88s call     pandas/tests/io/test_html.py::TestReadHtml::test_file_url[bs4]
> 0.88s call     pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_header_skiprows_tuples[bs4]
> 0.88s call     pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_header_skiprows[bs4]
> 0.88s call     pandas/tests/io/test_pickle.py::test_pickle_big_dataframe_compression[gzip-4]
> 0.87s call     pandas/tests/io/test_pickle.py::test_pickle_big_dataframe_compression[gzip-5]
> 0.77s call     pandas/tests/io/pytables/test_select.py::test_select_iterator_complete_8014
> 0.65s call     pandas/tests/io/sas/test_sas7bdat.py::TestSAS7BDAT::test_path_pathlib[data_test_ix0]
> 0.65s call     pandas/tests/io/sas/test_sas7bdat.py::TestSAS7BDAT::test_from_buffer[data_test_ix0]
> 0.65s call     pandas/tests/io/sas/test_sas7bdat.py::TestSAS7BDAT::test_from_file[data_test_ix0]
> = 10311 passed, 2662 skipped, 67 deselected, 123 xfailed, 5 xpassed, 1 warning in 201.14s (0:03:21) =
> rdjoqkol test state = false
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/libs: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 2257 items
> 
> pandas/tests/libs/test_hashtable.py ..............s.....................................................................s.............s.......................................................s.............s.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/libs/test_join.py .................
> pandas/tests/libs/test_lib.py ..................................................................................
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.06s call     pandas/tests/libs/test_hashtable.py::test_ismember_tuple_with_nans
> 0.01s setup    pandas/tests/libs/test_hashtable.py::TestHashTable::test_no_reallocation[8-UInt64HashTable-uint64]
> 0.01s call     pandas/tests/libs/test_hashtable.py::test_unique_label_indices
> 
> (27 durations < 0.005s hidden.  Use -vv to show these durations.)
> ================== 2252 passed, 5 skipped, 1 warning in 3.49s ==================
> rdjoqkol test state = false
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/plotting: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 1350 items / 1 deselected / 1349 selected
> 
> pandas/tests/plotting/frame/test_frame.py ....x........................................................................XX..................................................................................................................................................................x............................................................................................
> pandas/tests/plotting/frame/test_frame_color.py .........................................................................................
> pandas/tests/plotting/frame/test_frame_groupby.py ......
> pandas/tests/plotting/frame/test_frame_legend.py x.....................
> pandas/tests/plotting/frame/test_frame_subplots.py .....................x......................XX...................................................................
> pandas/tests/plotting/frame/test_hist_box_by.py ......................................................
> pandas/tests/plotting/test_backend.py ....s.
> pandas/tests/plotting/test_boxplot_method.py .......................................................................................
> pandas/tests/plotting/test_common.py ...
> pandas/tests/plotting/test_converter.py ............................................
> pandas/tests/plotting/test_datetimelike.py ...............................................................................................................x...........................................x......................x...............x.....
> pandas/tests/plotting/test_groupby.py .................
> pandas/tests/plotting/test_hist_method.py ..................................x..x.............................................................................
> pandas/tests/plotting/test_misc.py s................................................
> pandas/tests/plotting/test_series.py .......................................xxxx.............................x........................................................................x..........................
> pandas/tests/plotting/test_style.py ......................................
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 1.66s call     pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> 1.23s call     pandas/tests/plotting/frame/test_frame.py::TestDataFramePlots::test_errorbar_timeseries[bar]
> 1.21s call     pandas/tests/plotting/frame/test_frame.py::TestDataFramePlots::test_errorbar_timeseries[barh]
> 1.13s call     pandas/tests/plotting/frame/test_hist_box_by.py::TestHistWithBy::test_hist_plot_layout_with_by[by8-column8-layout8-3]
> 1.09s call     pandas/tests/plotting/frame/test_hist_box_by.py::TestHistWithBy::test_hist_plot_layout_with_by[by7-column7-layout7-3]
> 1.07s call     pandas/tests/plotting/frame/test_frame.py::TestDataFramePlots::test_errorbar_timeseries[line]
> 1.06s call     pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_boxplot_legacy2
> 1.04s call     pandas/tests/plotting/frame/test_hist_box_by.py::TestHistWithBy::test_hist_plot_layout_with_by[by5-A-layout5-3]
> 1.01s call     pandas/tests/plotting/frame/test_hist_box_by.py::TestHistWithBy::test_hist_plot_layout_with_by[by10-column10-layout10-3]
> 0.97s call     pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_scatter_matrix_axis[True]
> 0.96s call     pandas/tests/plotting/frame/test_hist_box_by.py::TestHistWithBy::test_hist_plot_layout_with_by[by9-None-layout9-3]
> 0.87s call     pandas/tests/plotting/frame/test_frame.py::TestDataFramePlots::test_hist_df
> 0.87s call     pandas/tests/plotting/frame/test_hist_box_by.py::TestHistWithBy::test_hist_plot_layout_with_by[C-None-layout3-3]
> 0.86s call     pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_finder_daily
> 0.82s call     pandas/tests/plotting/test_misc.py::TestSeriesPlots::test_bootstrap_plot
> 0.82s call     pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_hist_df_legacy_layout_kwargs[kwargs0]
> 0.80s call     pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_boxplot_legacy3[True-UserWarning-3-layout0]
> 0.77s call     pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_parallel_coordinates_line_diff
> 0.77s call     pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_scatter_matrix_axis_smaller[False]
> 0.76s call     pandas/tests/plotting/frame/test_hist_box_by.py::TestHistWithBy::test_hist_plot_layout_with_by[by0-A-layout0-3]
> 0.76s call     pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_scatter_matrix_axis_smaller[True]
> 0.75s call     pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_hist_df_legacy_layout_kwargs[kwargs1]
> 0.72s call     pandas/tests/plotting/frame/test_hist_box_by.py::TestHistWithBy::test_hist_plot_layout_with_by[by6-A-layout6-3]
> 0.70s call     pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_hist_df_legacy_layout3
> 0.67s call     pandas/tests/plotting/frame/test_frame.py::TestDataFramePlots::test_errorbar_scatter
> 0.67s call     pandas/tests/plotting/test_converter.py::test_registry_mpl_resets
> 0.66s call     pandas/tests/plotting/test_boxplot_method.py::TestDataFramePlots::test_boxplot_legacy1[kwargs4-UserWarning]
> 0.61s call     pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_scatter_matrix_axis[False]
> 0.61s call     pandas/tests/plotting/test_boxplot_method.py::TestDataFramePlots::test_boxplot_legacy1[kwargs5-UserWarning]
> 0.60s call     pandas/tests/plotting/frame/test_frame.py::TestDataFramePlots::test_integer_array_plot_df[hexbin-kwargs5]
> = 1327 passed, 2 skipped, 1 deselected, 16 xfailed, 4 xpassed, 1 warning in 173.80s (0:02:53) =
> rdjoqkol test state = false
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/reductions: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 539 items
> 
> pandas/tests/reductions/test_reductions.py ..................................................................................................................................................................................................................................................................................................................................s...............................................................................................................................
> pandas/tests/reductions/test_stat_reductions.py .........................................................................................
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.07s call     pandas/tests/reductions/test_reductions.py::TestReductions::test_argminmax
> 0.07s call     pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_any_all_datetimelike
> 0.06s call     pandas/tests/reductions/test_reductions.py::TestReductions::test_nanargminmax[index-max]
> 0.04s call     pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_sum_overflow_float[float64-False]
> 0.04s call     pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_sum_overflow_float[float64-True]
> 0.04s call     pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_sum_overflow_int[int64-True]
> 0.04s call     pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_sum_overflow_int[int64-False]
> 0.03s call     pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_idxminmax_with_inf
> 0.03s call     pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_sum_overflow_int[int32-True]
> 0.02s call     pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_idxmin_dt64index
> 0.02s call     pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_sum_overflow_int[int32-False]
> 0.01s call     pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_idxmax
> 0.01s call     pandas/tests/reductions/test_reductions.py::TestReductions::test_nanargminmax[series-max]
> 0.01s call     pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_idxmin
> 0.01s call     pandas/tests/reductions/test_reductions.py::TestReductions::test_nanargminmax[series-min]
> 0.01s call     pandas/tests/reductions/test_reductions.py::TestReductions::test_nanargminmax[index-min]
> 0.01s call     pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_sum_overflow_float[float32-False]
> 0.01s call     pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_sum_overflow_float[float32-True]
> 0.01s call     pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_sum_inf
> 0.01s call     pandas/tests/reductions/test_stat_reductions.py::TestSeriesStatReductions::test_skew
> 0.01s call     pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_period_mean[B-Series]
> 0.01s call     pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_sortwarning
> 0.01s call     pandas/tests/reductions/test_stat_reductions.py::TestSeriesStatReductions::test_var_std
> 0.01s call     pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_period_mean[B-Index]
> 0.01s call     pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_period_mean[B-PeriodArray]
> 0.01s call     pandas/tests/reductions/test_reductions.py::TestIndexReductions::test_timedelta_ops
> 0.01s call     pandas/tests/reductions/test_stat_reductions.py::TestSeriesStatReductions::test_kurt
> 
> (3 durations < 0.005s hidden.  Use -vv to show these durations.)
> ================== 538 passed, 1 skipped, 1 warning in 2.30s ===================
> rdjoqkol test state = false
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/resample: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 3869 items
> 
> pandas/tests/resample/test_base.py ..............................................................................................................................................................xxx......xxx......xxx......xxx......xxx......xxx......xxx......xxx......xxx......xxx......xxx......xxx......xxx......xxx......xxx......xxx.........................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/resample/test_datetime_index.py ................................................................................ssss.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................x......................................................................................................................................................................................................................................................................................................................
> pandas/tests/resample/test_period_index.py ...................................................................................................................................................................................................................................................................................................................................................................x.............................................
> pandas/tests/resample/test_resample_api.py ...................................................................................................................
> pandas/tests/resample/test_resampler_grouper.py .................................................
> pandas/tests/resample/test_time_grouper.py .........................x......................
> pandas/tests/resample/test_timedelta.py .......................
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.55s call     pandas/tests/resample/test_resample_api.py::test_agg
> 0.50s call     pandas/tests/resample/test_datetime_index.py::test_nearest_upsample_with_limit[tzlocal()-us-30S-5D]
> 0.40s call     pandas/tests/resample/test_datetime_index.py::test_nearest_upsample_with_limit[tzlocal()-ms-30S-5D]
> 0.40s call     pandas/tests/resample/test_datetime_index.py::test_nearest_upsample_with_limit[tzlocal()-s-30S-5D]
> 0.39s call     pandas/tests/resample/test_datetime_index.py::test_nearest_upsample_with_limit[tzlocal()-ns-30S-5D]
> 0.39s setup    pandas/tests/resample/test_resampler_grouper.py::test_tab_complete_ipython6_warning
> 0.33s call     pandas/tests/resample/test_base.py::test_resample_interpolate[period_range-pi-_index_start1-_index_end1]
> 0.32s call     pandas/tests/resample/test_resample_api.py::test_agg_misc
> 0.23s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[s-30-S-0.5-Min-1]
> 0.22s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[ms-30-S-0.5-Min-1]
> 0.22s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[us-30-S-0.5-Min-1]
> 0.22s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[s-86400-S-1-D-2]
> 0.22s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[s-86400-S-1-D-3]
> 0.22s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[ms-30-S-0.5-Min-3]
> 0.22s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[s-43200-S-0.5-D-1]
> 0.22s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[us-30-S-0.5-Min-3]
> 0.22s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[s-60-S-1-Min-1]
> 0.22s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[ms-60-S-1-Min-2]
> 0.22s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[ms-86400-S-1-D-2]
> 0.22s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[s-60-S-1-Min-2]
> 0.22s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[ms-60-S-1-Min-1]
> 0.22s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[us-60-S-1-Min-1]
> 0.22s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[s-30-S-0.5-Min-3]
> 0.22s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[ms-30-S-0.5-Min-2]
> 0.22s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[s-43200-S-0.5-D-2]
> 0.22s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[us-60-S-1-Min-3]
> 0.22s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[ms-60-S-1-Min-3]
> 0.22s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[us-86400-S-1-D-1]
> 0.22s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[ms-3600-S-1-H-3]
> 0.22s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[us-86400-S-1-D-3]
> ====== 3814 passed, 4 skipped, 51 xfailed, 1 warning in 63.62s (0:01:03) =======
> rdjoqkol test state = false
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/reshape: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 2582 items
> 
> pandas/tests/reshape/concat/test_append.py ..................................................................................
> pandas/tests/reshape/concat/test_append_common.py ...........................sssssssss.......................................................
> pandas/tests/reshape/concat/test_categorical.py .............
> pandas/tests/reshape/concat/test_concat.py ...........................................................................................
> pandas/tests/reshape/concat/test_dataframe.py .....................
> pandas/tests/reshape/concat/test_datetimes.py ................................x.......
> pandas/tests/reshape/concat/test_empty.py .....................s.....s.....s.....s.....s..........
> pandas/tests/reshape/concat/test_index.py .............................................................
> pandas/tests/reshape/concat/test_invalid.py ....
> pandas/tests/reshape/concat/test_series.py .............
> pandas/tests/reshape/concat/test_sort.py ..........
> pandas/tests/reshape/merge/test_join.py .......................................................................
> pandas/tests/reshape/merge/test_merge.py ..............................................................................................................................................................................................................................................................................................................................................................................................................................ssssssss..............................................................................................................................................................................................................................ss..........ssss
> pandas/tests/reshape/merge/test_merge_asof.py .s................................................................................................s.....................s.................ss.
> pandas/tests/reshape/merge/test_merge_cross.py .................
> pandas/tests/reshape/merge/test_merge_index_as_string.py ................................................................................
> pandas/tests/reshape/merge/test_merge_ordered.py ..................
> pandas/tests/reshape/merge/test_multi.py ........................................
> pandas/tests/reshape/test_crosstab.py .....................................
> pandas/tests/reshape/test_cut.py ............................................................................................................
> pandas/tests/reshape/test_from_dummies.py .........................................
> pandas/tests/reshape/test_get_dummies.py ...................................................................................................................................................
> pandas/tests/reshape/test_melt.py ......................................................
> pandas/tests/reshape/test_pivot.py .....................................................................xx........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/reshape/test_pivot_multilevel.py ..........
> pandas/tests/reshape/test_qcut.py ..........................................................................
> pandas/tests/reshape/test_union_categoricals.py ..........................................
> pandas/tests/reshape/test_util.py .................
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 3.49s call     pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_number_of_levels_larger_than_int32
> 0.46s call     pandas/tests/reshape/merge/test_multi.py::TestMergeMulti::test_left_join_multi_index[True]
> 0.40s call     pandas/tests/reshape/concat/test_dataframe.py::TestDataFrameConcat::test_concat_copies[1-C-True]
> 0.38s call     pandas/tests/reshape/concat/test_dataframe.py::TestDataFrameConcat::test_concat_copies[1-C-False]
> 0.35s call     pandas/tests/reshape/concat/test_dataframe.py::TestDataFrameConcat::test_concat_copies[1-F-True]
> 0.35s call     pandas/tests/reshape/concat/test_dataframe.py::TestDataFrameConcat::test_concat_copies[1-F-False]
> 0.25s call     pandas/tests/reshape/merge/test_multi.py::TestMergeMulti::test_left_join_multi_index[False]
> 0.12s call     pandas/tests/reshape/test_pivot.py::TestPivotTable::test_daily[43]
> 0.11s call     pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_multi_functions
> 0.11s call     pandas/tests/reshape/concat/test_dataframe.py::TestDataFrameConcat::test_concat_copies[0-C-False]
> 0.10s call     pandas/tests/reshape/test_crosstab.py::TestCrosstab::test_crosstab_normalize
> 0.10s call     pandas/tests/reshape/concat/test_dataframe.py::TestDataFrameConcat::test_concat_copies[0-F-False]
> 0.10s call     pandas/tests/reshape/concat/test_dataframe.py::TestDataFrameConcat::test_concat_copies[0-F-True]
> 0.10s call     pandas/tests/reshape/concat/test_dataframe.py::TestDataFrameConcat::test_concat_copies[0-C-True]
> 0.09s call     pandas/tests/reshape/concat/test_datetimes.py::TestDatetimeConcat::test_concat_NaT_dataframes_all_NaT_axis_0[item0-UTC-UTC]
> 0.09s call     pandas/tests/reshape/merge/test_join.py::TestJoin::test_full_outer_join
> 0.08s call     pandas/tests/reshape/test_pivot.py::TestPivotTable::test_margins
> 0.07s call     pandas/tests/reshape/test_crosstab.py::TestCrosstab::test_margin_normalize
> 0.07s call     pandas/tests/reshape/concat/test_append.py::TestAppend::test_append_preserve_index_name
> 0.07s call     pandas/tests/reshape/test_crosstab.py::TestCrosstab::test_crosstab_normalize_arrays
> 0.07s call     pandas/tests/reshape/test_crosstab.py::TestCrosstab::test_margin_dropna6
> 0.06s call     pandas/tests/reshape/concat/test_concat.py::TestConcatenate::test_concat_order
> 0.06s call     pandas/tests/reshape/merge/test_join.py::TestJoin::test_right_outer_join
> 0.06s call     pandas/tests/reshape/test_crosstab.py::test_categoricals[category-int64]
> 0.06s call     pandas/tests/reshape/concat/test_append_common.py::TestConcatAppendCommon::test_concat_categorical_empty
> 0.06s call     pandas/tests/reshape/test_crosstab.py::test_categoricals[category-category]
> 0.06s call     pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_timegrouper
> 0.05s call     pandas/tests/reshape/test_crosstab.py::test_categoricals[int64-category]
> 0.05s call     pandas/tests/reshape/test_crosstab.py::TestCrosstab::test_crosstab_normalize_multiple_columns
> 0.05s call     pandas/tests/reshape/test_crosstab.py::test_categoricals[int64-int64]
> =========== 2546 passed, 33 skipped, 3 xfailed, 1 warning in 25.64s ============
> rdjoqkol test state = false
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/scalar: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 4307 items
> 
> pandas/tests/scalar/interval/test_arithmetic.py .....................
> pandas/tests/scalar/interval/test_interval.py ..............................................................................
> pandas/tests/scalar/interval/test_ops.py ................................................................................................................................................................................
> pandas/tests/scalar/period/test_asfreq.py .......................
> pandas/tests/scalar/period/test_period.py ......................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/scalar/test_na_scalar.py .....................................................................................ss.....ss.....ss................................................................................................................................................................................
> pandas/tests/scalar/test_nat.py .....................................................................................................................s............s...................................................................................................................................................x..x....x..x....x..x....x..x.............................................
> pandas/tests/scalar/timedelta/test_arithmetic.py ................................................................................................................................
> pandas/tests/scalar/timedelta/test_constructors.py .................................................................................................................................
> pandas/tests/scalar/timedelta/test_formats.py ..........
> pandas/tests/scalar/timedelta/test_timedelta.py ......................................................................................................................................................................................................................................................................x............
> pandas/tests/scalar/timestamp/test_arithmetic.py .......................................................................................................
> pandas/tests/scalar/timestamp/test_comparisons.py ..............................
> pandas/tests/scalar/timestamp/test_constructors.py ....................xxx.....................................................................................
> pandas/tests/scalar/timestamp/test_formats.py ....................
> pandas/tests/scalar/timestamp/test_rendering.py ....................................................
> pandas/tests/scalar/timestamp/test_timestamp.py ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................x...........................................................................................................................................................................................................................................................................................................................................
> pandas/tests/scalar/timestamp/test_timezones.py ...........................................................................................................................................................................................................................................................................................................
> pandas/tests/scalar/timestamp/test_unary_ops.py .....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.50s call     pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_hash_equality_invariance
> 0.35s call     pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_sanity[ceil]
> 0.23s call     pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_sanity[round]
> 0.20s call     pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_sanity[floor]
> 0.19s call     pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_round_sanity[round]
> 0.19s call     pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_round_sanity[floor]
> 0.19s call     pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_round_sanity[ceil]
> 0.11s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_dow_parametric
> 0.06s call     pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_to_timestamp_out_of_bounds
> 0.05s call     pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_conv_daily
> 0.04s call     pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_construction_bday
> 0.04s call     pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_constructor_offsets
> 0.04s call     pandas/tests/scalar/timestamp/test_timestamp.py::test_negative_dates
> 0.04s call     pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_conv_business
> 0.03s call     pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_conv_weekly
> 0.03s call     pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_conv_annual
> 0.03s call     pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_conv_quarterly
> 0.03s call     pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_conv_monthly
> 0.02s call     pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_conv_hourly
> 0.02s call     pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_conv_secondly
> 0.02s call     pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_conv_minutely
> 0.02s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConversion::test_to_datetime_bijective
> 0.01s call     pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_end_time
> 0.01s call     pandas/tests/scalar/timestamp/test_arithmetic.py::TestTimestampArithmetic::test_overflow_offset_raises
> 0.01s call     pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_start_time
> 0.01s call     pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_properties_daily
> 0.01s call     pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_ambiguous
> 0.01s call     pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_ambiguous_bool[ns]
> 0.01s call     pandas/tests/scalar/period/test_period.py::TestPeriodMethods::test_to_timestamp_business_end
> 0.01s call     pandas/tests/scalar/timestamp/test_constructors.py::test_timestamp_constructor_fold_conflict[1572136200000000000-0]
> =========== 4286 passed, 8 skipped, 13 xfailed, 1 warning in 13.07s ============
> rdjoqkol test state = false
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/series: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 12566 items
> 
> pandas/tests/series/accessors/test_cat_accessor.py ...................
> pandas/tests/series/accessors/test_dt_accessor.py .....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/series/accessors/test_sparse_accessor.py .
> pandas/tests/series/accessors/test_str_accessor.py ..
> pandas/tests/series/indexing/test_datetime.py .................
> pandas/tests/series/indexing/test_delitem.py ....
> pandas/tests/series/indexing/test_get.py ............
> pandas/tests/series/indexing/test_getitem.py ..............................................................................................
> pandas/tests/series/indexing/test_indexing.py .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/series/indexing/test_mask.py ....
> pandas/tests/series/indexing/test_set_value.py ...
> pandas/tests/series/indexing/test_setitem.py .......................................................................................................................sss....sss....sss....sss....sss....sss....sss....sss....sss....sss....sss....sss...s...ssss...ssss...ssss...ssss...ssss...ssss...ssss...ssss...ssss...ssss...ssss...sss.................................................................................................................................................................................sssssssss..................ssssssssssssssssss............................................................ssssssssssss..........................................................................................ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss...........................................................................................................................sss..................ssssssssssss...........................sss.......sssssssssssssssssssssssssss.................................................................................sssssssss.................................ssssss.....................sssssssss........................ssssss........................ssssssssssss....................................ssssssssssss..........................................ssssssssssssssssss................................................ssssssssssss....................................ssssssssssss.........................x........x........x........x........x........x........x........x........x.......sssssssssssssssssssssssssss.........sssssssss..............................ssssssssssss.................................sssssssss....................................ssssssssssssssssss...................................................................................................................................................................................................
> pandas/tests/series/indexing/test_take.py ....
> pandas/tests/series/indexing/test_where.py .........................................................................................................................................................................................................
> pandas/tests/series/indexing/test_xs.py ......
> pandas/tests/series/methods/test_add_prefix_suffix.py ...
> pandas/tests/series/methods/test_align.py ...............................................................................................................
> pandas/tests/series/methods/test_argsort.py .....
> pandas/tests/series/methods/test_asof.py .......
> pandas/tests/series/methods/test_astype.py ................................................s....s..........................................................................x........sssssssss.................
> pandas/tests/series/methods/test_autocorr.py .
> pandas/tests/series/methods/test_between.py .......
> pandas/tests/series/methods/test_clip.py ....s.....s.....s.....s.....s.....s.....s.....s.....s.....s...........
> pandas/tests/series/methods/test_combine.py .
> pandas/tests/series/methods/test_combine_first.py ...........................
> pandas/tests/series/methods/test_compare.py ............
> pandas/tests/series/methods/test_convert_dtypes.py .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................s......s
> pandas/tests/series/methods/test_copy.py ..........
> pandas/tests/series/methods/test_count.py ...
> pandas/tests/series/methods/test_cov_corr.py ................
> pandas/tests/series/methods/test_describe.py ......................................................
> pandas/tests/series/methods/test_diff.py .......
> pandas/tests/series/methods/test_drop.py .............................
> pandas/tests/series/methods/test_drop_duplicates.py ..................................................................ssssss.............................................................................................................................................................................................................................................................................................................ss
> pandas/tests/series/methods/test_dropna.py ........
> pandas/tests/series/methods/test_dtypes.py .
> pandas/tests/series/methods/test_duplicated.py ..................
> pandas/tests/series/methods/test_equals.py .....................................................
> pandas/tests/series/methods/test_explode.py ...............ss
> pandas/tests/series/methods/test_fillna.py ..............................................................................................................................
> pandas/tests/series/methods/test_get_numeric_data.py .
> pandas/tests/series/methods/test_head_tail.py .
> pandas/tests/series/methods/test_infer_objects.py .......
> pandas/tests/series/methods/test_interpolate.py x.........................................................................................................................................................................................................x.x.............
> pandas/tests/series/methods/test_is_monotonic.py ..
> pandas/tests/series/methods/test_is_unique.py ........
> pandas/tests/series/methods/test_isin.py .........................................
> pandas/tests/series/methods/test_isna.py ..
> pandas/tests/series/methods/test_item.py .
> pandas/tests/series/methods/test_map.py ......ss...............................xxx...........................................
> pandas/tests/series/methods/test_matmul.py .
> pandas/tests/series/methods/test_nlargest.py .................................................................
> pandas/tests/series/methods/test_nunique.py ..
> pandas/tests/series/methods/test_pct_change.py .............
> pandas/tests/series/methods/test_pop.py .
> pandas/tests/series/methods/test_quantile.py ...................................
> pandas/tests/series/methods/test_rank.py .......................................................................................................ssssssssssssssssssssssssssssss........................................................ssssssssssssssss.....ss.....ss.....ss.....ss.....ss.....................................................ssssssssssssssssss.............................................ssssssssssssssssss.............................................ssssssssssssssssss.............................................ssssssssssssssssss.............................................ssssssssssssssssss.
> pandas/tests/series/methods/test_reindex.py ...................................
> pandas/tests/series/methods/test_reindex_like.py ..
> pandas/tests/series/methods/test_rename.py ................
> pandas/tests/series/methods/test_rename_axis.py .....
> pandas/tests/series/methods/test_repeat.py ...
> pandas/tests/series/methods/test_replace.py ...........................s.........................................................................
> pandas/tests/series/methods/test_reset_index.py ........s......
> pandas/tests/series/methods/test_round.py ..................................
> pandas/tests/series/methods/test_searchsorted.py ........
> pandas/tests/series/methods/test_set_name.py ..
> pandas/tests/series/methods/test_size.py .......
> pandas/tests/series/methods/test_sort_index.py ............................................
> pandas/tests/series/methods/test_sort_values.py ..............
> pandas/tests/series/methods/test_to_csv.py ...................................
> pandas/tests/series/methods/test_to_dict.py ......
> pandas/tests/series/methods/test_to_frame.py ...
> pandas/tests/series/methods/test_to_numpy.py ...
> pandas/tests/series/methods/test_tolist.py ..........sss
> pandas/tests/series/methods/test_truncate.py ....
> pandas/tests/series/methods/test_tz_localize.py ...................
> pandas/tests/series/methods/test_unique.py .......
> pandas/tests/series/methods/test_unstack.py .......
> pandas/tests/series/methods/test_update.py ....................s.....
> pandas/tests/series/methods/test_value_counts.py ............
> pandas/tests/series/methods/test_values.py ...
> pandas/tests/series/methods/test_view.py ..................................................
> pandas/tests/series/test_api.py ............................................................................................................................................................................................
> pandas/tests/series/test_arithmetic.py ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................x...............................x.............
> pandas/tests/series/test_constructors.py .....................................................................................................................................................................................................................................x.........x............................................................................................s.................................xx.................................................sssssss.s...................
> pandas/tests/series/test_cumulative.py .......................................
> pandas/tests/series/test_iteration.py .......
> pandas/tests/series/test_logical_ops.py ..........................x
> pandas/tests/series/test_missing.py ...x..
> pandas/tests/series/test_npfuncs.py ....
> pandas/tests/series/test_reductions.py ....s...............
> pandas/tests/series/test_repr.py ...................................................
> pandas/tests/series/test_subclass.py .........
> pandas/tests/series/test_ufunc.py .....................................................................xxxx........................................................................................................................................
> pandas/tests/series/test_unary.py ..........................
> pandas/tests/series/test_validate.py ............................
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 1.31s call     pandas/tests/series/methods/test_isin.py::test_isin_large_series_mixed_dtypes_and_nan
> 0.73s call     pandas/tests/series/methods/test_rank.py::test_pct_max_many_rows
> 0.32s call     pandas/tests/series/test_repr.py::TestSeriesRepr::test_latex_repr
> 0.20s call     pandas/tests/series/test_constructors.py::TestSeriesConstructorIndexCoercion::test_series_constructor_datetimelike_index_coercion
> 0.20s call     pandas/tests/series/test_arithmetic.py::TestNamePreservation::test_series_ops_name_retention[numexpr-names0-pow-False-Index]
> 0.18s call     pandas/tests/series/methods/test_fillna.py::TestSeriesFillNA::test_fillna_float_casting[True-int-float64]
> 0.09s call     pandas/tests/series/accessors/test_cat_accessor.py::TestCatAccessor::test_dt_accessor_api_for_categorical[idx0]
> 0.08s call     pandas/tests/series/methods/test_isin.py::TestSeriesIsIn::test_isin
> 0.06s call     pandas/tests/series/indexing/test_setitem.py::test_20643
> 0.05s call     pandas/tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_int_key[nan0-iloc-interval_int_na_value]
> 0.05s call     pandas/tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_int_key[None-setitem-interval_int_na_value]
> 0.05s call     pandas/tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_int_key[nan1-iloc-interval_int_na_value]
> 0.05s call     pandas/tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_int_key[nan1-setitem-interval_int_na_value]
> 0.05s call     pandas/tests/series/accessors/test_cat_accessor.py::TestCatAccessor::test_dt_accessor_api_for_categorical[idx1]
> 0.05s call     pandas/tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_int_key[val3-iloc-interval_int_na_value]
> 0.05s call     pandas/tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_int_key[nan0-iloc-bool_series_int_key]
> 0.05s call     pandas/tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_int_key[nan0-iloc-bool_series_int_key_change_all]
> 0.05s call     pandas/tests/series/indexing/test_get.py::test_get_with_default
> 0.05s call     pandas/tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_int_key[None-iloc-interval_int_na_value]
> 0.05s call     pandas/tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_int_key[nan1-iloc-bool_series_int_key_change_all]
> 0.05s call     pandas/tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_int_key[nan1-iloc-bool_series_int_key]
> 0.05s call     pandas/tests/series/indexing/test_setitem.py::TestPeriodIntervalCoercion::test_int_key[obj0-iloc-object-foo]
> 0.05s call     pandas/tests/series/indexing/test_setitem.py::TestSetitemTimedelta64IntoNumeric::test_int_key[iloc-complex]
> 0.05s call     pandas/tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_int_key[val3-iloc-bool_series_int_key_change_all]
> 0.05s call     pandas/tests/series/indexing/test_setitem.py::TestSetitemFloatIntervalWithIntIntervalValues::test_int_key[iloc]
> 0.05s call     pandas/tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_int_key[val3-iloc-bool_series_int_key]
> 0.05s call     pandas/tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_int_key[nan0-setitem-interval_int_na_value]
> 0.05s call     pandas/tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_int_key[nan1-loc-interval_int_na_value]
> 0.05s call     pandas/tests/series/indexing/test_setitem.py::TestPeriodIntervalCoercion::test_int_key[obj0-iloc-object-val2]
> 0.05s call     pandas/tests/series/indexing/test_setitem.py::TestSetitemTimedelta64IntoNumeric::test_int_key[iloc-float]
> ===== 11942 passed, 596 skipped, 28 xfailed, 1 warning in 70.47s (0:01:10) =====
> rdjoqkol test state = false
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/strings: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 3374 items
> 
> pandas/tests/strings/test_api.py ..ss.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................x.................................................................................................xx............xx......xx....................xx........................xxxx..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss
> pandas/tests/strings/test_case_justify.py ..ss...ss.......ssssss...ss....ss..ss...ss..ss..........ssssssssss..ss...ss..ss..ss..ss..ss
> pandas/tests/strings/test_cat.py ................................................................
> pandas/tests/strings/test_extract.py ..ss..ss....ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ssssss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss...ss..ss..ss..ss....ssss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ssssss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss....ssss..ss..ss................ssssssssssssssss..ss..ss...ss..sss
> pandas/tests/strings/test_find_replace.py ..ss..............ssssssssssss..ss..ss...........................sss...........................sss..ss..ss...ss........................ssssssssssssssssssssssss..ss......ssssss..ss..ss...ss..ss..ss....ssss..ss..ss..ss..ss..ss....ssss..ss...ss..ss..ss..ss..ss..ss...ss..ss..ss.s.sssss.s.sssss...ss
> pandas/tests/strings/test_get_dummies.py ..ss...ss.
> pandas/tests/strings/test_split_partition.py ....ssss....ssss..ss..ss..ss............ssssssss..ss..ss..ss..ss....ssss............ssssssssssss....ssss..ss..ss..ss..ss.....ss..ss..ss.....ss..ss.....ssss....ssss....ssss....ssss....ssss......ssss....ssss..ss..ss......ssss...........ss
> pandas/tests/strings/test_string_array.py .......................................................................sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss....ssss....ssss.s
> pandas/tests/strings/test_strings.py ......ss...ss.....ssss..ss................ssssssssssssssss....ssss....ssss..ss...ss.............ssssssssssss............ssssssssssss..ss..ss....ssss....ssss....ssss..ss..........ssssssssss..................ssssssssssssssss......ssssss.........ssssss....ssss....ssss..ss...ss..ss..ss.....ssss..ss....................ss.......
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.09s call     pandas/tests/strings/test_api.py::test_api_per_method[series-bytes-split0-category]
> 0.02s call     pandas/tests/strings/test_strings.py::test_empty_str_methods[string[python]]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_no_matches[string[python]-data7-names7]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_no_matches[string[python]-data5-names5]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_no_matches[string[python]-data6-names6]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_no_matches[string[python]-data3-names3]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_no_matches[string[python]-data2-names2]
> 0.01s call     pandas/tests/strings/test_find_replace.py::test_flags_kwarg[object]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_same_as_extract_subject_index[string[python]]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall[string[python]]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_no_matches[object-data7-names7]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extract_expand_capture_groups[string[python]]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_no_matches[object-data2-names2]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_no_matches[object-data5-names5]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_no_matches[object-data6-names6]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_no_matches[string[python]-data4-names4]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_no_matches[string[python]-data1-names1]
> 0.01s call     pandas/tests/strings/test_strings.py::test_empty_str_methods[object]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_no_matches[object-data3-names3]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_no_matches[string[python]-data0-names0]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_same_as_extract_subject_index[object]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall[object]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_no_matches[object-data0-names0]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_no_matches[object-data1-names1]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_no_matches[object-data4-names4]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extract_expand_capture_groups[object]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_same_as_extract[string[python]]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_stringindex[object]
> 0.01s call     pandas/tests/strings/test_find_replace.py::test_flags_kwarg[string[python]]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_same_as_extract[object]
> =========== 2518 passed, 843 skipped, 13 xfailed, 1 warning in 7.94s ===========
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 8 items
> 
> pandas/tests/test_aggregation.py ........
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 
> (24 durations < 0.005s hidden.  Use -vv to show these durations.)
> ========================= 8 passed, 1 warning in 0.43s =========================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 447 items
> 
> pandas/tests/test_algos.py ...............................................................................................................................................................................................................................................................................................................................................................................................................................................................
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 2.91s call     pandas/tests/test_algos.py::TestRank::test_pct_max_many_rows
> 0.06s call     pandas/tests/test_algos.py::TestFactorize::test_factorize_tuple_list[data0-expected_codes0-expected_uniques0]
> 0.03s call     pandas/tests/test_algos.py::TestValueCounts::test_value_counts_nat
> 0.03s call     pandas/tests/test_algos.py::TestIsin::test_large
> 0.03s call     pandas/tests/test_algos.py::TestValueCounts::test_value_counts_dtypes
> 0.02s call     pandas/tests/test_algos.py::TestIsin::test_basic
> 0.02s call     pandas/tests/test_algos.py::TestDuplicated::test_datetime_likes
> 0.02s call     pandas/tests/test_algos.py::TestValueCounts::test_value_counts_bins
> 0.01s call     pandas/tests/test_algos.py::TestUnique::test_object_refcount_bug
> 0.01s call     pandas/tests/test_algos.py::TestValueCounts::test_value_counts_uint64
> 0.01s call     pandas/tests/test_algos.py::TestIsin::test_same_object_is_in
> 0.01s call     pandas/tests/test_algos.py::TestValueCounts::test_value_counts
> 0.01s call     pandas/tests/test_algos.py::TestIsin::test_same_nan_is_in_large_series
> 0.01s call     pandas/tests/test_algos.py::TestUnique::test_order_of_appearance
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_int_factorize_use_na_sentinel_false[data0-expected_codes0-expected_uniques0]
> 0.01s call     pandas/tests/test_algos.py::TestDuplicated::test_unique_tuples[arr0-uniques0]
> 0.01s call     pandas/tests/test_algos.py::TestIsin::test_same_nan_is_in
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_int_factorize_use_na_sentinel_false[data1-expected_codes1-expected_uniques1]
> 0.01s call     pandas/tests/test_algos.py::TestUnique::test_tuple_with_strings[arg0-expected0]
> 0.01s call     pandas/tests/test_algos.py::TestIsin::test_same_nan_is_in_large
> 0.01s call     pandas/tests/test_algos.py::TestIsin::test_no_cast
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_factorize_tuple_list[data2-expected_codes2-expected_uniques2]
> 0.01s call     pandas/tests/test_algos.py::TestUnique::test_tuple_with_strings[arg1-expected1]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_factorize_tuple_list[data1-expected_codes1-expected_uniques1]
> 0.01s call     pandas/tests/test_algos.py::TestDuplicated::test_unique_tuples[arr1-uniques1]
> 0.01s call     pandas/tests/test_algos.py::TestDuplicated::test_unique_tuples[arr2-uniques2]
> 0.01s call     pandas/tests/test_algos.py::TestDuplicated::test_unique_complex_numbers[array0-expected0]
> 0.01s call     pandas/tests/test_algos.py::test_infinity_sort
> 
> (2 durations < 0.005s hidden.  Use -vv to show these durations.)
> ======================== 447 passed, 1 warning in 4.55s ========================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 128 items
> 
> pandas/tests/test_common.py ...............x.x..............................................................................................................
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.57s call     pandas/tests/test_common.py::test_bz2_missing_import
> 0.42s call     pandas/tests/test_common.py::test_str_size
> 
> (28 durations < 0.005s hidden.  Use -vv to show these durations.)
> ================== 126 passed, 2 xfailed, 1 warning in 1.74s ===================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 27 items / 1 deselected / 26 selected
> 
> pandas/tests/test_downstream.py ....s..s.sss.s..........s.
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 2.23s call     pandas/tests/test_downstream.py::test_oo_optimizable
> 1.83s call     pandas/tests/test_downstream.py::test_oo_optimized_datetime_index_unpickle
> 0.66s call     pandas/tests/test_downstream.py::test_seaborn
> 0.23s call     pandas/tests/test_downstream.py::test_dask
> 0.02s call     pandas/tests/test_downstream.py::test_construct_dask_float_array_int_dtype_match_ndarray
> 0.01s call     pandas/tests/test_downstream.py::test_yaml_dump
> 0.01s call     pandas/tests/test_downstream.py::test_dask_ufunc
> 
> (23 durations < 0.005s hidden.  Use -vv to show these durations.)
> ============ 19 passed, 7 skipped, 1 deselected, 1 warning in 5.71s ============
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 36 items
> 
> pandas/tests/test_errors.py ....................................
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 
> (30 durations < 0.005s hidden.  Use -vv to show these durations.)
> ======================== 36 passed, 1 warning in 0.44s =========================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 243 items
> 
> pandas/tests/test_expressions.py ...................................................................................................................................................................................................................................................
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.09s call     pandas/tests/test_expressions.py::TestExpressions::test_bool_ops_warn_on_arithmetic[+-add]
> 0.04s call     pandas/tests/test_expressions.py::TestExpressions::test_bool_ops_warn_on_arithmetic[*-mul]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[mod-True-_integer_integers]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[floordiv-True-_integer_integers]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_invalid
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[floordiv-False-_integer_integers]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[floordiv-False-_mixed]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_binary[ne-True-_mixed]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[mod-False-_integer_integers]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[mod-False-_mixed]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[floordiv-True-_mixed]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_binary[ne-False-_mixed]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[mod-False-_integer]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_binary[eq-True-_mixed]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_binary[eq-False-_mixed]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[mod-True-_mixed]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_binary[gt-False-_mixed]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_binary[eq-False-_mixed2]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[sub-True-_mixed]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[mul-False-_mixed]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_binary[eq-False-_integer]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_binary[ne-False-_frame]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_binary[lt-False-_mixed]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[floordiv-False-_frame]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[floordiv-True-_mixed2]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[floordiv-True-_frame]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[truediv-False-_mixed]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[add-False-_integer_integers]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_binary[gt-False-_integer_integers]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_binary[eq-True-_frame]
> ======================== 243 passed, 1 warning in 2.39s ========================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 5 items
> 
> pandas/tests/test_flags.py .....
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 
> (15 durations < 0.005s hidden.  Use -vv to show these durations.)
> ========================= 5 passed, 1 warning in 0.43s =========================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 19 items
> 
> pandas/tests/test_multilevel.py ...................
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.09s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_reindex_level
> 0.02s setup    pandas/tests/test_multilevel.py::TestMultiLevel::test_reindex_level
> 0.01s setup    pandas/tests/test_multilevel.py::TestMultiLevel::test_groupby_multilevel
> 0.01s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_alignment
> 0.01s setup    pandas/tests/test_multilevel.py::TestMultiLevel::test_setitem_with_expansion_multiindex_columns
> 0.01s setup    pandas/tests/test_multilevel.py::TestMultiLevel::test_reindex_preserve_levels
> 0.01s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_level_with_tuples
> 0.01s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_groupby_level_no_obs
> 0.01s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_reindex_level_partial_selection
> 0.01s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_groupby_transform
> 0.01s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_multilevel_consolidate
> 
> (19 durations < 0.005s hidden.  Use -vv to show these durations.)
> ======================== 19 passed, 1 warning in 0.74s =========================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 245 items
> 
> pandas/tests/test_nanops.py .....................................................................................................................................................................................................................................................
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.03s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanskew[True]
> 0.03s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nankurt[True]
> 0.03s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nansem[True-0]
> 0.03s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanskew[False]
> 0.03s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nankurt[False]
> 0.02s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nansem[True-2]
> 0.02s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nansem[True-1]
> 0.02s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanmedian[True]
> 0.02s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nansem[False-1]
> 0.02s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nansem[False-2]
> 0.02s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nansem[False-0]
> 0.02s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanmedian[False]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nancorr_spearman
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanstd[True-2]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanstd[True-0]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanstd[True-1]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nansum[True]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanvar[True-1]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanvar[True-0]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanvar[True-2]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanmean[True]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanops_with_warnings[True-reduction-amin]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanprod[True]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanops_with_warnings[True-reduction-amax]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanstd[False-0]
> 
> (5 durations < 0.005s hidden.  Use -vv to show these durations.)
> ======================== 245 passed, 1 warning in 1.35s ========================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 5 items
> 
> pandas/tests/test_optional_dependency.py .s...
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.06s call     pandas/tests/test_optional_dependency.py::test_bad_version
> 0.01s call     pandas/tests/test_optional_dependency.py::test_submodule
> 
> (13 durations < 0.005s hidden.  Use -vv to show these durations.)
> =================== 4 passed, 1 skipped, 1 warning in 0.47s ====================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 7 items
> 
> pandas/tests/test_register_accessor.py .......
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.06s call     pandas/tests/test_register_accessor.py::test_overwrite_warns
> 
> (20 durations < 0.005s hidden.  Use -vv to show these durations.)
> ========================= 7 passed, 1 warning in 0.48s =========================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 54 items
> 
> pandas/tests/test_sorting.py ......................................................
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 5.03s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_how_merge[outer]
> 4.75s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_how_merge[right]
> 4.62s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_how_merge[inner]
> 4.60s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_how_merge[left]
> 2.23s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_sort_false_order
> 1.28s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_check_sum_col
> 0.80s call     pandas/tests/test_sorting.py::TestSorting::test_int64_overflow_groupby_large_range
> 0.60s setup    pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_how_merge[outer]
> 0.56s setup    pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_how_merge[inner]
> 0.54s setup    pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_sort_false_order
> 0.53s setup    pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_how_merge[left]
> 0.53s setup    pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_how_merge[right]
> 0.51s setup    pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_check_sum_col
> 0.31s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_one_to_many_none_match[True-right]
> 0.31s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_one_to_many_none_match[True-outer]
> 0.31s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_one_to_many_none_match[True-left]
> 0.30s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_one_to_many_none_match[True-inner]
> 0.30s call     pandas/tests/test_sorting.py::TestSorting::test_int64_overflow_groupby_large_df_shuffled[median]
> 0.30s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_one_to_many_none_match[False-right]
> 0.30s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_one_to_many_none_match[False-outer]
> 0.30s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_one_to_many_none_match[False-left]
> 0.29s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_one_to_many_none_match[False-inner]
> 0.29s call     pandas/tests/test_sorting.py::TestSorting::test_int64_overflow_groupby_large_df_shuffled[mean]
> 0.18s call     pandas/tests/test_sorting.py::TestSorting::test_int64_overflow
> 0.01s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_outer_merge
> 
> (5 durations < 0.005s hidden.  Use -vv to show these durations.)
> ======================== 54 passed, 1 warning in 30.36s ========================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 81 items
> 
> pandas/tests/test_take.py .................................................................................
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.06s call     pandas/tests/test_take.py::TestExtensionTake::test_take_coerces_list
> 
> (29 durations < 0.005s hidden.  Use -vv to show these durations.)
> ======================== 81 passed, 1 warning in 0.66s =========================
> rdjoqkol test state = false
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/tools: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 1479 items
> 
> pandas/tests/tools/test_to_datetime.py ............................................................................ss...................................................................................................................................................ssssssss...................................................................ss..............................................................................................................xx..xx..........................................................................................................................................................xx....ss.ssssss....................................................s........................................................................................................................................................................................................................................................................................................ssssssssss..
> pandas/tests/tools/test_to_numeric.py ...s.s....................................................................................................................................................................................................................................................xx.......................................................................................................................ssssss.s.s.................................sss...sss.s....ssss.s.s
> pandas/tests/tools/test_to_time.py ...........
> pandas/tests/tools/test_to_timedelta.py .......................................................................ssssssssssss
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.07s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[array-None-None]
> 0.07s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[array-None-True]
> 0.07s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[array-%Y%m%d %H:%M:%S-True]
> 0.07s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[array-%Y%m%d %H:%M:%S-None]
> 0.07s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[list-%Y%m%d %H:%M:%S-True]
> 0.06s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[deque-None-None]
> 0.06s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[deque-None-True]
> 0.06s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[list-None-None]
> 0.06s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[list-None-True]
> 0.06s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[deque-%Y%m%d %H:%M:%S-True]
> 0.06s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[deque-%Y%m%d %H:%M:%S-None]
> 0.06s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[list-%Y%m%d %H:%M:%S-None]
> 0.06s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[tuple-None-None]
> 0.06s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[tuple-%Y%m%d %H:%M:%S-True]
> 0.06s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[tuple-%Y%m%d %H:%M:%S-None]
> 0.06s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[tuple-None-True]
> 0.06s call     pandas/tests/tools/test_to_datetime.py::TestTimeConversionFormats::test_to_datetime_parse_tzname_or_tzoffset_utc_false_deprecated[%Y-%m-%d %H:%M:%S %Z-dates0-expected_dates0]
> 0.03s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[Index-None-True]
> 0.03s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[Index-%Y%m%d %H:%M:%S-True]
> 0.03s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache_series[None-True]
> 0.03s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[Index-None-None]
> 0.03s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[Index-%Y%m%d %H:%M:%S-None]
> 0.03s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache_series[None-None]
> 0.03s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache_series[%Y%m%d %H:%M:%S-None]
> 0.03s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache_series[%Y%m%d %H:%M:%S-True]
> 0.02s call     pandas/tests/tools/test_to_datetime.py::test_ignoring_unknown_tz_deprecated
> 0.02s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_datetime_invalid_index[None-values2]
> 0.02s call     pandas/tests/tools/test_to_datetime.py::TestTimeConversionFormats::test_to_datetime_parse_tzname_or_tzoffset[%Y-%m-%d %H:%M:%S %Z-dates0-expected_dates0]
> 0.01s call     pandas/tests/tools/test_to_datetime.py::TestToDatetimeUnit::test_to_datetime_month_or_year_unit_non_round_float[True-Y]
> 0.01s call     pandas/tests/tools/test_to_datetime.py::TestToDatetimeMisc::test_to_datetime_timezone_name
> ============ 1405 passed, 66 skipped, 8 xfailed, 1 warning in 5.44s ============
> rdjoqkol test state = false
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/tseries: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 5314 items
> 
> pandas/tests/tseries/frequencies/test_freq_code.py ....................................
> pandas/tests/tseries/frequencies/test_frequencies.py ..........
> pandas/tests/tseries/frequencies/test_inference.py .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/tseries/holiday/test_calendar.py ........
> pandas/tests/tseries/holiday/test_federal.py ...
> pandas/tests/tseries/holiday/test_holiday.py ................................................
> pandas/tests/tseries/holiday/test_observance.py .................................
> pandas/tests/tseries/offsets/test_business_day.py .......................
> pandas/tests/tseries/offsets/test_business_hour.py ................................................................................
> pandas/tests/tseries/offsets/test_business_month.py .....................
> pandas/tests/tseries/offsets/test_business_quarter.py ..............................................
> pandas/tests/tseries/offsets/test_business_year.py ...................
> pandas/tests/tseries/offsets/test_common.py ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/tseries/offsets/test_custom_business_day.py .......
> pandas/tests/tseries/offsets/test_custom_business_hour.py ............................
> pandas/tests/tseries/offsets/test_custom_business_month.py ......................................................
> pandas/tests/tseries/offsets/test_dst.py ..........................
> pandas/tests/tseries/offsets/test_easter.py ..........
> pandas/tests/tseries/offsets/test_fiscal.py .............................................................................................................................................
> pandas/tests/tseries/offsets/test_index.py ........................
> pandas/tests/tseries/offsets/test_month.py ............................................................
> pandas/tests/tseries/offsets/test_offsets.py .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................x..................................................................................................................................................................................................................................................x...............................................................................................................................................................................................................................................
> pandas/tests/tseries/offsets/test_offsets_properties.py ..
> pandas/tests/tseries/offsets/test_quarter.py ........................................................................................
> pandas/tests/tseries/offsets/test_ticks.py ...........................................................................................................
> pandas/tests/tseries/offsets/test_week.py ..............................................
> pandas/tests/tseries/offsets/test_year.py .................................
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> pandas/tests/tseries/offsets/test_offsets_properties.py::test_on_offset_implementations
>   /usr/lib/python3/dist-packages/dateutil/zoneinfo/__init__.py:26: UserWarning: I/O error(2): No such file or directory
>     warnings.warn("I/O error({0}): {1}".format(e.errno, e.strerror))
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.42s call     pandas/tests/tseries/offsets/test_offsets_properties.py::test_on_offset_implementations
> 0.23s call     pandas/tests/tseries/offsets/test_offsets_properties.py::test_shift_across_dst
> 0.17s call     pandas/tests/tseries/offsets/test_custom_business_month.py::TestCustomBusinessMonthBegin::test_datetimeindex
> 0.16s call     pandas/tests/tseries/offsets/test_custom_business_day.py::TestCustomBusinessDay::test_calendar
> 0.16s call     pandas/tests/tseries/offsets/test_custom_business_month.py::TestCustomBusinessMonthEnd::test_datetimeindex
> 0.16s call     pandas/tests/tseries/offsets/test_custom_business_hour.py::TestCustomBusinessHour::test_us_federal_holiday_with_datetime
> 0.16s call     pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[DateOffset]
> 0.12s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_equality[Milli]
> 0.12s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_equality[Micro]
> 0.12s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_equality[Hour]
> 0.12s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_equality[Nano]
> 0.12s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_equality[Second]
> 0.11s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_equality[Minute]
> 0.10s call     pandas/tests/tseries/offsets/test_common.py::test_apply_out_of_range[datetime.timezone.utc-BYearEnd]
> 0.08s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_add_sub[Hour]
> 0.08s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_add_sub[Minute]
> 0.08s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_add_sub[Second]
> 0.08s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_add_sub[Micro]
> 0.08s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_add_sub[Milli]
> 0.08s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_add_sub[Nano]
> 0.06s call     pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[DateOffset]
> 0.06s call     pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[DateOffset]
> 0.04s call     pandas/tests/tseries/offsets/test_index.py::test_apply_index[BYearEnd--2]
> 0.04s call     pandas/tests/tseries/offsets/test_business_month.py::test_apply_index[BusinessMonthBegin--2]
> 0.04s call     pandas/tests/tseries/offsets/test_index.py::test_apply_index[BusinessMonthBegin--2]
> 0.04s call     pandas/tests/tseries/offsets/test_index.py::test_apply_index[BQuarterBegin--2]
> 0.04s call     pandas/tests/tseries/offsets/test_index.py::test_apply_index[BQuarterEnd--2]
> 0.04s call     pandas/tests/tseries/offsets/test_index.py::test_apply_index[BYearBegin--2]
> 0.04s call     pandas/tests/tseries/offsets/test_index.py::test_apply_index[YearEnd--2]
> 0.04s call     pandas/tests/tseries/offsets/test_index.py::test_apply_index[QuarterBegin--2]
> ================= 5312 passed, 2 xfailed, 2 warnings in 15.02s =================
> rdjoqkol test state = false
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/tslibs: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 1026 items
> 
> pandas/tests/tslibs/test_api.py .
> pandas/tests/tslibs/test_array_to_datetime.py ...........................
> pandas/tests/tslibs/test_ccalendar.py .................
> pandas/tests/tslibs/test_conversion.py ......................................................................
> pandas/tests/tslibs/test_fields.py ....
> pandas/tests/tslibs/test_libfrequencies.py ..............
> pandas/tests/tslibs/test_liboffsets.py ..........................................................................
> pandas/tests/tslibs/test_np_datetime.py ........
> pandas/tests/tslibs/test_parse_iso8601.py ...................................................
> pandas/tests/tslibs/test_parsing.py .................................ssssssssssssssssssssssssssssssssssssssss..sss.............................................
> pandas/tests/tslibs/test_period_asfreq.py ......................................
> pandas/tests/tslibs/test_resolution.py ..
> pandas/tests/tslibs/test_timedeltas.py .........................
> pandas/tests/tslibs/test_timezones.py ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/tslibs/test_to_offset.py ...................................................................................
> pandas/tests/tslibs/test_tzconversion.py .
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.42s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[tzlocal()]
> 0.36s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly['dateutil/Asia/Singapore']
> 0.27s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[pytz.FixedOffset(300)]
> 0.25s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly['UTC+01:15']
> 0.25s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly['-02:15']
> 0.25s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly['UTC-02:15']
> 0.24s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')]
> 0.24s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[datetime.timezone(datetime.timedelta(seconds=3600))]
> 0.24s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly['+01:15']
> 0.21s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[pytz.FixedOffset(-300)]
> 0.16s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly['Asia/Tokyo']
> 0.10s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[zoneinfo.ZoneInfo(key='US/Pacific')]
> 0.08s call     pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Santo_Domingo]
> 0.08s call     pandas/tests/tslibs/test_ccalendar.py::test_isocalendar
> 0.06s call     pandas/tests/tslibs/test_array_to_datetime.py::test_parsing_different_timezone_offsets
> 0.05s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[zoneinfo.ZoneInfo(key='UTC')]
> 0.05s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[tzutc()]
> 0.04s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert[zoneinfo.ZoneInfo(key='US/Pacific')-D]
> 0.04s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert[tzlocal()-D]
> 0.04s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly['UTC']
> 0.03s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[datetime.timezone.utc]
> 0.03s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert['dateutil/US/Pacific'-D]
> 0.03s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert['dateutil/Asia/Singapore'-D]
> 0.03s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[<UTC>]
> 0.03s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly['dateutil/US/Pacific']
> 0.02s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly['US/Eastern']
> 0.02s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert['UTC-02:15'-D]
> 0.02s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert[datetime.timezone(datetime.timedelta(seconds=3600))-D]
> 0.02s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert['+01:15'-D]
> 0.02s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-D]
> ================== 983 passed, 43 skipped, 1 warning in 5.83s ==================
> rdjoqkol test state = false
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/util: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 910 items
> 
> pandas/tests/util/test_assert_almost_equal.py ....................................................................................................................................................................
> pandas/tests/util/test_assert_attr_equal.py ..........................................
> pandas/tests/util/test_assert_categorical_equal.py ..........
> pandas/tests/util/test_assert_extension_array_equal.py ....................
> pandas/tests/util/test_assert_frame_equal.py ...............................................................................................................
> pandas/tests/util/test_assert_index_equal.py ................................................................
> pandas/tests/util/test_assert_interval_array_equal.py .......
> pandas/tests/util/test_assert_numpy_array_equal.py .........................
> pandas/tests/util/test_assert_produces_warning.py ............................................................................................................................
> pandas/tests/util/test_assert_series_equal.py ..................................................................................
> pandas/tests/util/test_deprecate.py ...
> pandas/tests/util/test_deprecate_kwarg.py ..............
> pandas/tests/util/test_deprecate_nonkeyword_arguments.py ...................
> pandas/tests/util/test_doc.py ....
> pandas/tests/util/test_hashing.py .....................................................................................................................................................
> pandas/tests/util/test_make_objects.py .
> pandas/tests/util/test_numba.py .
> pandas/tests/util/test_rewrite_warning.py ..........
> pandas/tests/util/test_safe_import.py ........
> pandas/tests/util/test_shares_memory.py .
> pandas/tests/util/test_show_versions.py ....
> pandas/tests/util/test_util.py ...sx.
> pandas/tests/util/test_validate_args.py ......
> pandas/tests/util/test_validate_args_and_kwargs.py ......
> pandas/tests/util/test_validate_inclusive.py ...........
> pandas/tests/util/test_validate_kwargs.py ..................
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 2.08s call     pandas/tests/util/test_show_versions.py::test_show_versions
> 0.08s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[right0-nan]
> 0.07s call     pandas/tests/util/test_assert_series_equal.py::test_series_not_equal_metadata_mismatch[kwargs1]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[right4-left5]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[None-left0]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[right4-nan]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[None-nan]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[right4-left2]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[right0-None]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[right0-left2]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[None-left4]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[right5-nan]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[right2-left5]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[right2-nan]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[right2-None]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[right0-left4]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[right4-left0]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[right0-left5]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[nan-left0]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[nan-left4]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[None-left5]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[nan-left5]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[right2-left4]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[nan-left2]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[right4-None]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[right5-None]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[nan-None]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[right5-left0]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[right2-left0]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[None-left2]
> ============= 908 passed, 1 skipped, 1 xfailed, 1 warning in 5.75s =============
> rdjoqkol test state = false
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/window: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 10139 items / 1 skipped
> 
> pandas/tests/window/moments/test_moments_consistency_ewm.py ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/window/moments/test_moments_consistency_expanding.py ........x.......................x..x..x..x..x..x....................x.......................x..x..x..x..x..x................................................................................................................................................................................................................................................................................
> pandas/tests/window/moments/test_moments_consistency_rolling.py ..............x..x............................................x..x..x..x..x..x..x..x..x..x..x..x......................................x..x............................................x..x..x..x..x..x..x..x..x..x..x..x................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/window/test_api.py .........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/window/test_apply.py ...s....sssss..........s..s.......................................................
> pandas/tests/window/test_base_indexer.py ....................................................................................................................................................................................................................................
> pandas/tests/window/test_cython_aggregations.py ........................................................................
> pandas/tests/window/test_dtypes.py ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/window/test_ewm.py ..............................................................................................................................................................................ssssssssssss........ssssssssssssssss................
> pandas/tests/window/test_expanding.py ..........x................................................................................................................................................................................................ss....s...................s..s......s.............................................................................................
> pandas/tests/window/test_groupby.py ..........................................................................................................
> pandas/tests/window/test_numba.py sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
> pandas/tests/window/test_pairwise.py .......................................................................................................................................................................................................................................................................................................................
> pandas/tests/window/test_rolling.py ...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/window/test_rolling_functions.py ..................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/window/test_rolling_quantile.py ..........................................................................................................................................................................................
> pandas/tests/window/test_rolling_skew_kurt.py ......................................................................
> pandas/tests/window/test_timeseries_window.py .........................................................................
> pandas/tests/window/test_win_type.py ...............................................................................................................................................................................................................................................................................................
> 
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.40s call     pandas/tests/window/test_apply.py::test_center_reindex_frame[False]
> 0.17s call     pandas/tests/window/test_apply.py::test_time_rule_frame[False]
> 0.13s call     pandas/tests/window/test_api.py::test_dont_modify_attributes_after_methods[count-right-False-None-1]
> 0.10s call     pandas/tests/window/test_apply.py::test_frame[False]
> 0.07s call     pandas/tests/window/test_expanding.py::test_expanding_corr_pairwise
> 0.07s call     pandas/tests/window/test_expanding.py::test_expanding_cov_pairwise
> 0.05s call     pandas/tests/window/test_api.py::test_agg[None]
> 0.05s call     pandas/tests/window/test_api.py::test_agg_consistency[1]
> 0.05s call     pandas/tests/window/test_api.py::test_agg_consistency[2]
> 0.05s call     pandas/tests/window/test_api.py::test_agg_consistency[None]
> 0.05s call     pandas/tests/window/test_api.py::test_agg_consistency[5]
> 0.05s call     pandas/tests/window/test_api.py::test_agg[2]
> 0.05s call     pandas/tests/window/test_api.py::test_agg[10]
> 0.05s call     pandas/tests/window/test_api.py::test_agg[1]
> 0.05s call     pandas/tests/window/test_api.py::test_agg[5]
> 0.05s call     pandas/tests/window/test_api.py::test_agg_consistency[10]
> 0.04s call     pandas/tests/window/test_apply.py::test_min_periods[False-None-0]
> 0.04s call     pandas/tests/window/test_apply.py::test_min_periods[False-1-0]
> 0.04s call     pandas/tests/window/test_pairwise.py::test_rolling_pairwise_cov_corr[corr]
> 0.04s call     pandas/tests/window/test_expanding.py::test_expanding_min_periods[sum]
> 0.04s call     pandas/tests/window/test_pairwise.py::test_rolling_pairwise_cov_corr[cov]
> 0.04s call     pandas/tests/window/test_expanding.py::test_expanding_min_periods[mean]
> 0.04s call     pandas/tests/window/test_expanding.py::test_expanding_min_periods[min]
> 0.04s call     pandas/tests/window/test_expanding.py::test_expanding_min_periods[max]
> 0.04s call     pandas/tests/window/test_apply.py::test_center_reindex_series[False]
> 0.03s call     pandas/tests/window/test_ewm.py::test_ewm_pairwise_cov_corr[corr]
> 0.03s call     pandas/tests/window/test_pairwise.py::test_flex_binary_frame[corr]
> 0.03s call     pandas/tests/window/test_pairwise.py::TestPairwise::test_cov_mulittindex
> 0.03s call     pandas/tests/window/test_pairwise.py::test_flex_binary_frame[cov]
> 0.03s call     pandas/tests/window/test_ewm.py::test_ewm_pairwise_cov_corr[cov]
> ========== 8915 passed, 1182 skipped, 43 xfailed, 1 warning in 33.08s ==========
> rdjoqkol test state = false
> E: pybuild pybuild:389: test: plugin custom failed with: exit code=1: TEST_SUCCESS=true; cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build ; for TEST_SUBSET in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/* ; do grep -q -e __pycache__ $TEST_SUBSET || PANDAS_CI=1 LC_ALL=C.UTF-8 xvfb-run -a -s "-screen 0 1280x1024x24 -noreset" python3.12 -m pytest -s -m "not network"  -k "not test_register_entrypoint and not test_wrong_url and not test_statsmodels" --confcutdir=/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas --deb-data-root-dir=/<<PKGBUILDDIR>>/pandas/tests $TEST_SUBSET || test $? = 5 || TEST_SUCCESS=false && echo "rdjoqkol test state = $TEST_SUCCESS"; done ; rm -rf test-data.xml .pytest_cache ; $TEST_SUCCESS
> I: pybuild base:305: TEST_SUCCESS=true; cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build ; for TEST_SUBSET in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/* ; do grep -q -e __pycache__ $TEST_SUBSET || PANDAS_CI=1 LC_ALL=C.UTF-8 xvfb-run -a -s "-screen 0 1280x1024x24 -noreset" python3.11 -m pytest -s -m "not network"  -k "not test_register_entrypoint and not test_wrong_url and not test_statsmodels" --confcutdir=/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas --deb-data-root-dir=/<<PKGBUILDDIR>>/pandas/tests $TEST_SUBSET || test $? = 5 || TEST_SUCCESS=false && echo "rdjoqkol test state = $TEST_SUCCESS"; done ; rm -rf test-data.xml .pytest_cache ; $TEST_SUCCESS
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 0 items
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================ no tests ran in 0.02s =============================
> rdjoqkol test state = true
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/api: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 14 items
> 
> pandas/tests/api/test_api.py ............
> pandas/tests/api/test_types.py ..
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.06s call     pandas/tests/api/test_api.py::test_pandas_array_alias
> 
> (29 durations < 0.005s hidden.  Use -vv to show these durations.)
> ============================== 14 passed in 0.11s ==============================
> rdjoqkol test state = true
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/apply: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 1176 items
> 
> pandas/tests/apply/test_frame_apply.py ......................................................................................................................................................................................................
> pandas/tests/apply/test_frame_apply_relabeling.py .....
> pandas/tests/apply/test_frame_transform.py ...s.s.s................................................ss..ss..ss.....x........x........x........
> pandas/tests/apply/test_invalid_arg.py .......................................................................................................................................................................................................
> pandas/tests/apply/test_series_apply.py .............................x.....x....x........................................................................................
> pandas/tests/apply/test_series_apply_relabeling.py ..
> pandas/tests/apply/test_series_transform.py ............
> pandas/tests/apply/test_str.py ....................xxxxx...................................................................................................................................................................................................................................................................................................................................................................................................................................................................x...........x...........x...........x...........x........
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.06s call     pandas/tests/apply/test_frame_apply.py::test_apply_differently_indexed
> 0.06s call     pandas/tests/apply/test_frame_apply.py::test_nuisance_depr_passes_through_warnings
> 0.05s call     pandas/tests/apply/test_frame_apply_relabeling.py::test_agg_relabel_partial_functions
> 0.04s call     pandas/tests/apply/test_frame_apply.py::test_agg_transform[axis='columns']
> 0.04s call     pandas/tests/apply/test_str.py::test_transform_groupby_kernel_frame[axis='columns'-pct_change]
> 0.04s call     pandas/tests/apply/test_frame_apply.py::test_agg_transform[axis=1]
> 0.03s call     pandas/tests/apply/test_series_apply.py::test_agg_mapping_func_deprecated
> 0.03s call     pandas/tests/apply/test_str.py::test_transform_groupby_kernel_frame[axis='columns'-rank]
> 0.03s call     pandas/tests/apply/test_frame_apply.py::test_agg_reduce[axis=1]
> 0.03s call     pandas/tests/apply/test_str.py::test_transform_groupby_kernel_frame[axis='columns'-shift]
> 0.03s call     pandas/tests/apply/test_frame_apply.py::test_agg_reduce[axis='columns']
> 0.03s call     pandas/tests/apply/test_str.py::test_transform_groupby_kernel_frame[axis='index'-rank]
> 0.03s call     pandas/tests/apply/test_series_apply_relabeling.py::test_relabel_no_duplicated_method
> 0.03s call     pandas/tests/apply/test_str.py::test_transform_groupby_kernel_frame[axis='columns'-fillna]
> 0.03s call     pandas/tests/apply/test_str.py::test_transform_groupby_kernel_frame[axis=1-pct_change]
> 0.02s call     pandas/tests/apply/test_str.py::test_transform_groupby_kernel_frame[axis='index'-pct_change]
> 0.02s call     pandas/tests/apply/test_frame_apply.py::test_agg_mapping_func_deprecated
> 0.02s call     pandas/tests/apply/test_str.py::test_transform_groupby_kernel_frame[axis='columns'-bfill]
> 0.02s call     pandas/tests/apply/test_frame_transform.py::test_transform_listlike[axis=1-ops3-names3]
> 0.02s call     pandas/tests/apply/test_frame_transform.py::test_transform_listlike[axis=1-ops1-names1]
> 0.02s call     pandas/tests/apply/test_frame_transform.py::test_transform_listlike[axis='columns'-ops3-names3]
> 0.02s call     pandas/tests/apply/test_frame_transform.py::test_transform_listlike[axis='columns'-ops1-names1]
> 0.02s call     pandas/tests/apply/test_str.py::test_transform_groupby_kernel_frame[axis=0-pct_change]
> 0.02s call     pandas/tests/apply/test_series_apply.py::test_with_nested_series[agg]
> 0.02s call     pandas/tests/apply/test_frame_apply.py::test_agg_std
> 0.02s call     pandas/tests/apply/test_str.py::test_transform_groupby_kernel_frame[axis='columns'-diff]
> 0.02s call     pandas/tests/apply/test_str.py::test_transform_groupby_kernel_frame[axis='columns'-ffill]
> 0.02s call     pandas/tests/apply/test_str.py::test_transform_groupby_kernel_frame[axis=1-rank]
> 0.02s call     pandas/tests/apply/test_str.py::test_transform_groupby_kernel_frame[axis='columns'-cumsum]
> 0.02s call     pandas/tests/apply/test_str.py::test_transform_groupby_kernel_frame[axis='columns'-cumprod]
> ================= 1151 passed, 9 skipped, 16 xfailed in 9.65s ==================
> rdjoqkol test state = true
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/arithmetic: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 28484 items
> 
> pandas/tests/arithmetic/test_array_ops.py ....
> pandas/tests/arithmetic/test_categorical.py ....
> pandas/tests/arithmetic/test_datetime64.py .....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s.....s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/arithmetic/test_interval.py ..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/arithmetic/test_numeric.py ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......ss......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................s..s.....s..s.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/arithmetic/test_object.py .............s.s......................................................................................................................................................................................
> pandas/tests/arithmetic/test_period.py ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/arithmetic/test_timedelta64.py .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s.....s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s.....s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s.....s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s.....s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s.....s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s.....s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s.....s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.33s call     pandas/tests/arithmetic/test_interval.py::TestComparison::test_compare_scalar_na[python-ne-NaTType-DataFrame-datetime64[ns]]
> 0.18s call     pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexComparisons::test_scalar_comparison_tzawareness[numexpr-ne-'Asia/Tokyo'-Index-other2]
> 0.08s call     pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_dt64object_array[numexpr-Index-None]
> 0.05s call     pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_relativedelta_offsets[numexpr-DataFrame]
> 0.05s call     pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_relativedelta_offsets[python-DataFrame]
> 0.03s call     pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[python-DataFrame-5-False-cls_and_kwargs27]
> 0.03s call     pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[numexpr-DataFrame-5-True-cls_and_kwargs27]
> 0.03s call     pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[python-DataFrame-5-True-cls_and_kwargs27]
> 0.03s call     pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[numexpr-DataFrame-5-False-cls_and_kwargs27]
> 0.03s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[numexpr-DataFrame-Series]
> 0.03s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[numexpr-DataFrame-Index]
> 0.03s call     pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_offset_array[python-Index]
> 0.03s call     pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_offset_array[numexpr-array]
> 0.03s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[numexpr-Index-array]
> 0.03s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[python-DataFrame-Index]
> 0.03s call     pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_offset_array[python-array]
> 0.03s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[numexpr-DataFrame-array]
> 0.03s call     pandas/tests/arithmetic/test_period.py::TestPeriodIndexArithmetic::test_pi_add_offset_array[numexpr-Index]
> 0.03s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[python-Series-Index]
> 0.03s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[python-DataFrame-array]
> 0.03s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[numexpr-Index-Series]
> 0.03s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[python-DataFrame-Series]
> 0.03s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[numexpr-Index-Index]
> 0.03s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[python-Series-array]
> 0.03s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[python-Series-Series]
> 0.03s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[numexpr-array-Index]
> 0.03s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[numexpr-Series-array]
> 0.03s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_offset_index[python-names4-DataFrame]
> 0.03s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[numexpr-Series-Series]
> 0.02s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_addsub_anchored_offset_arraylike[python-Index-Series]
> ========= 27576 passed, 268 skipped, 640 xfailed in 329.23s (0:05:29) ==========
> rdjoqkol test state = true
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/arrays: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 19203 items / 2 skipped
> 
> pandas/tests/arrays/boolean/test_arithmetic.py .....................
> pandas/tests/arrays/boolean/test_astype.py ...
> pandas/tests/arrays/boolean/test_comparison.py ....................................
> pandas/tests/arrays/boolean/test_construction.py .............................
> pandas/tests/arrays/boolean/test_function.py ...........
> pandas/tests/arrays/boolean/test_indexing.py ...
> pandas/tests/arrays/boolean/test_logical.py ...................................................................................
> pandas/tests/arrays/boolean/test_ops.py ..
> pandas/tests/arrays/boolean/test_reduction.py ..............................
> pandas/tests/arrays/boolean/test_repr.py .
> pandas/tests/arrays/categorical/test_algos.py ..............
> pandas/tests/arrays/categorical/test_analytics.py ........x..x................................................
> pandas/tests/arrays/categorical/test_api.py .................................................................
> pandas/tests/arrays/categorical/test_astype.py ......................
> pandas/tests/arrays/categorical/test_constructors.py .......................................................................................................................
> pandas/tests/arrays/categorical/test_dtypes.py ..................................
> pandas/tests/arrays/categorical/test_indexing.py ...............................................................................................................................................
> pandas/tests/arrays/categorical/test_map.py .............................
> pandas/tests/arrays/categorical/test_missing.py ..........................
> pandas/tests/arrays/categorical/test_operators.py ......................................
> pandas/tests/arrays/categorical/test_replace.py ......................
> pandas/tests/arrays/categorical/test_repr.py .......................
> pandas/tests/arrays/categorical/test_sorting.py ....
> pandas/tests/arrays/categorical/test_subclass.py ...
> pandas/tests/arrays/categorical/test_take.py ................
> pandas/tests/arrays/categorical/test_warnings.py .
> pandas/tests/arrays/datetimes/test_constructors.py ......................ssssssssssssss
> pandas/tests/arrays/datetimes/test_cumulative.py ...
> pandas/tests/arrays/datetimes/test_reductions.py .................................................................................................................................................................................................................
> pandas/tests/arrays/floating/test_arithmetic.py ..............................................................
> pandas/tests/arrays/floating/test_astype.py .........
> pandas/tests/arrays/floating/test_comparison.py ..................................................................................................................
> pandas/tests/arrays/floating/test_concat.py ...
> pandas/tests/arrays/floating/test_construction.py ...............................
> pandas/tests/arrays/floating/test_contains.py .
> pandas/tests/arrays/floating/test_function.py ....................................................
> pandas/tests/arrays/floating/test_repr.py ........
> pandas/tests/arrays/floating/test_to_numpy.py ..................................
> pandas/tests/arrays/integer/test_arithmetic.py ...................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/arrays/integer/test_comparison.py .........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/arrays/integer/test_concat.py ..................
> pandas/tests/arrays/integer/test_construction.py ...............................................
> pandas/tests/arrays/integer/test_dtypes.py ..........................................................................................................................
> pandas/tests/arrays/integer/test_function.py .............................................................................................................................
> pandas/tests/arrays/integer/test_indexing.py ..
> pandas/tests/arrays/integer/test_reduction.py ...............................................
> pandas/tests/arrays/integer/test_repr.py ..........................
> pandas/tests/arrays/interval/test_astype.py ..
> pandas/tests/arrays/interval/test_interval.py ...............................................................................ssssssss............
> pandas/tests/arrays/interval/test_ops.py ....................................................................................................................
> pandas/tests/arrays/masked/test_arithmetic.py ..............................................................................................................................................ss........................................................................................................................................................ss........................................................................................................................................................ss........................................................................................................................................................ss........................................................................................................................................................ss...............................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/arrays/masked/test_function.py ....................
> pandas/tests/arrays/masked/test_indexing.py ...........................................................................................................
> pandas/tests/arrays/numpy_/test_indexing.py .......................................
> pandas/tests/arrays/numpy_/test_numpy.py .......................................................................................
> pandas/tests/arrays/period/test_astype.py ..........
> pandas/tests/arrays/period/test_constructors.py ....................
> pandas/tests/arrays/period/test_reductions.py ...
> pandas/tests/arrays/sparse/test_accessor.py .............................................
> pandas/tests/arrays/sparse/test_arithmetics.py ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/arrays/sparse/test_array.py ...........................................................................
> pandas/tests/arrays/sparse/test_astype.py ........................
> pandas/tests/arrays/sparse/test_combine_concat.py ..........
> pandas/tests/arrays/sparse/test_constructors.py .................................
> pandas/tests/arrays/sparse/test_dtype.py ........................................................
> pandas/tests/arrays/sparse/test_indexing.py ...............................................................................
> pandas/tests/arrays/sparse/test_libsparse.py .....................................................................................
> pandas/tests/arrays/sparse/test_reductions.py .......................................................................
> pandas/tests/arrays/sparse/test_unary.py .........
> pandas/tests/arrays/string_/test_string.py .ss.ss.ss.ss.ss.ss.ss.ss.ss.ssxssxss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.......ssss.ss.ss.ss.ss.ss.ss.ssxxssssxxssss....ssssssss....ssssssss.sssssssssssssssssssssss.ss.ss..ssss.ss...ssssss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss
> pandas/tests/arrays/string_/test_string_arrow.py s.ss.ssssssssss.ssssssssssssssssssssssssssssssssss
> pandas/tests/arrays/test_array.py ......................................................................................
> pandas/tests/arrays/test_datetimelike.py ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ssssss....................................................................................................................................................................................................ssssssssssssssssssssssssssssssssssss..........................................................................................................................................................................................................................................................................................................................................
> pandas/tests/arrays/test_datetimes.py ..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/arrays/test_ndarray_backed.py .....
> pandas/tests/arrays/test_period.py ...................
> pandas/tests/arrays/test_timedeltas.py ......................................................................................................................................................
> pandas/tests/arrays/timedeltas/test_constructors.py .......
> pandas/tests/arrays/timedeltas/test_cumulative.py ..
> pandas/tests/arrays/timedeltas/test_reductions.py .......................
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.50s call     pandas/tests/arrays/categorical/test_warnings.py::TestCategoricalWarnings::test_tab_complete_warning
> 0.28s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties['Asia/Tokyo'-M-is_quarter_end]
> 0.25s setup    pandas/tests/arrays/categorical/test_warnings.py::TestCategoricalWarnings::test_tab_complete_warning
> 0.22s call     pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_pickle[arr]
> 0.05s call     pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_codes_dtypes
> 0.03s call     pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_comparison[block]
> 0.03s call     pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_comparison[integer]
> 0.03s call     pandas/tests/arrays/integer/test_arithmetic.py::test_values_multiplying_large_series_by_NA
> 0.02s call     pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar_comparison[block]
> 0.02s call     pandas/tests/arrays/period/test_constructors.py::test_freq_deprecated
> 0.02s call     pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array_comparison[integer]
> 0.02s call     pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array_comparison[integer]
> 0.02s call     pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array_comparison[block]
> 0.02s call     pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array_comparison[block]
> 0.02s call     pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar_comparison[integer]
> 0.02s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period_2d[zoneinfo.ZoneInfo(key='US/Pacific')-Q]
> 0.02s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period_2d[zoneinfo.ZoneInfo(key='US/Pacific')-Y]
> 0.02s call     pandas/tests/arrays/sparse/test_constructors.py::TestConstructors::test_constructor_warns_when_losing_timezone
> 0.02s call     pandas/tests/arrays/sparse/test_array.py::TestSparseArray::test_set_fill_value
> 0.02s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period_2d[datetime.timezone(datetime.timedelta(seconds=3600))-W]
> 0.02s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period_2d[datetime.timezone(datetime.timedelta(seconds=3600))-M]
> 0.02s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period_2d[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-B]
> 0.02s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period_2d[zoneinfo.ZoneInfo(key='UTC')-Q]
> 0.02s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period_2d[zoneinfo.ZoneInfo(key='UTC')-W]
> 0.02s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period_2d[zoneinfo.ZoneInfo(key='US/Pacific')-M]
> 0.02s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period_2d[datetime.timezone(datetime.timedelta(seconds=3600))-Q]
> 0.02s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period_2d['-02:15'-B]
> 0.02s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period_2d[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-W]
> 0.02s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period_2d['-02:15'-Q]
> 0.02s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period_2d[tzutc()-M]
> =============== 18177 passed, 1020 skipped, 8 xfailed in 47.99s ================
> rdjoqkol test state = true
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/base: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 1742 items
> 
> pandas/tests/base/test_constructors.py .......................
> pandas/tests/base/test_conversion.py ...........................................................................................................................................................................................................................................................................x.....................................
> pandas/tests/base/test_fillna.py ..................................................................................ssssssssssssssssss....ssss........ssssssssss......ss..............................................ss......................ssssssssssss
> pandas/tests/base/test_misc.py .......................................................................................................................................................................................................................................xx...xxx....................................................................s......
> pandas/tests/base/test_transpose.py ..............................................................................................................................................................................................................................
> pandas/tests/base/test_unique.py ..................................................................................ssssssssssssssssss....ssss........ssssssssss......ss..............................................ss......................ssssssssssss..................................................................................ssssssssssssssssss....ssss..........ssssssss......ss......................................................................ssssssssssss....
> pandas/tests/base/test_value_counts.py ..................................................................................ssssssssssssssssss....ssss........ssssssssss......ss..............................................ss......................ssssssssssss..........
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.14s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[interval-None]
> 0.10s call     pandas/tests/base/test_unique.py::test_nunique_null[uint16-None]
> 0.04s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[interval-nan]
> 0.02s call     pandas/tests/base/test_unique.py::test_unique_null[period-nan]
> 0.02s call     pandas/tests/base/test_unique.py::test_unique[period]
> 0.02s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[period-None]
> 0.02s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[datetime-tz-None]
> 0.02s call     pandas/tests/base/test_value_counts.py::test_value_counts[interval]
> 0.02s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[period-nan]
> 0.02s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[datetime-tz-nan]
> 0.02s call     pandas/tests/base/test_value_counts.py::test_value_counts_bins[index]
> 0.02s call     pandas/tests/base/test_value_counts.py::test_value_counts_bins[series]
> 0.02s call     pandas/tests/base/test_unique.py::test_unique_null[period-None]
> 0.02s call     pandas/tests/base/test_value_counts.py::test_value_counts[period]
> 0.02s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[timedelta-None]
> 0.02s call     pandas/tests/base/test_value_counts.py::test_value_counts[timedelta]
> 0.02s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[timedelta-nan]
> 0.01s call     pandas/tests/base/test_unique.py::test_unique_null[datetime-tz-nan]
> 0.01s call     pandas/tests/base/test_value_counts.py::test_value_counts[datetime-tz]
> 0.01s call     pandas/tests/base/test_unique.py::test_unique_null[timedelta-nan]
> 0.01s call     pandas/tests/base/test_unique.py::test_unique_null[datetime-tz-None]
> 0.01s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[nullable_uint-nan]
> 0.01s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[string-python-None]
> 0.01s call     pandas/tests/base/test_unique.py::test_unique_null[datetime-nan]
> 0.01s call     pandas/tests/base/test_value_counts.py::test_value_counts_datetime64[index]
> 0.01s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[string-None]
> 0.01s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[nullable_uint-None]
> 0.01s call     pandas/tests/base/test_unique.py::test_unique[datetime-tz]
> 0.01s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[datetime-nan]
> 0.01s call     pandas/tests/base/test_value_counts.py::test_value_counts[datetime]
> ================= 1547 passed, 189 skipped, 6 xfailed in 5.68s =================
> rdjoqkol test state = true
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/computation: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 10999 items
> 
> pandas/tests/computation/test_compat.py .....
> pandas/tests/computation/test_eval.py ..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................xx..............................xx..............................xx..............................xx...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................X.........X....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................x....................................................................................................................................................................................................................................xx..xx.....
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.22s call     pandas/tests/computation/test_eval.py::TestOperations::test_simple_arith_ops[numexpr-python]
> 0.20s call     pandas/tests/computation/test_eval.py::TestAlignment::test_performance_warning_for_poor_alignment[numexpr-pandas]
> 0.18s call     pandas/tests/computation/test_eval.py::TestAlignment::test_performance_warning_for_poor_alignment[numexpr-python]
> 0.13s call     pandas/tests/computation/test_eval.py::TestEval::test_complex_cmp_ops[float-Series-numexpr-pandas-&-gt-le]
> 0.11s call     pandas/tests/computation/test_eval.py::TestAlignment::test_performance_warning_for_poor_alignment[python-python]
> 0.10s call     pandas/tests/computation/test_eval.py::TestAlignment::test_performance_warning_for_poor_alignment[python-pandas]
> 0.10s call     pandas/tests/computation/test_eval.py::TestEval::test_complex_cmp_ops[DataFrame-DataFrame-python-pandas-|-gt-ge]
> 0.03s call     pandas/tests/computation/test_eval.py::TestOperations::test_nested_period_index_subscript_expression
> 0.02s call     pandas/tests/computation/test_eval.py::TestOperations::test_lhs_expression_subscript
> 0.02s call     pandas/tests/computation/test_eval.py::TestOperations::test_fails_ampersand_pipe[python-python-|]
> 0.02s call     pandas/tests/computation/test_eval.py::TestOperations::test_fails_ampersand_pipe[numexpr-pandas-&]
> 0.02s call     pandas/tests/computation/test_eval.py::TestOperations::test_fails_ampersand_pipe[numexpr-pandas-|]
> 0.02s call     pandas/tests/computation/test_eval.py::TestOperations::test_fails_ampersand_pipe[numexpr-python-|]
> 0.02s call     pandas/tests/computation/test_eval.py::TestOperations::test_check_many_exprs[numexpr-python]
> 0.02s call     pandas/tests/computation/test_eval.py::TestOperations::test_fails_ampersand_pipe[python-pandas-&]
> 0.02s call     pandas/tests/computation/test_eval.py::TestOperations::test_fails_ampersand_pipe[python-pandas-|]
> 0.02s call     pandas/tests/computation/test_eval.py::TestOperations::test_fails_ampersand_pipe[python-python-&]
> 0.02s call     pandas/tests/computation/test_eval.py::TestOperations::test_attr_expression
> 0.02s call     pandas/tests/computation/test_eval.py::TestOperations::test_fails_ampersand_pipe[numexpr-python-&]
> 0.01s call     pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_alignment[numexpr-python-dt-dt-s1]
> 0.01s call     pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_alignment[numexpr-pandas-dt-dt-i]
> 0.01s call     pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_alignment[numexpr-python-dt-dt-s0]
> 0.01s call     pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_alignment[numexpr-pandas-dt-dt-s0]
> 0.01s call     pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_alignment[numexpr-python-dt-dt-i]
> 0.01s call     pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_alignment[numexpr-pandas-dt-dt-s1]
> 0.01s call     pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_alignment[numexpr-pandas-dt-i-dt]
> 0.01s call     pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_alignment[numexpr-pandas-dt-s-dt]
> 0.01s call     pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_alignment[numexpr-python-dt-s-dt]
> 0.01s call     pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_alignment[numexpr-python-s-dt-i]
> 0.01s call     pandas/tests/computation/test_eval.py::TestAlignment::test_basic_frame_alignment[numexpr-pandas-dt-i-s0]
> =========== 10984 passed, 13 xfailed, 2 xpassed in 69.53s (0:01:09) ============
> rdjoqkol test state = true
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/config: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 50 items
> 
> pandas/tests/config/test_config.py .....................
> pandas/tests/config/test_localization.py .............................
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.09s call     pandas/tests/config/test_config.py::TestConfig::test_deprecate_option
> 0.02s call     pandas/tests/config/test_localization.py::test_get_locales_prefix
> 
> (28 durations < 0.005s hidden.  Use -vv to show these durations.)
> ============================== 50 passed in 0.61s ==============================
> rdjoqkol test state = true
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/construction: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 1 item
> 
> pandas/tests/construction/test_extract_array.py .
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 
> (3 durations < 0.005s hidden.  Use -vv to show these durations.)
> ============================== 1 passed in 0.15s ===============================
> rdjoqkol test state = true
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/copy_view: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 768 items
> 
> pandas/tests/copy_view/index/test_datetimeindex.py ......
> pandas/tests/copy_view/index/test_index.py .....................
> pandas/tests/copy_view/index/test_periodindex.py ..
> pandas/tests/copy_view/index/test_timedeltaindex.py ..
> pandas/tests/copy_view/test_array.py .............
> pandas/tests/copy_view/test_astype.py .....ss...s.........s..
> pandas/tests/copy_view/test_clip.py ......
> pandas/tests/copy_view/test_constructors.py ............................................................................
> pandas/tests/copy_view/test_core_functionalities.py .......
> pandas/tests/copy_view/test_functions.py ....................
> pandas/tests/copy_view/test_indexing.py ....................................................................................s.....s......................................................................................................................................
> pandas/tests/copy_view/test_internals.py .....................
> pandas/tests/copy_view/test_interp_fillna.py ..................................................
> pandas/tests/copy_view/test_methods.py ......................................................................................................................................................................................................................................................
> pandas/tests/copy_view/test_replace.py ........................................
> pandas/tests/copy_view/test_setitem.py ........
> pandas/tests/copy_view/test_util.py ..
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.06s call     pandas/tests/copy_view/test_constructors.py::test_dataframe_from_records_with_dataframe
> 0.02s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_columns[nullable-mixed-block]
> 0.02s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_with_mask[nullable]
> 0.02s call     pandas/tests/copy_view/test_internals.py::test_exponential_backoff
> 0.02s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_columns[nullable-single-block]
> 0.02s call     pandas/tests/copy_view/test_methods.py::test_xs_multiindex[2-1-1]
> 0.02s call     pandas/tests/copy_view/test_methods.py::test_xs_multiindex[l1-0-1]
> 0.02s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_with_mask[numpy]
> 0.02s call     pandas/tests/copy_view/test_indexing.py::test_column_as_series_set_with_upcast[numpy]
> 0.01s call     pandas/tests/copy_view/test_methods.py::test_xs_multiindex[2-1-0]
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_columns[numpy-single-block]
> 0.01s call     pandas/tests/copy_view/test_methods.py::test_xs_multiindex[l1-0-0]
> 0.01s call     pandas/tests/copy_view/test_methods.py::test_get[key1]
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_column_slice[numpy-single-block]
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_columns[numpy-mixed-block]
> 0.01s call     pandas/tests/copy_view/test_methods.py::test_xs[mixed-block-0-0]
> 0.01s call     pandas/tests/copy_view/test_interp_fillna.py::test_interpolate_downcast_reference_triggers_copy
> 0.01s call     pandas/tests/copy_view/test_interp_fillna.py::test_interpolate_downcast
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_with_row_indexer[nullable-setitem-slice]
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_with_row_indexer[nullable-setitem-mask]
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_column[nullable]
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_with_row_indexer[numpy-setitem-slice]
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_column_as_series[numpy]
> 0.01s call     pandas/tests/copy_view/test_interp_fillna.py::test_interpolate_cleaned_fill_method
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_series_subset_set_with_indexer[nullable-setitem-array]
> 0.01s call     pandas/tests/copy_view/test_interp_fillna.py::test_interpolate_no_op[pad]
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_with_row_indexer[numpy-setitem-mask]
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_column[numpy]
> 0.01s call     pandas/tests/copy_view/test_methods.py::test_putmask_dont_copy_some_blocks[5.5-True-FutureWarning]
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_series_subset_set_with_indexer[numpy-setitem-array]
> ======================== 762 passed, 6 skipped in 3.71s ========================
> rdjoqkol test state = true
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/dtypes: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 5590 items
> 
> pandas/tests/dtypes/cast/test_can_hold_element.py ...........
> pandas/tests/dtypes/cast/test_construct_from_scalar.py ....
> pandas/tests/dtypes/cast/test_construct_ndarray.py .......
> pandas/tests/dtypes/cast/test_construct_object_arr.py .......................................
> pandas/tests/dtypes/cast/test_dict_compat.py .
> pandas/tests/dtypes/cast/test_downcast.py ...................................
> pandas/tests/dtypes/cast/test_find_common_type.py ..........................................................................................
> pandas/tests/dtypes/cast/test_infer_datetimelike.py ...
> pandas/tests/dtypes/cast/test_infer_dtype.py ....................................................................
> pandas/tests/dtypes/cast/test_maybe_box_native.py ................
> pandas/tests/dtypes/cast/test_promote.py ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/dtypes/test_common.py .......................................................................................................................................................................s......................................................................................................................................................................................................................................................................
> pandas/tests/dtypes/test_concat.py ....
> pandas/tests/dtypes/test_dtypes.py ........................................................................................................................................................................................................................................................................................
> pandas/tests/dtypes/test_generic.py ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/dtypes/test_inference.py ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ssssssss.........................................
> pandas/tests/dtypes/test_missing.py ......................................................................................x.x.x.xxxx.............................................................................................................................................................................................................
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.09s call     pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_numpy_dtype_with_datetimetz[M8[ns]-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-pd.Timestamp]
> 0.08s call     pandas/tests/dtypes/test_inference.py::TestInference::test_maybe_convert_objects_mixed_datetimes
> 0.07s call     pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_basic_dtype
> 0.06s call     pandas/tests/dtypes/test_common.py::test_get_dtype_error_catch[is_categorical_dtype]
> 0.04s call     pandas/tests/dtypes/test_dtypes.py::TestPeriodDtype::test_basic
> 0.03s call     pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_basic
> 0.03s call     pandas/tests/dtypes/test_common.py::test_is_categorical_dtype
> 0.03s call     pandas/tests/dtypes/test_common.py::test_is_interval_dtype
> 0.03s call     pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_basic
> 0.03s call     pandas/tests/dtypes/test_common.py::test_is_period_dtype
> 0.03s call     pandas/tests/dtypes/test_inference.py::TestNumberScalar::test_is_datetime_dtypes
> 0.03s call     pandas/tests/dtypes/test_missing.py::TestIsNA::test_isna_old_datetimelike
> 0.03s call     pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtype::test_basic
> 0.02s call     pandas/tests/dtypes/test_common.py::test_is_datetime64tz_dtype
> 0.02s call     pandas/tests/dtypes/test_common.py::test_is_sparse[True]
> 0.01s call     pandas/tests/dtypes/test_missing.py::test_notna_notnull[notna0]
> 0.01s call     pandas/tests/dtypes/test_concat.py::test_concat_mismatched_categoricals_with_empty
> 0.01s call     pandas/tests/dtypes/test_dtypes.py::test_is_dtype_no_warning[is_categorical_dtype]
> 0.01s call     pandas/tests/dtypes/test_dtypes.py::TestPeriodDtype::test_cannot_use_custom_businessday
> 0.01s call     pandas/tests/dtypes/test_missing.py::test_notna_notnull[notna1]
> 0.01s call     pandas/tests/dtypes/test_common.py::test_is_sparse[False]
> 0.01s call     pandas/tests/dtypes/test_dtypes.py::TestDatetimeTZDtype::test_compat
> 0.01s call     pandas/tests/dtypes/test_dtypes.py::test_is_dtype_no_warning[is_interval_dtype]
> 0.01s call     pandas/tests/dtypes/test_dtypes.py::test_is_dtype_no_warning[is_datetime64tz_dtype]
> 0.01s call     pandas/tests/dtypes/test_dtypes.py::test_is_dtype_no_warning[is_period_dtype]
> 0.01s call     pandas/tests/dtypes/test_generic.py::test_setattr_warnings
> 0.01s call     pandas/tests/dtypes/test_common.py::test_is_int64_dtype[int64]
> 0.01s call     pandas/tests/dtypes/test_dtypes.py::TestIntervalDtype::test_construction[interval[int64]]
> 0.01s call     pandas/tests/dtypes/test_common.py::test_is_not_int64_dtype[str]
> 0.01s call     pandas/tests/dtypes/test_common.py::test_pandas_dtype_ea_not_instance
> ================== 5574 passed, 9 skipped, 7 xfailed in 9.56s ==================
> rdjoqkol test state = true
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/extension: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 14412 items / 1 skipped
> 
> pandas/tests/extension/array_with_attr/test_array_with_attr.py .
> pandas/tests/extension/decimal/test_decimal.py ....................................x.............................................................................................................................................................................................................................................................................................................................xx............................................................s............................xxxxxxxxss..............xxssxxss........................................xxxx.....................
> pandas/tests/extension/json/test_json.py ...................................x...........xxxx....................xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...................xx................................xx............................ssssssssssssssssssssssss.s.........................................ss...........................................xxxx........xXxxxxs.......s....x....xxxx.............................s........................................xxxxxxxxxxxxxx......xx...........
> pandas/tests/extension/list/test_list.py .
> pandas/tests/extension/test_categorical.py ..................................x..................................................................xx................s....................................x....................................................................................ssssssssssssssssssssssss..............................................................ss......................................................xx..........s...................s.....................................................x.............x......................................ssss..........
> pandas/tests/extension/test_common.py ............
> pandas/tests/extension/test_datetime.py ........................................................xx................................................................................................................................................................................................s...............................................s....................................................................................................x.................................................................................ssss.........
> pandas/tests/extension/test_extension.py ..............
> pandas/tests/extension/test_interval.py ....................................x..................................................................................................ssssssssssssssssssssssss................................................................s....................................................................................................................ss....................................................................................................xx............................................................s............x..x.
> pandas/tests/extension/test_masked.py .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................x....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................xxxxxxxxxxxxxxxxxxxxxx..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................x...x...x...x...x...x...x...x...x...x...x..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................s.s.s.s.s.s.s.s.s.s.s................................................................................................................................................................................ssssssssssssssssssss..ssssssssssssssssssss..........................................................................................................................................................................................................................................................................ssssssssssssssssssssss................................................................................................................................................................................ssssssssssssssssssssss......................ssssssssssssssssssssss.................................................................................................................................xx................................................................................................................................................................................................................................................................................................................ssss........ssss........ssss........ssss........ssss........ssss........ssss........ssss........ssss........ssss........ssss....................................................................
> pandas/tests/extension/test_numpy.py .............s.s..................................ss.x.........................................x......................................xxxx.................................x...................................................x.........................................................................................................................................................................................................................x.x.x.x.xxx.x.x.s.................................................................................x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.....x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x....................................................................ssssssssssssssssssssssssssssssssssssssssssssssss.............................x.x.......................................................................................................................................................x.x.x..xx.x..xx..xx...xxx...xxx.x...x...x.x.x................xx............................................ssss........ssss................
> pandas/tests/extension/test_period.py ................................................................................................................xxxx................................................................................................................................................................................................................................................................................................................................................................................................ss.............................................................................................s.s.......................................................................................................................................................................................................x...x..............................................................................................................................................................ssss........ssss................
> pandas/tests/extension/test_sparse.py .........................................................ssss................................................................ssss............s.s.s.s.s.s.......................................xxxx..............................s...ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss...............................xx......................................................................................................................................................................................................................xx........ss..ssssss.........................................xx....................................................................................ssssssssssssss..............ssssssssssssss..............xxxx....xx.x............................xxxxxxxxxxxxxxxxxxxxxxxx........xx....................
> pandas/tests/extension/test_string.py .ss.ss.sssss.ss.ss.ss.ss.ss.sssss.sssss.ss.ss.ss.ss.ss.ss.ss.ssssssss..ssss.ss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.ss.ss.sssss.ssssssss..sssssss.sssss.sssss.sssss.ss.ss.sssss.ssssssss..ssssssssss..sssssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.ssssssssssssss....ssssssssssssssssssssssssssssssss........sssssssssssssssssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssssssssss...ssssssssssss..ssssssssssxxsssssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.ssssssss..sssssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.ssssssss..sssssss.sssss.sssss.sssss.sssss.sssss.sssssssssss...sssssssssssssss...sssssssss.sssss.sssss.sssss.sssssssssss...sssssssssssssss...ssssssssssssssssss.x..ssssssssssssssssssss....ssssssssssssss..sssssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.ssssssss..sssssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.ssssssss..ssssssssss..ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss..ssssssssss..ssssssssss..ssssssssss..ssssssssss..ssssssssss..ssssssssss..ssssssssss..ssssssssss..ssssssssss..ssssssssss..ssssssssss..sssssss.sssss.ssssssss..ssssssssss..sssssss.sssss.sssss.sssss.ssssssss..sssssss.sssss.sssss.sssss.ssssssss..ssssssssss..ssssssssssssssssssssssssssss........sssssssssssssssssss.ssssssss..ssssssssss..ssssssssss..ssssssssss..ssssssssss..ssssssssss..ssssssssssssssss....sssssssssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.ssssssssssssssssssss......sssssssssssssss.sssssssssssssssssssssssssssss.....sssssssssssssssssssssssss.....sssssssssssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.ssssssssssssss....ssssssssssssssssssss....ssssssssssssssssssss....ssssssssssssssssssss....ssssssssssssssssssss....ssssssssssssssssssss....sssssssssss.sssss.sssss.sssss.sssssssssss...sssssssssssssss...sssssssss.sssss.sssss.sssss.sssss.sssss.sssss.ssssssss.ssssssss.ss.ssssssss..sssssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.ssssssss..ssssssssss..sssssss.sssss.sssss.sssss.sssss.ssssssss..sssssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.sssss.ssssssss..ssssssssssssssssssssss......ssssssssssssssssssssssssssssssssssssssssssssssss......ssss..ssssssssssssssssssssssssssssssssssssssssss......sssssssssssssss.sssss.ss
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.19s call     pandas/tests/extension/test_masked.py::TestUnaryOps::test_invert[Int64Dtype]
> 0.09s call     pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[0-series-index2]
> 0.08s call     pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[nan-series-index2]
> 0.08s call     pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[0-series-index3]
> 0.08s call     pandas/tests/extension/decimal/test_decimal.py::TestDecimalArray::test_arith_series_with_array[__rpow__]
> 0.07s call     pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[nan-series-index3]
> 0.07s call     pandas/tests/extension/test_interval.py::TestIntervalArray::test_unstack[series-index2]
> 0.07s call     pandas/tests/extension/test_string.py::TestReshaping::test_unstack[False-python-series-index2]
> 0.07s call     pandas/tests/extension/test_masked.py::TestReshaping::test_unstack[Float32Dtype-series-index2]
> 0.07s call     pandas/tests/extension/test_interval.py::TestIntervalArray::test_unstack[frame-index2]
> 0.06s call     pandas/tests/extension/test_numpy.py::TestReshaping::test_unstack[float-series-index2]
> 0.06s call     pandas/tests/extension/test_masked.py::TestReshaping::test_unstack[Float64Dtype-series-index2]
> 0.06s call     pandas/tests/extension/test_masked.py::TestReshaping::test_unstack[BooleanDtype-series-index2]
> 0.06s call     pandas/tests/extension/test_masked.py::TestReshaping::test_unstack[UInt32Dtype-series-index2]
> 0.06s call     pandas/tests/extension/test_numpy.py::TestReshaping::test_unstack[object-series-index2]
> 0.06s call     pandas/tests/extension/test_masked.py::TestReshaping::test_unstack[UInt64Dtype-series-index2]
> 0.06s call     pandas/tests/extension/test_masked.py::TestReshaping::test_unstack[UInt16Dtype-series-index2]
> 0.06s call     pandas/tests/extension/decimal/test_decimal.py::TestDecimalArray::test_unstack[series-index2]
> 0.06s call     pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[nan-frame-index2]
> 0.06s call     pandas/tests/extension/test_masked.py::TestReshaping::test_unstack[UInt8Dtype-series-index2]
> 0.06s call     pandas/tests/extension/test_masked.py::TestReshaping::test_unstack[Int8Dtype-series-index2]
> 0.06s call     pandas/tests/extension/test_interval.py::TestIntervalArray::test_unstack[series-index3]
> 0.06s call     pandas/tests/extension/test_masked.py::TestReshaping::test_unstack[Int64Dtype-series-index2]
> 0.06s call     pandas/tests/extension/test_masked.py::TestReshaping::test_unstack[Int32Dtype-series-index2]
> 0.06s call     pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[0-frame-index2]
> 0.06s call     pandas/tests/extension/test_masked.py::TestReshaping::test_unstack[Int16Dtype-series-index2]
> 0.06s call     pandas/tests/extension/test_categorical.py::TestReshaping::test_unstack[series-index2]
> 0.06s call     pandas/tests/extension/test_masked.py::TestReshaping::test_unstack[Float32Dtype-frame-index2]
> 0.06s call     pandas/tests/extension/test_masked.py::TestReshaping::test_unstack[UInt32Dtype-series-index3]
> 0.06s call     pandas/tests/extension/test_numpy.py::TestReshaping::test_unstack[float-frame-index2]
> ==== 11306 passed, 2828 skipped, 278 xfailed, 1 xpassed in 79.96s (0:01:19) ====
> rdjoqkol test state = true
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/frame: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 10477 items
> 
> pandas/tests/frame/constructors/test_from_dict.py .............
> pandas/tests/frame/constructors/test_from_records.py .........................
> pandas/tests/frame/indexing/test_coercion.py .......x.x.
> pandas/tests/frame/indexing/test_delitem.py ....
> pandas/tests/frame/indexing/test_get.py ....
> pandas/tests/frame/indexing/test_get_value.py ..
> pandas/tests/frame/indexing/test_getitem.py ........................................
> pandas/tests/frame/indexing/test_indexing.py ..................................................................................................................................................................................................................................s....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/frame/indexing/test_insert.py .......
> pandas/tests/frame/indexing/test_mask.py ...........
> pandas/tests/frame/indexing/test_set_value.py ...
> pandas/tests/frame/indexing/test_setitem.py ........................................................................................................s........................................................................................xxx...........................x..x..x..x......
> pandas/tests/frame/indexing/test_take.py ....
> pandas/tests/frame/indexing/test_where.py .............................................................................................................................................
> pandas/tests/frame/indexing/test_xs.py ..............................
> pandas/tests/frame/methods/test_add_prefix_suffix.py ...
> pandas/tests/frame/methods/test_align.py ........................................................................
> pandas/tests/frame/methods/test_asfreq.py ..............................
> pandas/tests/frame/methods/test_asof.py ...........
> pandas/tests/frame/methods/test_assign.py .....
> pandas/tests/frame/methods/test_astype.py .......................................................................................................................s....s........................................................................................................ss.....ssssssssss
> pandas/tests/frame/methods/test_at_time.py ......................
> pandas/tests/frame/methods/test_between_time.py ..............................
> pandas/tests/frame/methods/test_clip.py .....................
> pandas/tests/frame/methods/test_combine.py .....
> pandas/tests/frame/methods/test_combine_first.py ..................s...............................
> pandas/tests/frame/methods/test_compare.py .........................
> pandas/tests/frame/methods/test_convert_dtypes.py ..ssss..ssss.sss
> pandas/tests/frame/methods/test_copy.py .....
> pandas/tests/frame/methods/test_count.py ..
> pandas/tests/frame/methods/test_cov_corr.py .............................................................s............
> pandas/tests/frame/methods/test_describe.py ...............................................s
> pandas/tests/frame/methods/test_diff.py .....................................
> pandas/tests/frame/methods/test_dot.py ................sss
> pandas/tests/frame/methods/test_drop.py .........................................................................
> pandas/tests/frame/methods/test_drop_duplicates.py .....................................
> pandas/tests/frame/methods/test_droplevel.py ..
> pandas/tests/frame/methods/test_dropna.py ...................
> pandas/tests/frame/methods/test_dtypes.py ........
> pandas/tests/frame/methods/test_duplicated.py .......xxx...........
> pandas/tests/frame/methods/test_equals.py ...
> pandas/tests/frame/methods/test_explode.py .....................
> pandas/tests/frame/methods/test_fillna.py .......................................................
> pandas/tests/frame/methods/test_filter.py ...........
> pandas/tests/frame/methods/test_first_and_last.py .............
> pandas/tests/frame/methods/test_first_valid_index.py ...............
> pandas/tests/frame/methods/test_get_numeric_data.py ....
> pandas/tests/frame/methods/test_head_tail.py ..................................................................
> pandas/tests/frame/methods/test_infer_objects.py .
> pandas/tests/frame/methods/test_interpolate.py ..........................................................
> pandas/tests/frame/methods/test_is_homogeneous_dtype.py .......
> pandas/tests/frame/methods/test_isetitem.py ...
> pandas/tests/frame/methods/test_isin.py .................
> pandas/tests/frame/methods/test_iterrows.py .
> pandas/tests/frame/methods/test_join.py ...........s...................
> pandas/tests/frame/methods/test_map.py .........................
> pandas/tests/frame/methods/test_matmul.py ..
> pandas/tests/frame/methods/test_nlargest.py .........................................................................................................................................................................................................................................................................................
> pandas/tests/frame/methods/test_pct_change.py .............................
> pandas/tests/frame/methods/test_pipe.py ......
> pandas/tests/frame/methods/test_pop.py ...
> pandas/tests/frame/methods/test_quantile.py ...............................................................xx..........xx..........xx..........xx..................
> pandas/tests/frame/methods/test_rank.py .........................................................................................................................ss
> pandas/tests/frame/methods/test_reindex.py .................................................................................................................................................
> pandas/tests/frame/methods/test_reindex_like.py .....
> pandas/tests/frame/methods/test_rename.py .........................
> pandas/tests/frame/methods/test_rename_axis.py .........
> pandas/tests/frame/methods/test_reorder_levels.py ...
> pandas/tests/frame/methods/test_replace.py ...................ss.................ssss....ssss.................................................................................................................................................................
> pandas/tests/frame/methods/test_reset_index.py ........................................................................................
> pandas/tests/frame/methods/test_round.py .........
> pandas/tests/frame/methods/test_sample.py ..........................................................
> pandas/tests/frame/methods/test_select_dtypes.py ..................................s......
> pandas/tests/frame/methods/test_set_axis.py ..............
> pandas/tests/frame/methods/test_set_index.py .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/frame/methods/test_shift.py ...................................................................................x.x.x.x.x.xxxx.......
> pandas/tests/frame/methods/test_size.py .....
> pandas/tests/frame/methods/test_sort_index.py ...............................................................
> pandas/tests/frame/methods/test_sort_values.py ........................................................................................................................
> pandas/tests/frame/methods/test_swapaxes.py ....
> pandas/tests/frame/methods/test_swaplevel.py .
> pandas/tests/frame/methods/test_to_csv.py ..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/frame/methods/test_to_dict.py ...............................................................................................
> pandas/tests/frame/methods/test_to_dict_of_blocks.py ....
> pandas/tests/frame/methods/test_to_numpy.py ....
> pandas/tests/frame/methods/test_to_period.py ......................................................................
> pandas/tests/frame/methods/test_to_records.py ...................................
> pandas/tests/frame/methods/test_to_timestamp.py ......................................................................
> pandas/tests/frame/methods/test_transpose.py ..............
> pandas/tests/frame/methods/test_truncate.py ........................................................................................
> pandas/tests/frame/methods/test_tz_convert.py ...........
> pandas/tests/frame/methods/test_tz_localize.py .........
> pandas/tests/frame/methods/test_update.py .............
> pandas/tests/frame/methods/test_value_counts.py ................................
> pandas/tests/frame/methods/test_values.py ...............
> pandas/tests/frame/test_alter_axes.py ..
> pandas/tests/frame/test_api.py .................................
> pandas/tests/frame/test_arithmetic.py .......................................................................................x......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................x..........x................................................................................................................................
> pandas/tests/frame/test_block_internals.py ...................
> pandas/tests/frame/test_constructors.py ..................................................................................................................................................................................................s.....................................................................................................................................................................................................ssssss................ssss..............................ssssss................ssss..............................ssssss................ssss..............................ssssss................ssss..............................ssssss................ssss..............................ssssss................ssss..............................ssssss................ssss..............................ssssss................ssss..............................ssssss................ssss..............................ssssss................ssss..........sss..ss.................................................................................................xxxx..xx..........xxxx..xx................................
> pandas/tests/frame/test_cumulative.py .......
> pandas/tests/frame/test_iteration.py ..........
> pandas/tests/frame/test_logical_ops.py .................
> pandas/tests/frame/test_nonunique_indexes.py ................
> pandas/tests/frame/test_npfuncs.py ....
> pandas/tests/frame/test_query_eval.py ..................ss..ss..ss.......................s.......................s..s......sssss.................................................s........................s..s.....sssss...............................................ss..ss......................ss.............................................................................s....ss
> pandas/tests/frame/test_reductions.py ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................s....................................................................................................x.............x.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/frame/test_repr_info.py .......................................ssss
> pandas/tests/frame/test_stack_unstack.py .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/frame/test_subclass.py ...................................................
> pandas/tests/frame/test_ufunc.py ....xx.........xxxxxxxx.xx....s.
> pandas/tests/frame/test_unary.py ..................
> pandas/tests/frame/test_validate.py ............................
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 3.44s call     pandas/tests/frame/test_stack_unstack.py::TestStackUnstackMultiLevel::test_unstack_number_of_levels_larger_than_int32
> 3.14s call     pandas/tests/frame/methods/test_rank.py::TestRank::test_pct_max_many_rows
> 2.63s call     pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_repr_bytes_61_lines
> 2.12s call     pandas/tests/frame/indexing/test_where.py::test_where_inplace_casting
> 0.49s call     pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_floordiv_axis0_numexpr_path[numexpr-pow]
> 0.41s call     pandas/tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_chunking[10000]
> 0.41s call     pandas/tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_chunking[50000]
> 0.41s call     pandas/tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_chunking[100000]
> 0.37s call     pandas/tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_with_dst_transitions_with_pickle
> 0.33s call     pandas/tests/frame/test_api.py::TestDataFrameMisc::test_tab_complete_warning[DataFrame]
> 0.32s call     pandas/tests/frame/test_api.py::TestDataFrameMisc::test_inspect_getmembers
> 0.28s call     pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_floordiv_axis0_numexpr_path[python-pow]
> 0.24s setup    pandas/tests/frame/test_api.py::TestDataFrameMisc::test_tab_complete_warning[DataFrame]
> 0.20s call     pandas/tests/frame/methods/test_head_tail.py::test_head_tail_generic[datetime-tz-DataFrame]
> 0.20s call     pandas/tests/frame/test_stack_unstack.py::TestStackUnstackMultiLevel::test_stack[False]
> 0.19s call     pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_floordiv_axis0_numexpr_path[numexpr-floordiv]
> 0.18s call     pandas/tests/frame/methods/test_head_tail.py::test_head_tail_generic[period-DataFrame]
> 0.18s call     pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_floordiv_axis0_numexpr_path[python-floordiv]
> 0.18s call     pandas/tests/frame/methods/test_align.py::TestDataFrameAlign::test_align_fill_method[outer-1-0-pad]
> 0.18s call     pandas/tests/frame/methods/test_align.py::TestDataFrameAlign::test_align_fill_method[outer-1-None-pad]
> 0.17s call     pandas/tests/frame/methods/test_align.py::TestDataFrameAlign::test_align_fill_method[outer-1-None-bfill]
> 0.17s call     pandas/tests/frame/methods/test_align.py::TestDataFrameAlign::test_align_fill_method[outer-1-0-bfill]
> 0.17s call     pandas/tests/frame/methods/test_align.py::TestDataFrameAlign::test_align_fill_method[outer-0-None-bfill]
> 0.17s call     pandas/tests/frame/methods/test_align.py::TestDataFrameAlign::test_align_fill_method[right-1-None-pad]
> 0.17s call     pandas/tests/frame/methods/test_align.py::TestDataFrameAlign::test_align_fill_method[right-1-0-pad]
> 0.17s call     pandas/tests/frame/methods/test_align.py::TestDataFrameAlign::test_align_fill_method[outer-1-1-pad]
> 0.17s call     pandas/tests/frame/methods/test_align.py::TestDataFrameAlign::test_align_fill_method[right-1-None-bfill]
> 0.17s call     pandas/tests/frame/methods/test_align.py::TestDataFrameAlign::test_align_fill_method[outer-0-None-pad]
> 0.17s call     pandas/tests/frame/methods/test_reindex.py::TestDataFrameSelectReindex::test_reindex_level_verify[idx3-indexer3-True]
> 0.17s call     pandas/tests/frame/methods/test_align.py::TestDataFrameAlign::test_align_fill_method[left-1-None-bfill]
> ========== 10229 passed, 190 skipped, 58 xfailed in 100.26s (0:01:40) ==========
> rdjoqkol test state = true
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/generic: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 1253 items
> 
> pandas/tests/generic/test_duplicate_labels.py ..........xx...........x.......xx.xxx................x................
> pandas/tests/generic/test_finalize.py ...........................x..................................x........x....................................................................................................................xs..s...s..s..x..x.x...x.s..s...s..s.x..x..x...x.s..s...s..s..x..x.x...x.s..s...s..s.x..x..x...x.s..s...s..s..x..x.x...x.s..s...s..s.x..x..x...x.s..s...s..s..x..x.x...x.s..s...s..s.x..x..x...x.s..s...s..s..x..x.x...x.s..s...s..s.x..x..x...x.s..s...s..s..x..x.x...x.s..s...s..s.x..x..x...x.s..s...s..s..x..x.x...x.s..s...s..s.x..x..x...x.s..s...s..s..x..x.x...x.s..s...s..s..x..x.x...x.s..s...s..s..x..x.x...x.s..s...s..s..x..x.x...x.s..s...s..s..x..x.x...x.s..s...s..s..x..x.x...x.s..s...s..s..x..x.x...x.s..s...s..s.x..x..x...x.s..s...s..s..x..x.x...x.s..s...s..s.x..x..x...x.s..s...s..s..x..x.x...x.s..s...s..s.x..x..x...x........................................................................................xxxxxxxxx..........xxxxxxxxxxxx.
> pandas/tests/generic/test_frame.py ...............
> pandas/tests/generic/test_generic.py ....................................................................................
> pandas/tests/generic/test_label_or_level_utils.py .......................................................................
> pandas/tests/generic/test_series.py ...................
> pandas/tests/generic/test_to_xarray.py FFFFFFFFFFFFFFFFFFFFFFsFFFFFFFF...............................
> 
> =================================== FAILURES ===================================
> ___________ TestDataFrameToXArray.test_to_xarray_index_types[string] ___________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faf278e9210>
> index_flat = Index(['ZqgszYBfuL', 'YT9l2dIrmO', 'sIqjUAQP6A', 'nN571Qxycl', 'uvJFQ32W8t',
>        '45nDJRRgDg', '7mB2GQE0KN', 'CzKGW...OqX', 'EcraI3d3zk',
>        '15GzXGZDqu', 'p2HL85NMg5', 'yFpDIJUaOV', 'Wi26TcwRDV', 'DHrfxY1tNr'],
>       dtype='object')
> df = bar         a  b  c    d      e  f          g                         h
> foo                                           ...  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> sIqjUAQP6A  c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> __________ TestDataFrameToXArray.test_to_xarray_index_types[datetime] __________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faf278e9450>
> index_flat = DatetimeIndex(['2000-01-03', '2000-01-04', '2000-01-05', '2000-01-06',
>                '2000-01-07', '2000-01-10', '200...               '2000-05-16', '2000-05-17', '2000-05-18', '2000-05-19'],
>               dtype='datetime64[ns]', freq='B')
> df = bar         a  b  c    d      e  f          g                         h
> foo                                           ...  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> 2000-01-05  c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> ________ TestDataFrameToXArray.test_to_xarray_index_types[datetime-tz] _________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faf278e9750>
> index_flat = DatetimeIndex(['2000-01-03 00:00:00-08:00', '2000-01-04 00:00:00-08:00',
>                '2000-01-05 00:00:00-08:00', '... '2000-05-18 00:00:00-07:00', '2000-05-19 00:00:00-07:00'],
>               dtype='datetime64[ns, US/Pacific]', freq='B')
> df = bar                        a  b  c  ...  f          g                         h
> foo                                 .....02 00:00:00-05:00
> 2000-01-05 00:00:00-08:00  c  3  5  ...  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
> [3 rows x 8 columns]
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> ___________ TestDataFrameToXArray.test_to_xarray_index_types[period] ___________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faf278e9a50>
> index_flat = PeriodIndex(['2000-01-01', '2000-01-02', '2000-01-03', '2000-01-04',
>              '2000-01-05', '2000-01-06', '2000-01...04', '2000-04-05',
>              '2000-04-06', '2000-04-07', '2000-04-08', '2000-04-09'],
>             dtype='period[D]')
> df = bar         a  b  c    d      e  f          g                         h
> foo                                           ...  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> 2000-01-03  c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> _________ TestDataFrameToXArray.test_to_xarray_index_types[timedelta] __________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faf278e9f10>
> index_flat = TimedeltaIndex([  '1 days',   '2 days',   '3 days',   '4 days',   '5 days',
>                   '6 days',   '7 days',   ...          '96 days',  '97 days',  '98 days',  '99 days', '100 days'],
>                dtype='timedelta64[ns]', freq='D')
> df = bar     a  b  c    d      e  f          g                         h
> foo                                               ... 5.0  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> 3 days  c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> ___________ TestDataFrameToXArray.test_to_xarray_index_types[range] ____________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faf278ea290>
> index_flat = RangeIndex(start=0, stop=100, step=1)
> df = bar  a  b  c    d      e  f          g                         h
> foo                                                  ... 4  5.0  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> 2    c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> ____________ TestDataFrameToXArray.test_to_xarray_index_types[int8] ____________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faf278ea610>
> index_flat = Index([ 0,  1,  2,  3,  4,  5,  6,  7,  8,  9, 10, 11, 12, 13, 14, 15, 16, 17,
>        18, 19, 20, 21, 22, 23, 24, 25, ...77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89,
>        90, 91, 92, 93, 94, 95, 96, 97, 98, 99],
>       dtype='int8')
> df = bar  a  b  c    d      e  f          g                         h
> foo                                                  ... 4  5.0  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> 2    c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> ___________ TestDataFrameToXArray.test_to_xarray_index_types[int16] ____________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faf278ea990>
> index_flat = Index([ 0,  1,  2,  3,  4,  5,  6,  7,  8,  9, 10, 11, 12, 13, 14, 15, 16, 17,
>        18, 19, 20, 21, 22, 23, 24, 25, ...7, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89,
>        90, 91, 92, 93, 94, 95, 96, 97, 98, 99],
>       dtype='int16')
> df = bar  a  b  c    d      e  f          g                         h
> foo                                                  ... 4  5.0  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> 2    c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> ___________ TestDataFrameToXArray.test_to_xarray_index_types[int32] ____________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faf278ead10>
> index_flat = Index([ 0,  1,  2,  3,  4,  5,  6,  7,  8,  9, 10, 11, 12, 13, 14, 15, 16, 17,
>        18, 19, 20, 21, 22, 23, 24, 25, ...7, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89,
>        90, 91, 92, 93, 94, 95, 96, 97, 98, 99],
>       dtype='int32')
> df = bar  a  b  c    d      e  f          g                         h
> foo                                                  ... 4  5.0  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> 2    c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> ___________ TestDataFrameToXArray.test_to_xarray_index_types[int64] ____________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faf278eb050>
> index_flat = Index([ 0,  1,  2,  3,  4,  5,  6,  7,  8,  9, 10, 11, 12, 13, 14, 15, 16, 17,
>        18, 19, 20, 21, 22, 23, 24, 25, ...7, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89,
>        90, 91, 92, 93, 94, 95, 96, 97, 98, 99],
>       dtype='int64')
> df = bar  a  b  c    d      e  f          g                         h
> foo                                                  ... 4  5.0  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> 2    c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> ___________ TestDataFrameToXArray.test_to_xarray_index_types[uint8] ____________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faf278eb3d0>
> index_flat = Index([128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141,
>        142, 143, 144, 145, 146, 147, 148,...11,
>        212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225,
>        226, 227],
>       dtype='uint8')
> df = bar  a  b  c    d      e  f          g                         h
> foo                                                  ... 4  5.0  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> 130  c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> ___________ TestDataFrameToXArray.test_to_xarray_index_types[uint16] ___________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faf278eb750>
> index_flat = Index([32768, 32769, 32770, 32771, 32772, 32773, 32774, 32775, 32776, 32777,
>        32778, 32779, 32780, 32781, 32782,...2855, 32856, 32857,
>        32858, 32859, 32860, 32861, 32862, 32863, 32864, 32865, 32866, 32867],
>       dtype='uint16')
> df = bar    a  b  c    d      e  f          g                         h
> foo                                                ...  5.0  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> 32770  c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> ___________ TestDataFrameToXArray.test_to_xarray_index_types[uint32] ___________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faf278ebad0>
> index_flat = Index([2147483648, 2147483649, 2147483650, 2147483651, 2147483652, 2147483653,
>        2147483654, 2147483655, 21474836...3740, 2147483741, 2147483742, 2147483743,
>        2147483744, 2147483745, 2147483746, 2147483747],
>       dtype='uint32')
> df = bar         a  b  c    d      e  f          g                         h
> foo                                           ...  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> 2147483650  c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> ___________ TestDataFrameToXArray.test_to_xarray_index_types[uint64] ___________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faf278ebe50>
> index_flat = Index([9223372036854775808, 9223372036854775809, 9223372036854775810,
>        9223372036854775811, 9223372036854775812,...      9223372036854775904, 9223372036854775905, 9223372036854775906,
>        9223372036854775907],
>       dtype='uint64')
> df = bar                  a  b  c  ...  f          g                         h
> foo                           ...           ...13-01-02 00:00:00-05:00
> 9223372036854775810  c  3  5  ...  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
> [3 rows x 8 columns]
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> __________ TestDataFrameToXArray.test_to_xarray_index_types[float32] ___________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faf278f4210>
> index_flat = Index([  -2548266.75,   -2518067.75,    -2487810.5,   -2417013.75,
>           -2230080.0,    -2196003.5,    -2125987.5,...   6655548.0,     6757310.0,
>            7031496.5,     7058238.0,     7120666.5,     7202712.0],
>       dtype='float32')
> df = bar          a  b  c    d      e  f          g                         h
> foo                                          ... False  b 2013-01-02 2013-01-02 00:00:00-05:00
> -2487810.50  c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> __________ TestDataFrameToXArray.test_to_xarray_index_types[float64] ___________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faf278f4590>
> index_flat = Index([-2548266.6776783345, -2518067.8520275257, -2487810.4071892817,
>         -2417013.854118949, -2230080.0432834756,...       7031496.746260383,   7058238.182443602,   7120666.354559066,
>          7202712.089457822],
>       dtype='float64')
> df = bar            a  b  c    d      e  f          g                         h
> foo                                        ...alse  b 2013-01-02 2013-01-02 00:00:00-05:00
> -2.487810e+06  c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> ________ TestDataFrameToXArray.test_to_xarray_index_types[bool-object] _________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faf278f4910>
> index_flat = Index([False, True, False, False, False, False, False, False, False, False], dtype='object')
> df = bar    a  b  c    d      e  f          g                         h
> foo                                                ...  5.0  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> False  c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> _________ TestDataFrameToXArray.test_to_xarray_index_types[bool-dtype] _________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faf278f4c90>
> index_flat = Index([False, True, True, True, False, False, True, False, False, True], dtype='bool')
> df = bar    a  b  c    d      e  f          g                         h
> foo                                                ...  5.0  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> True   c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> _________ TestDataFrameToXArray.test_to_xarray_index_types[complex64] __________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faf278f5010>
> index_flat = Index([  (-2548266.75+0j),   (-2518067.75+0j),    (-2487810.5+0j),
>          (-2417013.75+0j),      (-2230080+0j),    (...           (7031496.5+0j),       (7058238+0j),     (7120666.5+0j),
>              (7202712+0j)],
>       dtype='complex64')
> df = bar                                              a  ...                         h
> foo                                 ... 00:00:00-05:00
> -2.487810e+06+0.000000e+                    00j  c  ... 2013-01-03 00:00:00-05:00
> 
> [3 rows x 8 columns]
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> _________ TestDataFrameToXArray.test_to_xarray_index_types[complex128] _________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faf278f5390>
> index_flat = Index([(-2548266.6776783345+0j), (-2518067.8520275257+0j),
>        (-2487810.4071892817+0j),  (-2417013.854118949+0j),
> ...83+0j),   (7058238.182443602+0j),
>          (7120666.354559066+0j),   (7202712.089457822+0j)],
>       dtype='complex128')
> df = bar                                              a  ...                         h
> foo                                 ... 00:00:00-05:00
> -2.487810e+06+0.000000e+                    00j  c  ... 2013-01-03 00:00:00-05:00
> 
> [3 rows x 8 columns]
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> ________ TestDataFrameToXArray.test_to_xarray_index_types[categorical] _________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faf278f5710>
> index_flat = CategoricalIndex(['XK5T', 'qznw', 'Qtf9', 'XK5T', 'qznw', 'Qtf9', 'XK5T',
>                   'qznw', 'Qtf9', 'XK5T', 'q...                'Qtf9', 'XK5T'],
>                  categories=['XK5T', 'qznw', 'Qtf9'], ordered=False, dtype='category')
> df = bar   a  b  c    d      e  f          g                         h
> foo                                                 ...4  5.0  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> Qtf9  c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> __________ TestDataFrameToXArray.test_to_xarray_index_types[interval] __________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faf278f5a90>
> index_flat = IntervalIndex([(0.0, 1.0], (1.0, 2.0], (2.0, 3.0], (3.0, 4.0], (4.0, 5.0] ... (95.0, 96.0], (96.0, 97.0], (97.0, 98.0], (98.0, 99.0], (99.0, 100.0]], dtype='interval[float64, right]')
> df = bar         a  b  c    d      e  f          g                         h
> foo                                           ...  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> (2.0, 3.0]  c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> __________ TestDataFrameToXArray.test_to_xarray_index_types[repeats] ___________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faf278f61d0>
> index_flat = Index([0, 0, 1, 1, 2, 2], dtype='int64')
> df = bar  a  b  c    d      e  f          g                         h
> foo                                                  ... 4  5.0  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> 1    c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> ________ TestDataFrameToXArray.test_to_xarray_index_types[nullable_int] ________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faf278f6550>
> index_flat = Index([ 0,  1,  2,  3,  4,  5,  6,  7,  8,  9, 10, 11, 12, 13, 14, 15, 16, 17,
>        18, 19, 20, 21, 22, 23, 24, 25, ...7, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89,
>        90, 91, 92, 93, 94, 95, 96, 97, 98, 99],
>       dtype='Int64')
> df = bar  a  b  c    d      e  f          g                         h
> foo                                                  ... 4  5.0  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> 2    c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> _______ TestDataFrameToXArray.test_to_xarray_index_types[nullable_uint] ________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faf278f68d0>
> index_flat = Index([ 0,  1,  2,  3,  4,  5,  6,  7,  8,  9, 10, 11, 12, 13, 14, 15, 16, 17,
>        18, 19, 20, 21, 22, 23, 24, 25, ..., 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89,
>        90, 91, 92, 93, 94, 95, 96, 97, 98, 99],
>       dtype='UInt16')
> df = bar  a  b  c    d      e  f          g                         h
> foo                                                  ... 4  5.0  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> 2    c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> _______ TestDataFrameToXArray.test_to_xarray_index_types[nullable_float] _______
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faf278f6c50>
> index_flat = Index([ 0.0,  1.0,  2.0,  3.0,  4.0,  5.0,  6.0,  7.0,  8.0,  9.0, 10.0, 11.0,
>        12.0, 13.0, 14.0, 15.0, 16.0, 17...5.0, 86.0, 87.0, 88.0, 89.0, 90.0, 91.0, 92.0, 93.0, 94.0, 95.0,
>        96.0, 97.0, 98.0, 99.0],
>       dtype='Float32')
> df = bar  a  b  c    d      e  f          g                         h
> foo                                                  ... 4  5.0  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> 2.0  c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> _______ TestDataFrameToXArray.test_to_xarray_index_types[nullable_bool] ________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faf278f6fd0>
> index_flat = Index([False,  True,  True,  True,  True,  True,  True,  True,  True,  True,
>         True,  True,  True,  True,  True,...rue,  True,  True,
>         True,  True,  True,  True,  True,  True,  True,  True,  True,  True],
>       dtype='boolean')
> df = bar    a  b  c    d      e  f          g                         h
> foo                                                ...  5.0  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> True   c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> _______ TestDataFrameToXArray.test_to_xarray_index_types[string-python] ________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faf278f7350>
> index_flat = Index(['ZqgszYBfuL', 'YT9l2dIrmO', 'sIqjUAQP6A', 'nN571Qxycl', 'uvJFQ32W8t',
>        '45nDJRRgDg', '7mB2GQE0KN', 'CzKGW...OqX', 'EcraI3d3zk',
>        '15GzXGZDqu', 'p2HL85NMg5', 'yFpDIJUaOV', 'Wi26TcwRDV', 'DHrfxY1tNr'],
>       dtype='string')
> df = bar         a  b  c    d      e  f          g                         h
> foo                                           ...  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> sIqjUAQP6A  c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_index_types(self, index_flat, df):
>         index = index_flat
>         # MultiIndex is tested in test_to_xarray_with_multiindex
>         if len(index) == 0:
>             pytest.skip("Test doesn't make sense for empty index")
>     
>         from xarray import Dataset
>     
>         df.index = index[:3]
>         df.index.name = "foo"
>         df.columns.name = "bar"
>         result = df.to_xarray()
> >       assert result.dims["foo"] == 3
> 
> pandas/tests/generic/test_to_xarray.py:44: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> __________________ TestDataFrameToXArray.test_to_xarray_empty __________________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faf278f7ad0>
> df =      a  b  c    d      e  f          g                         h
> foo                                                  ... 4  5.0  False  b 2013-01-02 2013-01-02 00:00:00-05:00
> 2    c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_empty(self, df):
>         from xarray import Dataset
>     
>         df.index.name = "foo"
>         result = df[0:0].to_xarray()
> >       assert result.dims["foo"] == 0
> 
> pandas/tests/generic/test_to_xarray.py:63: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> _____________ TestDataFrameToXArray.test_to_xarray_with_multiindex _____________
> 
> self = <pandas.tests.generic.test_to_xarray.TestDataFrameToXArray object at 0x7faf278fc310>
> df =          a  b  c    d      e  f          g                         h
> one two                                          ...5.0  False  b 2013-01-02 2013-01-02 00:00:00-05:00
>     2    c  3  5  6.0   True  c 2013-01-03 2013-01-03 00:00:00-05:00
> 
>     def test_to_xarray_with_multiindex(self, df):
>         from xarray import Dataset
>     
>         # MultiIndex
>         df.index = MultiIndex.from_product([["a"], range(3)], names=["one", "two"])
>         result = df.to_xarray()
> >       assert result.dims["one"] == 1
> 
> pandas/tests/generic/test_to_xarray.py:72: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:469: in __getitem__
>     self._warn()
> /usr/lib/python3/dist-packages/xarray/core/utils.py:461: in _warn
>     emit_user_level_warning(
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> message = 'The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.'
> category = <class 'FutureWarning'>
> 
>     def emit_user_level_warning(message, category=None):
>         """Emit a warning at the user level by inspecting the stack trace."""
>         stacklevel = find_stack_level()
> >       warnings.warn(message, category=category, stacklevel=stacklevel)
> E       FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
> 
> /usr/lib/python3/dist-packages/xarray/core/utils.py:1112: FutureWarning
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.11s call     pandas/tests/generic/test_to_xarray.py::TestSeriesToXArray::test_to_xarray_index_types[string]
> 0.08s call     pandas/tests/generic/test_finalize.py::test_binops[gt-(DataFrame,int)-right]
> 0.05s call     pandas/tests/generic/test_generic.py::TestGeneric::test_truncate_out_of_bounds[DataFrame]
> 0.04s call     pandas/tests/generic/test_generic.py::TestGeneric::test_truncate_out_of_bounds[Series]
> 0.02s call     pandas/tests/generic/test_frame.py::TestDataFrame::test_nonzero_single_element
> 0.01s call     pandas/tests/generic/test_duplicate_labels.py::test_raises_basic[MultiIndex]
> 0.01s call     pandas/tests/generic/test_duplicate_labels.py::test_raises_basic[IntervalIndex]
> 0.01s call     pandas/tests/generic/test_series.py::TestSeries::test_nonzero_single_element
> 0.01s call     pandas/tests/generic/test_duplicate_labels.py::test_raises_basic[CategoricalIndex]
> 0.01s call     pandas/tests/generic/test_duplicate_labels.py::test_raises_basic[TimedeltaIndex]
> 0.01s call     pandas/tests/generic/test_duplicate_labels.py::test_raises_basic[Index2]
> 0.01s call     pandas/tests/generic/test_duplicate_labels.py::test_raises_basic[DatetimeIndex]
> 0.01s call     pandas/tests/generic/test_duplicate_labels.py::test_raises_basic[PeriodIndex]
> 0.01s call     pandas/tests/generic/test_duplicate_labels.py::test_raises_basic[Index0]
> 0.01s call     pandas/tests/generic/test_finalize.py::test_finalize_first[data0]
> 0.01s call     pandas/tests/generic/test_duplicate_labels.py::test_raises_basic[Index1]
> 0.01s call     pandas/tests/generic/test_finalize.py::test_groupby_finalize_not_implemented[<lambda>5-obj1]
> 0.01s call     pandas/tests/generic/test_generic.py::TestGeneric::test_data_deprecated[DataFrame]
> 0.01s call     pandas/tests/generic/test_series.py::TestSeries::test_nonzero_single_element_raise_2[nan]
> 0.01s call     pandas/tests/generic/test_generic.py::TestNDFrame::test_bool_dep
> 0.01s call     pandas/tests/generic/test_finalize.py::test_finalize_last[data0]
> 0.01s call     pandas/tests/generic/test_finalize.py::test_finalize_first[data1]
> 0.01s call     pandas/tests/generic/test_finalize.py::test_finalize_last[data1]
> 0.01s call     pandas/tests/generic/test_series.py::TestSeries::test_nonbool_single_element_raise[0]
> 0.01s call     pandas/tests/generic/test_series.py::TestSeries::test_nonzero_single_element_raise_2[data1]
> 0.01s call     pandas/tests/generic/test_finalize.py::test_groupby_finalize_not_implemented[<lambda>0-obj1]
> 0.01s call     pandas/tests/generic/test_series.py::TestSeries::test_nonbool_single_element_raise[a]
> 0.01s call     pandas/tests/generic/test_series.py::TestSeries::test_nonzero_multiple_element_raise[data0]
> 0.01s call     pandas/tests/generic/test_series.py::TestSeries::test_nonbool_single_element_raise[0.0]
> 0.01s call     pandas/tests/generic/test_series.py::TestSeries::test_nonbool_single_element_raise[1]
> =========================== short test summary info ============================
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[string]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[datetime]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[datetime-tz]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[period]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[timedelta]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[range]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[int8]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[int16]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[int32]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[int64]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[uint8]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[uint16]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[uint32]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[uint64]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[float32]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[float64]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[bool-object]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[bool-dtype]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[complex64]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[complex128]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[categorical]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[interval]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[repeats]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[nullable_int]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[nullable_uint]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[nullable_float]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[nullable_bool]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_index_types[string-python]
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_empty
> FAILED pandas/tests/generic/test_to_xarray.py::TestDataFrameToXArray::test_to_xarray_with_multiindex
> =========== 30 failed, 980 passed, 105 skipped, 138 xfailed in 8.69s ===========
> rdjoqkol test state = false
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/groupby: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 29188 items / 1 skipped
> 
> pandas/tests/groupby/aggregate/test_aggregate.py ..............................................................................................................................................................................................................................................................................................................................................x..x.......................................................................x......
> pandas/tests/groupby/aggregate/test_cython.py ........................................................................................................................................................................
> pandas/tests/groupby/aggregate/test_numba.py sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
> pandas/tests/groupby/aggregate/test_other.py ........................................
> pandas/tests/groupby/test_any_all.py .........................................................................................................................
> pandas/tests/groupby/test_api.py ......s..s..............................s..s..........................
> pandas/tests/groupby/test_apply.py ...............................................................................................................................
> pandas/tests/groupby/test_apply_mutate.py .....
> pandas/tests/groupby/test_bin_groupby.py ......
> pandas/tests/groupby/test_categorical.py .................................................................................................................................x.........................................................................................................................................................................................................................................................................xx.xx.xx.xx.................................................................................................................................................................................................................................................xx.xx.xx.xx......................................................................................ss.ss.ss.ssxxxxxx.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ssxxxxxx.ss.ss.ss.ssxxsxxsxxsxxs.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ssxxxxxx.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ssxxxxxx.ss.ss.ss.ssxxsxxsxxsxxs.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................s........s........s........s........s........s........s........s...ss.sssss.ss.sssss.ss.sssss.ss.sssss.ss.sssss.ss.sssss.ss.sssss.ss.sssss...................ss.ss.ss.ss.ss.ss.................sxsx................................................................................sxsx................................................................................sxsx................................................................................sxsx.......................................x................................
> pandas/tests/groupby/test_counting.py .................................ssss
> pandas/tests/groupby/test_filters.py ..........................
> pandas/tests/groupby/test_function.py ........................................................................xxx......ssssss..............................xxx.........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ss.......................................xx..............................................................................................................................................
> pandas/tests/groupby/test_groupby.py ....................................s..........................................................................................................................xx..........................................xx..........................................xx..........................................xx..........................................xx..........................................xx..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................xx..........................................xx..........................................xx..........................................xx..........................................xx..........................................xx...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ss..........ss..............ss................................s...................s................................................................................................
> pandas/tests/groupby/test_groupby_dropna.py ..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................xx.xx.xx.xx.............xx.xx.xx.xx.................................................................................................................................................................................................................................................................................................................................................................................................................xxxxxxxx..................................................
> pandas/tests/groupby/test_groupby_shift_diff.py .........................................
> pandas/tests/groupby/test_groupby_subclass.py .....s.................................................................
> pandas/tests/groupby/test_grouping.py ...........................................................................
> pandas/tests/groupby/test_index_as_string.py ..................
> pandas/tests/groupby/test_indexing.py ............................................................................................................................................................................
> pandas/tests/groupby/test_libgroupby.py ...........................
> pandas/tests/groupby/test_min_max.py ......................
> pandas/tests/groupby/test_missing.py .........................
> pandas/tests/groupby/test_nth.py ...................................................................................................................................................................................................................
> pandas/tests/groupby/test_nunique.py ............................................
> pandas/tests/groupby/test_pipe.py ..
> pandas/tests/groupby/test_quantile.py ..................................................................................................x....x.......................................................................................................................................................................................................................
> pandas/tests/groupby/test_raises.py .....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/groupby/test_rank.py .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/groupby/test_sample.py ..............
> pandas/tests/groupby/test_size.py .......x....x....x....x....x....x....x....x...............ss
> pandas/tests/groupby/test_skew.py .
> pandas/tests/groupby/test_timegrouper.py .............................s
> pandas/tests/groupby/test_value_counts.py .....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ss.ss.ss.ss.ss.ss................................................................................
> pandas/tests/groupby/transform/test_numba.py sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
> pandas/tests/groupby/transform/test_transform.py ..................x......................................................................................xxxxxxxx...................................................................................................................................................................................................................................................................................................x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x....................................................................................x....................x....................................................................................................................................................................................................
> 
> =============================== warnings summary ===============================
> pandas/tests/groupby/test_categorical.py::test_basic
>   /usr/lib/python3/dist-packages/numpy/core/fromnumeric.py:84: FutureWarning: The behavior of DataFrame.sum with axis=None is deprecated, in a future version this will reduce over both axes and return a scalar. To retain the old behavior, pass axis=0 (or do not pass axis)
>     return reduction(axis=axis, out=out, **passkwargs)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.31s call     pandas/tests/groupby/test_raises.py::test_groupby_raises_string_np[by5-True-mean-agg]
> 0.26s call     pandas/tests/groupby/test_groupby_dropna.py::test_no_sort_keep_na[False-False-UInt32-5]
> 0.15s call     pandas/tests/groupby/test_categorical.py::test_basic
> 0.09s call     pandas/tests/groupby/test_counting.py::test_count
> 0.08s call     pandas/tests/groupby/test_counting.py::TestCounting::test_ngroup_cumcount_pair
> 0.08s call     pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_timegrouper_with_reg_groups
> 0.08s call     pandas/tests/groupby/test_filters.py::test_filter_against_workaround
> 0.07s call     pandas/tests/groupby/test_groupby.py::test_pass_args_kwargs
> 0.06s call     pandas/tests/groupby/test_categorical.py::test_datetime
> 0.06s call     pandas/tests/groupby/test_function.py::test_frame_describe_multikey
> 0.06s call     pandas/tests/groupby/test_indexing.py::test_against_head_and_tail[True-tail-1000]
> 0.06s call     pandas/tests/groupby/test_indexing.py::test_against_head_and_tail[True-head-1000]
> 0.06s call     pandas/tests/groupby/test_groupby_subclass.py::test_groupby_preserves_subclass[corrwith-obj0]
> 0.06s call     pandas/tests/groupby/aggregate/test_aggregate.py::test_groupby_aggregation_multi_level_column
> 0.06s call     pandas/tests/groupby/transform/test_transform.py::test_dispatch_transform
> 0.06s call     pandas/tests/groupby/test_missing.py::test_fill_consistency
> 0.05s call     pandas/tests/groupby/test_groupby.py::test_groupby_multiindex_not_lexsorted
> 0.05s call     pandas/tests/groupby/test_indexing.py::test_against_head_and_tail[False-head-1000]
> 0.05s call     pandas/tests/groupby/test_indexing.py::test_against_head_and_tail[True-head-30]
> 0.05s call     pandas/tests/groupby/test_groupby.py::test_basic_aggregations[int64]
> 0.05s call     pandas/tests/groupby/test_apply.py::test_apply_concat_preserve_names
> 0.05s call     pandas/tests/groupby/test_indexing.py::test_against_head_and_tail[True-tail-30]
> 0.05s call     pandas/tests/groupby/test_indexing.py::test_against_head_and_tail[False-tail-1000]
> 0.05s call     pandas/tests/groupby/test_groupby.py::test_basic_aggregations[float32]
> 0.05s call     pandas/tests/groupby/test_indexing.py::test_against_head_and_tail[False-tail-30]
> 0.05s call     pandas/tests/groupby/test_groupby_dropna.py::test_categorical_reducers[corrwith-False-True-False-multi]
> 0.05s call     pandas/tests/groupby/test_indexing.py::test_against_head_and_tail[False-head-30]
> 0.05s call     pandas/tests/groupby/test_groupby.py::test_basic_aggregations[int32]
> 0.05s call     pandas/tests/groupby/test_indexing.py::test_against_head_and_tail[True-tail--1]
> 0.05s call     pandas/tests/groupby/test_indexing.py::test_against_head_and_tail[True-head--1]
> ==== 28117 passed, 902 skipped, 170 xfailed, 1 warning in 206.60s (0:03:26) ====
> rdjoqkol test state = false
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/indexes: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 16062 items
> 
> pandas/tests/indexes/base_class/test_constructors.py .......s
> pandas/tests/indexes/base_class/test_formats.py .............
> pandas/tests/indexes/base_class/test_indexing.py .............
> pandas/tests/indexes/base_class/test_pickle.py .
> pandas/tests/indexes/base_class/test_reshape.py ..............s....
> pandas/tests/indexes/base_class/test_setops.py ............................................................
> pandas/tests/indexes/base_class/test_where.py .
> pandas/tests/indexes/categorical/test_append.py .......
> pandas/tests/indexes/categorical/test_astype.py ...........
> pandas/tests/indexes/categorical/test_category.py .........................................
> pandas/tests/indexes/categorical/test_constructors.py .....
> pandas/tests/indexes/categorical/test_equals.py ......ss
> pandas/tests/indexes/categorical/test_fillna.py ...
> pandas/tests/indexes/categorical/test_formats.py ..
> pandas/tests/indexes/categorical/test_indexing.py .................................
> pandas/tests/indexes/categorical/test_map.py .....................
> pandas/tests/indexes/categorical/test_reindex.py .......
> pandas/tests/indexes/datetimelike_/test_drop_duplicates.py ................................................................................................................
> pandas/tests/indexes/datetimelike_/test_equals.py .....................
> pandas/tests/indexes/datetimelike_/test_indexing.py ................
> pandas/tests/indexes/datetimelike_/test_is_monotonic.py .
> pandas/tests/indexes/datetimelike_/test_nat.py ......................
> pandas/tests/indexes/datetimelike_/test_sort_values.py ...................................................................................
> pandas/tests/indexes/datetimelike_/test_value_counts.py ............................................
> pandas/tests/indexes/datetimes/methods/test_astype.py ..............................
> pandas/tests/indexes/datetimes/methods/test_factorize.py ....................................................................................
> pandas/tests/indexes/datetimes/methods/test_fillna.py ..
> pandas/tests/indexes/datetimes/methods/test_insert.py ..............................................................................................................................................................................
> pandas/tests/indexes/datetimes/methods/test_isocalendar.py .
> pandas/tests/indexes/datetimes/methods/test_repeat.py ........................................
> pandas/tests/indexes/datetimes/methods/test_shift.py ..................................
> pandas/tests/indexes/datetimes/methods/test_snap.py ........................
> pandas/tests/indexes/datetimes/methods/test_to_frame.py ..
> pandas/tests/indexes/datetimes/methods/test_to_period.py ..................................
> pandas/tests/indexes/datetimes/methods/test_to_series.py .
> pandas/tests/indexes/datetimes/test_asof.py ..
> pandas/tests/indexes/datetimes/test_constructors.py ......................................................................................................................................................................................................................................................
> pandas/tests/indexes/datetimes/test_date_range.py ...................................................................................................................................................................................................................
> pandas/tests/indexes/datetimes/test_datetime.py ....................x..............
> pandas/tests/indexes/datetimes/test_datetimelike.py .
> pandas/tests/indexes/datetimes/test_delete.py ..
> pandas/tests/indexes/datetimes/test_formats.py ...................
> pandas/tests/indexes/datetimes/test_freq_attr.py ..........................
> pandas/tests/indexes/datetimes/test_indexing.py .....................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/indexes/datetimes/test_join.py ......................
> pandas/tests/indexes/datetimes/test_map.py .....
> pandas/tests/indexes/datetimes/test_misc.py ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/indexes/datetimes/test_npfuncs.py .
> pandas/tests/indexes/datetimes/test_ops.py ....................................................................................................................................................................................................
> pandas/tests/indexes/datetimes/test_partial_slicing.py ..................................
> pandas/tests/indexes/datetimes/test_pickle.py ......
> pandas/tests/indexes/datetimes/test_reindex.py ..
> pandas/tests/indexes/datetimes/test_scalar_compat.py ......................................................................................................................
> pandas/tests/indexes/datetimes/test_setops.py ..........................................................................................................................
> pandas/tests/indexes/datetimes/test_timezones.py .................................................................................................................................................................................................................
> pandas/tests/indexes/datetimes/test_unique.py ........................
> pandas/tests/indexes/interval/test_astype.py ....................................x...........................................................................................................................
> pandas/tests/indexes/interval/test_base.py ..........
> pandas/tests/indexes/interval/test_constructors.py ..........................................................................................................................................................................................................................................................................ssssssss.......................................s.................s.....s.....s.....s....................................ssssssss.......................................s.................s.....s.....s.....s....................
> pandas/tests/indexes/interval/test_equals.py ....
> pandas/tests/indexes/interval/test_formats.py ........
> pandas/tests/indexes/interval/test_indexing.py ..............................................................................................................................................................................................................................................................................
> pandas/tests/indexes/interval/test_interval.py .........................................................................................................................................................................................................................................................
> pandas/tests/indexes/interval/test_interval_range.py .......................................................................................................................................................
> pandas/tests/indexes/interval/test_interval_tree.py ....................................................................................................................................................................................................................
> pandas/tests/indexes/interval/test_join.py ...
> pandas/tests/indexes/interval/test_pickle.py ...
> pandas/tests/indexes/interval/test_setops.py .................................................................................
> pandas/tests/indexes/multi/test_analytics.py ......................................
> pandas/tests/indexes/multi/test_astype.py ...
> pandas/tests/indexes/multi/test_compat.py ......
> pandas/tests/indexes/multi/test_constructors.py ..................................................................................s.................
> pandas/tests/indexes/multi/test_conversion.py ......
> pandas/tests/indexes/multi/test_copy.py ..........
> pandas/tests/indexes/multi/test_drop.py .............
> pandas/tests/indexes/multi/test_duplicates.py ..................................................
> pandas/tests/indexes/multi/test_equivalence.py ..............
> pandas/tests/indexes/multi/test_formats.py .............
> pandas/tests/indexes/multi/test_get_level_values.py .......
> pandas/tests/indexes/multi/test_get_set.py ...................
> pandas/tests/indexes/multi/test_indexing.py ......................................................................................................................................
> pandas/tests/indexes/multi/test_integrity.py .................
> pandas/tests/indexes/multi/test_isin.py ..............
> pandas/tests/indexes/multi/test_join.py ...........................................................
> pandas/tests/indexes/multi/test_lexsort.py ..
> pandas/tests/indexes/multi/test_missing.py ...x..
> pandas/tests/indexes/multi/test_monotonic.py ...........
> pandas/tests/indexes/multi/test_names.py ...............................
> pandas/tests/indexes/multi/test_partial_indexing.py .....
> pandas/tests/indexes/multi/test_pickle.py .
> pandas/tests/indexes/multi/test_reindex.py ............
> pandas/tests/indexes/multi/test_reshape.py ...........
> pandas/tests/indexes/multi/test_setops.py ............................................................................................................................................................................................................sss...................................................................
> pandas/tests/indexes/multi/test_sorting.py .........................
> pandas/tests/indexes/multi/test_take.py ...
> pandas/tests/indexes/numeric/test_astype.py ...................
> pandas/tests/indexes/numeric/test_indexing.py ..............................................................................................................................................ss..........................................
> pandas/tests/indexes/numeric/test_join.py ...........
> pandas/tests/indexes/numeric/test_numeric.py ...............................................................................................
> pandas/tests/indexes/numeric/test_setops.py ....................
> pandas/tests/indexes/object/test_astype.py ..
> pandas/tests/indexes/object/test_indexing.py .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.ss.
> pandas/tests/indexes/period/methods/test_asfreq.py .......
> pandas/tests/indexes/period/methods/test_astype.py ..........
> pandas/tests/indexes/period/methods/test_factorize.py ..
> pandas/tests/indexes/period/methods/test_fillna.py .
> pandas/tests/indexes/period/methods/test_insert.py ...
> pandas/tests/indexes/period/methods/test_is_full.py .
> pandas/tests/indexes/period/methods/test_repeat.py ......
> pandas/tests/indexes/period/methods/test_shift.py ......
> pandas/tests/indexes/period/methods/test_to_timestamp.py ........
> pandas/tests/indexes/period/test_constructors.py ...........................................................................
> pandas/tests/indexes/period/test_formats.py ......
> pandas/tests/indexes/period/test_freq_attr.py .
> pandas/tests/indexes/period/test_indexing.py .........................................................................
> pandas/tests/indexes/period/test_join.py ...........
> pandas/tests/indexes/period/test_monotonic.py ..
> pandas/tests/indexes/period/test_partial_slicing.py ..............
> pandas/tests/indexes/period/test_period.py ........................................................................................................................................
> pandas/tests/indexes/period/test_period_range.py ........
> pandas/tests/indexes/period/test_pickle.py ....
> pandas/tests/indexes/period/test_resolution.py .........
> pandas/tests/indexes/period/test_scalar_compat.py ...
> pandas/tests/indexes/period/test_searchsorted.py ........
> pandas/tests/indexes/period/test_setops.py ..............
> pandas/tests/indexes/period/test_tools.py ............
> pandas/tests/indexes/ranges/test_constructors.py .............................
> pandas/tests/indexes/ranges/test_indexing.py ...............
> pandas/tests/indexes/ranges/test_join.py ..........
> pandas/tests/indexes/ranges/test_range.py .................................................................................
> pandas/tests/indexes/ranges/test_setops.py ...................................................................
> pandas/tests/indexes/test_any_index.py ......................................................................................................................s.........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/indexes/test_base.py .........................................................................................................................................................................x.............................................................................ssss....ss..........ss......ss.................................................................................................................................ssss...........................................................................................................................................................................................................................................s...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/indexes/test_common.py ...........................................................................................................................................................................................................xxxxxxxxxxxxxxxxxxxxxxxxxxxxx.........................................................................................................................sssssssss...s....ss..........................xs.....................sss................................................sss....................................................................................s................s...............................................................................................................................................................................................................................................................................xx..........................................
> pandas/tests/indexes/test_datetimelike.py ........................................
> pandas/tests/indexes/test_engines.py .........................................
> pandas/tests/indexes/test_frozen.py ..........
> pandas/tests/indexes/test_index_new.py ............................................xxxxssss.............................................................................................................
> pandas/tests/indexes/test_indexing.py ......................................................ss...............................s.................................................................................................................................................................................................................................................................................................s........................
> pandas/tests/indexes/test_numpy_compat.py ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ss.....................
> pandas/tests/indexes/test_old_base.py s...s...................sss.............................ssssssssss.s..........ss.................s.............s.....s..............s..sss..........................................................s.......................................................................ssssssss..s..sssssssss..s..sssssssss..s..sssssssss..s..sssssssss..s..s......................s..............................................s................s..............................s........................ssssssss....s.s...s.....s........sssssssss...s....s...sss...................................................................................................................ss......................ssssss.........................................................................................................................................................................s......................................................................................................................................................................................s...s...........s...s...........................................................................................s...s...
> pandas/tests/indexes/test_setops.py ...........................................................................................................................................x........................................................................................................................................................................................................................................................................................................................................................................................................................X..................................................................x....................................................................................................X.........X...............................................................................................................X..........................................................................................................................................................................................................................................................................................................................................................s...........................................................................................................................ss..s.s...s...s.................................................................................ssssssssss..........sssss..........sssss...............sssss.....................................................................................ssssssssss..........sssss..........sssss...............sssss.....................................................................................ssssssssss..........sssss..........sssss...............sssss.....................................................................................ssssssssss..........sssss..........sssss...............sssss.....................................................................ssss....ss..........ss......ss..................................................................................................................................................................................................................................................................ssss....ss..........ss......ss................................................................................................................................................................................................................................................................s..........................................................................................................................................................................................ss
> pandas/tests/indexes/test_subclass.py .
> pandas/tests/indexes/timedeltas/methods/test_astype.py ..........
> pandas/tests/indexes/timedeltas/methods/test_factorize.py ..
> pandas/tests/indexes/timedeltas/methods/test_fillna.py .
> pandas/tests/indexes/timedeltas/methods/test_insert.py ...............
> pandas/tests/indexes/timedeltas/methods/test_repeat.py .
> pandas/tests/indexes/timedeltas/methods/test_shift.py ......
> pandas/tests/indexes/timedeltas/test_constructors.py ....................
> pandas/tests/indexes/timedeltas/test_delete.py ...
> pandas/tests/indexes/timedeltas/test_formats.py ....
> pandas/tests/indexes/timedeltas/test_freq_attr.py ...........
> pandas/tests/indexes/timedeltas/test_indexing.py ....................................
> pandas/tests/indexes/timedeltas/test_join.py .......
> pandas/tests/indexes/timedeltas/test_ops.py ..........
> pandas/tests/indexes/timedeltas/test_pickle.py .
> pandas/tests/indexes/timedeltas/test_scalar_compat.py ........
> pandas/tests/indexes/timedeltas/test_searchsorted.py ........
> pandas/tests/indexes/timedeltas/test_setops.py ................................
> pandas/tests/indexes/timedeltas/test_timedelta.py ........
> pandas/tests/indexes/timedeltas/test_timedelta_range.py ..................
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 1.61s call     pandas/tests/indexes/multi/test_integrity.py::test_hash_collisions
> 1.56s call     pandas/tests/indexes/test_base.py::TestIndex::test_tab_complete_warning
> 0.90s call     pandas/tests/indexes/multi/test_indexing.py::TestContains::test_large_mi_contains
> 0.56s call     pandas/tests/indexes/multi/test_integrity.py::test_large_multiindex_error
> 0.43s call     pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_partial_slicing_with_multiindex_series
> 0.37s call     pandas/tests/indexes/test_setops.py::TestSetOps::test_set_ops_error_cases[multi-intersection-xxx]
> 0.26s call     pandas/tests/indexes/period/test_indexing.py::TestGetItem::test_getitem_seconds
> 0.25s setup    pandas/tests/indexes/test_base.py::TestIndex::test_tab_complete_warning
> 0.25s call     pandas/tests/indexes/period/test_partial_slicing.py::TestPeriodIndex::test_range_slice_seconds[period_range]
> 0.19s call     pandas/tests/indexes/datetimes/test_indexing.py::TestGetLoc::test_get_loc_time_obj2
> 0.18s call     pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_timetz_accessor[tzlocal()]
> 0.15s call     pandas/tests/indexes/ranges/test_setops.py::test_range_difference
> 0.13s call     pandas/tests/indexes/test_old_base.py::TestBase::test_engine_reference_cycle[simple_index1]
> 0.13s call     pandas/tests/indexes/test_old_base.py::TestBase::test_engine_reference_cycle[simple_index12]
> 0.13s call     pandas/tests/indexes/test_old_base.py::TestBase::test_engine_reference_cycle[simple_index4]
> 0.13s call     pandas/tests/indexes/test_old_base.py::TestBase::test_engine_reference_cycle[simple_index2]
> 0.13s call     pandas/tests/indexes/test_old_base.py::TestBase::test_engine_reference_cycle[simple_index0]
> 0.13s call     pandas/tests/indexes/test_old_base.py::TestBase::test_engine_reference_cycle[simple_index10]
> 0.13s call     pandas/tests/indexes/test_old_base.py::TestBase::test_engine_reference_cycle[simple_index6]
> 0.13s call     pandas/tests/indexes/test_old_base.py::TestBase::test_engine_reference_cycle[simple_index9]
> 0.13s call     pandas/tests/indexes/test_old_base.py::TestBase::test_engine_reference_cycle[simple_index7]
> 0.13s call     pandas/tests/indexes/test_old_base.py::TestBase::test_engine_reference_cycle[simple_index3]
> 0.13s call     pandas/tests/indexes/test_old_base.py::TestBase::test_engine_reference_cycle[simple_index11]
> 0.13s call     pandas/tests/indexes/test_old_base.py::TestBase::test_engine_reference_cycle[simple_index5]
> 0.13s call     pandas/tests/indexes/test_old_base.py::TestBase::test_engine_reference_cycle[simple_index13]
> 0.13s call     pandas/tests/indexes/test_old_base.py::TestBase::test_engine_reference_cycle[simple_index8]
> 0.13s call     pandas/tests/indexes/multi/test_indexing.py::test_pyint_engine
> 0.11s call     pandas/tests/indexes/period/test_constructors.py::TestPeriodIndex::test_constructor
> 0.10s call     pandas/tests/indexes/datetimes/test_date_range.py::TestCustomDateRange::test_all_custom_freq[CBH]
> 0.09s call     pandas/tests/indexes/datetimes/test_timezones.py::TestDatetimeIndexTimezones::test_dti_tz_localize_roundtrip[tzlocal()]
> ========== 15665 passed, 351 skipped, 42 xfailed, 4 xpassed in 56.54s ==========
> rdjoqkol test state = false
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/indexing: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 4376 items
> 
> pandas/tests/indexing/interval/test_interval.py ...........................
> pandas/tests/indexing/interval/test_interval_new.py .....................
> pandas/tests/indexing/multiindex/test_chaining_and_caching.py ..
> pandas/tests/indexing/multiindex/test_datetime.py ..
> pandas/tests/indexing/multiindex/test_getitem.py ............................................................................
> pandas/tests/indexing/multiindex/test_iloc.py ................
> pandas/tests/indexing/multiindex/test_indexing_slow.py ..........
> pandas/tests/indexing/multiindex/test_loc.py .................................................................................................................................
> pandas/tests/indexing/multiindex/test_multiindex.py ...............
> pandas/tests/indexing/multiindex/test_partial.py .............
> pandas/tests/indexing/multiindex/test_setitem.py ...........................
> pandas/tests/indexing/multiindex/test_slice.py .............................
> pandas/tests/indexing/multiindex/test_sorted.py .........
> pandas/tests/indexing/test_at.py .........................................
> pandas/tests/indexing/test_categorical.py .................................................................................................................
> pandas/tests/indexing/test_chaining_and_caching.py ..............................
> pandas/tests/indexing/test_check_indexer.py ....................s....
> pandas/tests/indexing/test_coercion.py ..........xxxxxxx...............................................................xx........................................xxxx....x............................................................xxxxx..................xx............................................................................................................................................................................................................x
> pandas/tests/indexing/test_datetime.py .........ss
> pandas/tests/indexing/test_floats.py ...............................................................................................................................................
> pandas/tests/indexing/test_iat.py .....
> pandas/tests/indexing/test_iloc.py ..................................................................................................................................................................................................................
> pandas/tests/indexing/test_indexers.py ......
> pandas/tests/indexing/test_indexing.py ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/indexing/test_loc.py .............................................................................................................................x..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................s..................................................................................................................................................................................................................................................................................................................................................................s...................................
> pandas/tests/indexing/test_na_indexing.py ..............................................................................................................................................................................................................................................................................
> pandas/tests/indexing/test_partial.py ....................................
> pandas/tests/indexing/test_scalar.py ......................................
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 1.44s call     pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_loc_getitem_large_series
> 1.37s call     pandas/tests/indexing/multiindex/test_chaining_and_caching.py::test_indexer_caching
> 1.31s call     pandas/tests/indexing/test_loc.py::TestLocSetitemWithExpansion::test_loc_setitem_with_expansion_large_dataframe
> 0.66s call     pandas/tests/indexing/test_loc.py::TestLocBaseIndependent::test_loc_non_unique_memory_error[900000-100000]
> 0.15s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[a-1]
> 0.15s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[a-4]
> 0.15s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[a-2]
> 0.15s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[a-3]
> 0.14s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[a-0]
> 0.12s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[b-4]
> 0.12s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[b-1]
> 0.12s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[b-3]
> 0.12s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[b-0]
> 0.12s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[b-2]
> 0.09s call     pandas/tests/indexing/test_chaining_and_caching.py::TestChaining::test_detect_chained_assignment_implicit_take2
> 0.08s call     pandas/tests/indexing/test_chaining_and_caching.py::TestChaining::test_detect_chained_assignment_str
> 0.08s call     pandas/tests/indexing/test_chaining_and_caching.py::TestChaining::test_detect_chained_assignment_setting_entire_column
> 0.08s call     pandas/tests/indexing/test_chaining_and_caching.py::TestChaining::test_detect_chained_assignment_implicit_take
> 0.06s call     pandas/tests/indexing/multiindex/test_loc.py::TestMultiIndexLoc::test_loc_getitem_general[float]
> 0.05s call     pandas/tests/indexing/multiindex/test_setitem.py::TestMultiIndexSetItem::test_groupby_example
> 0.05s call     pandas/tests/indexing/multiindex/test_slice.py::TestMultiIndexSlicers::test_per_axis_per_level_getitem
> 0.04s call     pandas/tests/indexing/multiindex/test_slice.py::TestMultiIndexSlicers::test_per_axis_per_level_setitem
> 0.02s call     pandas/tests/indexing/test_indexing.py::TestMisc::test_rhs_alignment
> 0.02s call     pandas/tests/indexing/multiindex/test_slice.py::TestMultiIndexSlicers::test_per_axis_per_level_doc_examples
> 0.02s call     pandas/tests/indexing/multiindex/test_slice.py::TestMultiIndexSlicers::test_loc_axis_arguments
> 0.02s call     pandas/tests/indexing/test_floats.py::TestFloatIndexers::test_floating_misc[setitem]
> 0.02s call     pandas/tests/indexing/test_loc.py::TestLocSeries::test_getitem_loc_str_periodindex
> 0.02s call     pandas/tests/indexing/multiindex/test_setitem.py::TestMultiIndexSetItem::test_setitem_multiindex3
> 0.02s call     pandas/tests/indexing/test_iloc.py::TestiLocBaseIndependent::test_iloc_getitem_doc_issue
> 0.02s call     pandas/tests/indexing/multiindex/test_slice.py::TestMultiIndexSlicers::test_multiindex_label_slicing_with_negative_step
> ================= 4348 passed, 5 skipped, 23 xfailed in 20.26s =================
> rdjoqkol test state = false
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/interchange: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 101 items
> 
> pandas/tests/interchange/test_impl.py ..sssssssss..............sss........s.
> pandas/tests/interchange/test_spec_conformance.py ................
> pandas/tests/interchange/test_utils.py ................sssssssssssssssssssssssssssssss
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.07s call     pandas/tests/interchange/test_spec_conformance.py::test_only_one_dtype[int_data]
> 0.03s call     pandas/tests/interchange/test_impl.py::test_dataframe[<lambda>4]
> 0.02s call     pandas/tests/interchange/test_impl.py::test_dataframe[<lambda>3]
> 0.01s call     pandas/tests/interchange/test_impl.py::test_dataframe[<lambda>0]
> 0.01s call     pandas/tests/interchange/test_impl.py::test_dataframe[<lambda>1]
> 0.01s call     pandas/tests/interchange/test_impl.py::test_dataframe[<lambda>2]
> 0.01s call     pandas/tests/interchange/test_impl.py::test_categorical_dtype[data0]
> 
> (23 durations < 0.005s hidden.  Use -vv to show these durations.)
> ======================== 57 passed, 44 skipped in 0.75s ========================
> rdjoqkol test state = false
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/internals: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 249 items
> 
> pandas/tests/internals/test_api.py ...
> pandas/tests/internals/test_internals.py ....................................................................................................................................................................................................................................................
> pandas/tests/internals/test_managers.py ..
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.07s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>0-int64]
> 0.03s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>5-uint64]
> 0.03s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>4-int64]
> 0.03s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>5-float64]
> 0.03s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>4-uint64]
> 0.03s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>3-float64]
> 0.03s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>5-int64]
> 0.03s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>4-float64]
> 0.03s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>3-int64]
> 0.03s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>3-uint64]
> 0.03s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>1-uint64]
> 0.03s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>1-int64]
> 0.02s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>2-uint64]
> 0.02s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>7-float64]
> 0.02s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>2-float64]
> 0.02s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>1-float64]
> 0.02s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>0-float64]
> 0.02s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>6-uint64]
> 0.02s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>2-int64]
> 0.02s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>0-uint64]
> 0.02s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>6-int64]
> 0.02s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>7-int64]
> 0.02s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>7-uint64]
> 0.02s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>6-float64]
> 0.02s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_period_can_hold_element[<lambda>5]
> 0.02s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_period_can_hold_element[<lambda>4]
> 0.02s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_period_can_hold_element[<lambda>1]
> 0.02s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_period_can_hold_element[<lambda>0]
> 0.02s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_period_can_hold_element[<lambda>3]
> 0.02s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_period_can_hold_element[<lambda>6]
> ============================= 249 passed in 1.96s ==============================
> rdjoqkol test state = false
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/io: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 13164 items / 67 deselected / 4 skipped / 13097 selected
> 
> pandas/tests/io/excel/test_odf.py ...
> pandas/tests/io/excel/test_odswriter.py ....
> pandas/tests/io/excel/test_openpyxl.py ..................................................
> pandas/tests/io/excel/test_readers.py s..ssss.s..ssss.s..ssss.s..ssss.s..ssss.ssssss............ssssssssssssssssssssssss......ss....ssssssss..s..ssss.s..ssss.s..ssss.s..ssss.s..ssss.s..ssss.ss....ssssssss..s..ssss.s..ssss.s..ssss.s..ssss.s..ssss.s..ssss.s..ssss.s..ssss.ss....ssssssss..s..ssss.sssssssss..ssss.ssssssssssssssssss....ssssssss..s..ssss.ssssssssssssss..s..ssss.s..ssss.s..ssss.s..ssss.s..ssss.s..ssss.sxxssss.s..ssss.s..ssss.s..ssss.ssssss............ssssssssssssssssssssssss......s..ssss.s..ssss.sssssssssssssssss..ssss.s..ssss.s..ssss.s..ssss.s..ssss.s..ssss.ss....ssssssss..s..ssss.s..ssss.s..ssss.s..ssss.s..ssss.s..ssss.s..ssss.s..ssss.ssssss............ssssssssssssssssssssssss......s..ssss.s..ssss.s..ssss.s..ssss.s..ssss.s..ssssss..ssssss..ssss.s..ssss.s..ssss.s..ssss.sss......ssssssssssss...s..ssss.s..ssss.ssssss............ssssssssssssssssssssssss......s..ssss.s..ssss.s..ssss.s..ssss.s..ssss.s..ssss.ss....ssssssss..s..ssss.s..ssss.s..ssssss..ssss.
> pandas/tests/io/excel/test_style.py s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s..s
> pandas/tests/io/excel/test_writers.py ssException ignored in: <_io.FileIO name='/tmp/71cd053a-8efe-4cf6-9cdf-1bcf077096b4.xlsx' mode='rb' closefd=True>
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/_pytest/mark/structures.py", line 616, in __iter__
>     yield from self._markers
> ResourceWarning: unclosed file <_io.FileIO name='/tmp/71cd053a-8efe-4cf6-9cdf-1bcf077096b4.xlsx' mode='rb' closefd=True>
> s.sss.sss.sss.sss.sss.sss.sssxsss.sssxsss.sss.sss.sss.sss.sssxsss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.s...ss...
> pandas/tests/io/formats/style/test_bar.py .......................................................................................................................
> pandas/tests/io/formats/style/test_exceptions.py ...
> pandas/tests/io/formats/style/test_format.py .........................................................................................................
> pandas/tests/io/formats/style/test_highlight.py ................................................................................................
> pandas/tests/io/formats/style/test_html.py ...........................................................................................
> pandas/tests/io/formats/style/test_matplotlib.py ...........................................................
> pandas/tests/io/formats/style/test_non_unique.py .........
> pandas/tests/io/formats/style/test_style.py .................................................................................................................................................................................................
> pandas/tests/io/formats/style/test_to_latex.py ............................................................................................................................................................
> pandas/tests/io/formats/style/test_to_string.py .....
> pandas/tests/io/formats/style/test_tooltip.py ....
> pandas/tests/io/formats/test_console.py ...........
> pandas/tests/io/formats/test_css.py ...............................................................................................
> pandas/tests/io/formats/test_eng_formatting.py ......
> pandas/tests/io/formats/test_format.py ......................................................................................................................................................................................................................................Out[1]: '<div>\n<style scoped>\n    .dataframe tbody tr th:only-of-type {\n        vertical-align: middle;\n    }\n\n    .dataframe tbody tr th {\n        vertical-align: top;\n    }\n\n    .dataframe thead th {\n        text-align: right;\n    }\n</style>\n<table border="1" class="dataframe">\n  <thead>\n    <tr style="text-align: right;">\n      <th></th>\n      <th>A</th>\n    </tr>\n  </thead>\n  <tbody>\n    <tr>\n      <th>0</th>\n      <td>1</td>\n    </tr>\n    <tr>\n      <th>1</th>\n      <td>2</td>\n    </tr>\n  </tbody>\n</table>\n</div>'
> ........................................
> pandas/tests/io/formats/test_info.py ........................x......s
> pandas/tests/io/formats/test_printing.py .............................
> pandas/tests/io/formats/test_series_info.py ........x.....
> pandas/tests/io/formats/test_to_csv.py ..........s.................................................................................
> pandas/tests/io/formats/test_to_excel.py ..........................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/io/formats/test_to_html.py .............................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/io/formats/test_to_latex.py ...........................................................................................
> pandas/tests/io/formats/test_to_markdown.py .........
> pandas/tests/io/formats/test_to_string.py ............................................s
> pandas/tests/io/json/test_compression.py ........sssssss...............................................
> pandas/tests/io/json/test_deprecated_kwargs.py .
> pandas/tests/io/json/test_json_table_schema.py ...........................................................................................x...x...x...x...x...x...x...x...x...x......x...x...x...x...x...x...x...x...x...x.....................
> pandas/tests/io/json/test_json_table_schema_ext_dtype.py .....................
> pandas/tests/io/json/test_normalize.py .....................................................
> pandas/tests/io/json/test_pandas.py ...........................................................................................................xxxx................................xxx.................................................................................................................................................................s........xxxxxxxxxxxxxxxxxx................................................................xx.............s.....x........ssssssssssssssssssssssssssssssss...sssss
> pandas/tests/io/json/test_readlines.py ..s.s.....ss.s.s.s.s......ssss....s..ss..ss.s.s...........
> pandas/tests/io/json/test_ujson.py ..................................................................................................................................................................................................................
> pandas/tests/io/parser/common/test_chunksize.py ......ss.........sss......ss...s...s......ss...s...s...s...s......ss...s...s...s
> pandas/tests/io/parser/common/test_common_basic.py ....s...s...s...ss..s...s......ss.........sss...s...s...s...s...s.........sss............ssss......ss...s...s......ss.........sss...s......ss...s.........sss...s...s......ss...s...s...............sssss...s...s...s......ss...s......ss......ss...s...s...s...s...s...s
> pandas/tests/io/parser/common/test_data_list.py ...s...s...s...s
> pandas/tests/io/parser/common/test_decimal.py ......ss...s
> pandas/tests/io/parser/common/test_file_buffer_url.py ...s...s...s...s...s.................................sssssssssss...s...s...s...s...s...s...s...s............ssss.....................sssssss...s...s...s...s
> pandas/tests/io/parser/common/test_float.py ...s.......s.....................sss....x.....x...ss
> pandas/tests/io/parser/common/test_index.py ......ss......ss...s............ssss...s...s...s...s...s...s...s
> pandas/tests/io/parser/common/test_inf.py ......ss......ss...s
> pandas/tests/io/parser/common/test_ints.py ...s............ssss...s......ss...s.........sss.........sss......ss......ss...s
> pandas/tests/io/parser/common/test_iterator.py ...s...s...s.........sss...s
> pandas/tests/io/parser/common/test_read_errors.py ...s...s...s.........sss...s..................ssssss...s...s...s...s...s..xsxx.s...s...s...s
> pandas/tests/io/parser/common/test_verbose.py ...s...s
> pandas/tests/io/parser/dtypes/test_categorical.py .........sss......ss...s...s...s...s...s...s...s........................ssssssss...s...s...s...s...s............ssss...s
> pandas/tests/io/parser/dtypes/test_dtypes_basic.py ............ssss...s...s...s...s................................................ssssssssssssssss...s...s.............................x.x.x...................................................................................................................................................................x.x.x.x.x.x.x.x.x.x.x.x.........................................................................................................................................................................................................................................................................................................................x.x.x.x.x.x.x.x.x.x.x.x...................................................................................................................................................................................................................s......ss...s...s........................ssssssss......ss...s...s...s...sssssssss...sssss...sssss...s
> pandas/tests/io/parser/dtypes/test_empty.py ...s...s...s...s...s...s...s...s........................ssssssss
> pandas/tests/io/parser/test_c_parser_only.py ......................................................ss..........................
> pandas/tests/io/parser/test_comment.py ......ss.......x.sss...s...s...s..................ssssss......ssxx.s
> pandas/tests/io/parser/test_compression.py .........sss......ss...s...s.x.x.xss......ss.x.x.xss......ss.x.x.xss......ss.x.x.xss......ss.x.x.xss......ss.x.x.xss......ss..................ssssss......................................................ssssssssssssssssss.........sss...s...s...s
> pandas/tests/io/parser/test_concatenate_chunks.py ss
> pandas/tests/io/parser/test_converters.py ...s............ssss...s...s...s......ss...s...s
> pandas/tests/io/parser/test_dialect.py ...s...s...s......................................................ssssssssssssssssss..................ssssss
> pandas/tests/io/parser/test_encoding.py ...s...s..................ssssss...s...s...............sssss......................................................ssssssssssssssssss.........sss............................................................................................................ssssssssssssssssssssssssssssssssssss...s....................sssss...s...s......ss
> pandas/tests/io/parser/test_header.py ...s...s......ss......ss...s...s...s.........sss.........sss.........sss.........sss...s...s...s...s......ss......ss......ss......ss...s.........sss........................ssssssss...s...s...s...s...s...s...s...s...s
> pandas/tests/io/parser/test_index_col.py ......ss...s...s...s..............................ssssssssss...s...............sssss...s...s...s...s...s...s...s...s...s......ss...s
> pandas/tests/io/parser/test_mangle_dupes.py ...s...s...s.........sss.........sss...s...s...s......ss
> pandas/tests/io/parser/test_multi_thread.py ...s...s
> pandas/tests/io/parser/test_na_values.py ...s...s..........................................ssssssssssssss...s......ss...s...s.........sss............ssss...s...s...s......ss......ss...s......ss...s...s.........sss...s......ss...s......ss..................ssssss...s...s...s...s...s
> pandas/tests/io/parser/test_network.py ssssssssssssssssss
> pandas/tests/io/parser/test_parse_dates.py ...s...s...s......ss..............ss...s...s...s...s......ss...s...s...s...s...sxxxxxxss......ss......ss......ss...s.........sss...s...s...s......ss.........sss............ssss......ss...s......ss......ss............ssss...s......ss...s......ss......ss...s...s...s............ssss...s..................ssssss.........sss......ss...................x...x............................................................sssssssss...s...s......ss...s...s......s......ss...s...s...s......ss...s...s...s
> pandas/tests/io/parser/test_python_parser_only.py .....................................................................................
> pandas/tests/io/parser/test_quoting.py .........sss......ss...s..................ssssss............ssss...............sssss......ss......ss......ss
> pandas/tests/io/parser/test_read_fwf.py ..........................................................................sss.
> pandas/tests/io/parser/test_skiprows.py ......ss...s...s.........sss...s.........sss........xsss...s......ss...s...s...s...s
> pandas/tests/io/parser/test_textreader.py ...........................
> pandas/tests/io/parser/test_unsupported.py ..........s...s..xs...s
> pandas/tests/io/parser/test_upcast.py ...........................ssss
> pandas/tests/io/parser/usecols/test_parse_dates.py ......ss...s...s...s............ssss
> pandas/tests/io/parser/usecols/test_strings.py ...s...s......ss......ss
> pandas/tests/io/parser/usecols/test_usecols_basic.py ...s......ss...s......ss...s...s...s......ss............ssss...s...s...s...s...s...s......ss...s...s......ss......ss......ss.....................sssssss......ss......ss...s...s...s
> pandas/tests/io/pytables/test_append.py .....................
> pandas/tests/io/pytables/test_categorical.py .....
> pandas/tests/io/pytables/test_compat.py ....
> pandas/tests/io/pytables/test_complex.py .........
> pandas/tests/io/pytables/test_errors.py ................
> pandas/tests/io/pytables/test_file_handling.py ...............................................................................................................................................................................................
> pandas/tests/io/pytables/test_keys.py ....
> pandas/tests/io/pytables/test_put.py ......................
> pandas/tests/io/pytables/test_pytables_missing.py s
> pandas/tests/io/pytables/test_read.py ....................s
> pandas/tests/io/pytables/test_retain_attributes.py ..
> pandas/tests/io/pytables/test_round_trip.py ..............................s
> pandas/tests/io/pytables/test_select.py .........................
> pandas/tests/io/pytables/test_store.py .............................................
> pandas/tests/io/pytables/test_subclass.py ..
> pandas/tests/io/pytables/test_time_series.py ...
> pandas/tests/io/pytables/test_timezones.py .......................................................................
> pandas/tests/io/sas/test_byteswap.py ..........
> pandas/tests/io/sas/test_sas.py ...
> pandas/tests/io/sas/test_sas7bdat.py .................................................................................................
> pandas/tests/io/sas/test_xport.py ........
> pandas/tests/io/test_clipboard.py ........................................................................................................................................................................................................................................XXX..ssssss.
> pandas/tests/io/test_common.py .......................................................s...ss.......sss......ss........ss.......s.........................................
> pandas/tests/io/test_compression.py ........................................................................................................................................
> pandas/tests/io/test_fsspec.py .........ssssssssss..........s
> pandas/tests/io/test_gcs.py ssssssssssssssssss.
> pandas/tests/io/test_html.py .........ssssss.................................................................................................................................................s........................
> pandas/tests/io/test_parquet.py .ssss.ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.ssssssss
> pandas/tests/io/test_pickle.py ..............................................................................................................
> pandas/tests/io/test_s3.py sss
> pandas/tests/io/test_spss.py .......s.
> pandas/tests/io/test_sql.py ssss....ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss....ssss....ssss....ssss....ssss....ssss....ssss....ssss...ssss....ssss...ssss...ssss...ssssssssssssss..................................................................................................................................ss..............x..............................ssssss................sss..ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.......................
> pandas/tests/io/test_stata.py ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/io/test_user_agent.py sssssssssssssssssssss
> pandas/tests/io/xml/test_to_xml.py ........................................................................s...............................................................ss
> pandas/tests/io/xml/test_xml.py ............................XX.....................................................s..........................................................................s......s......s......s......s......s......s......s......s......s......s......s...sss.sss.
> pandas/tests/io/xml/test_xml_dtypes.py ..............................................
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 4.38s call     pandas/tests/io/test_stata.py::TestStata::test_stata_119
> 1.58s call     pandas/tests/io/test_html.py::TestReadHtml::test_banklist[bs4]
> 1.41s call     pandas/tests/io/parser/test_c_parser_only.py::test_parse_trim_buffers[c_low]
> 1.39s call     pandas/tests/io/parser/test_c_parser_only.py::test_parse_trim_buffers[c_high]
> 1.27s call     pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%m %Y-True-.]
> 1.11s call     pandas/tests/io/parser/test_c_parser_only.py::test_precise_conversion[c_low]
> 1.09s call     pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%m %Y-False-.]
> 1.08s call     pandas/tests/io/sas/test_xport.py::TestXport::test1_basic
> 1.07s call     pandas/tests/io/parser/test_c_parser_only.py::test_grow_boundary_at_cap[c_high]
> 1.06s call     pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_header[bs4]
> 1.05s call     pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_header_index_skiprows[bs4]
> 1.03s call     pandas/tests/io/parser/test_c_parser_only.py::test_precise_conversion[c_high]
> 1.02s call     pandas/tests/io/pytables/test_store.py::test_no_track_times
> 1.01s call     pandas/tests/io/parser/test_c_parser_only.py::test_grow_boundary_at_cap[c_low]
> 0.87s call     pandas/tests/io/test_pickle.py::test_pickle_big_dataframe_compression[gzip-4]
> 0.87s call     pandas/tests/io/test_pickle.py::test_pickle_big_dataframe_compression[gzip-5]
> 0.69s call     pandas/tests/io/test_html.py::TestReadHtml::test_banklist_header[bs4]
> 0.67s call     pandas/tests/io/sas/test_sas7bdat.py::TestSAS7BDAT::test_from_iterator[data_test_ix0]
> 0.63s call     pandas/tests/io/pytables/test_select.py::test_select_iterator_complete_8014
> 0.61s call     pandas/tests/io/test_html.py::TestReadHtml::test_regex_idempotency[bs4]
> 0.61s call     pandas/tests/io/test_html.py::TestReadHtml::test_banklist_no_match[bs4]
> 0.61s call     pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_index[bs4]
> 0.61s call     pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_header_index[bs4]
> 0.61s call     pandas/tests/io/test_html.py::TestReadHtml::test_gold_canyon[bs4]
> 0.60s call     pandas/tests/io/test_html.py::TestReadHtml::test_file_url[bs4]
> 0.60s call     pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_header_skiprows[bs4]
> 0.60s call     pandas/tests/io/test_html.py::TestReadHtml::test_multiindex_header_skiprows_tuples[bs4]
> 0.60s call     pandas/tests/io/formats/test_info.py::test_info_verbose_with_counts_spacing[10001- #      Column  Non-Null Count  Dtype  ----     ------  --------------  -----  - 0      0       3 non-null      float64- 10000  10000   3 non-null      float64]
> 0.58s call     pandas/tests/io/test_html.py::TestReadHtml::test_importcheck_thread_safety[lxml]
> 0.54s call     pandas/tests/io/parser/common/test_chunksize.py::test_warn_if_chunks_have_mismatched_type[c_low]
> = 10315 passed, 2662 skipped, 67 deselected, 119 xfailed, 5 xpassed in 161.49s (0:02:41) =
> rdjoqkol test state = false
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/libs: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 2257 items
> 
> pandas/tests/libs/test_hashtable.py ..............s.....................................................................s.............s.......................................................s.............s.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/libs/test_join.py .................
> pandas/tests/libs/test_lib.py ..................................................................................
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.08s call     pandas/tests/libs/test_hashtable.py::TestHashTable::test_no_reallocation[40-Int64HashTable-int64_1]
> 0.05s call     pandas/tests/libs/test_hashtable.py::test_ismember_tuple_with_nans
> 0.01s call     pandas/tests/libs/test_hashtable.py::test_unique_label_indices
> 
> (27 durations < 0.005s hidden.  Use -vv to show these durations.)
> ======================= 2252 passed, 5 skipped in 3.23s ========================
> rdjoqkol test state = false
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/plotting: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 1350 items / 1 deselected / 1349 selected
> 
> pandas/tests/plotting/frame/test_frame.py ....x........................................................................XX..................................................................................................................................................................x............................................................................................
> pandas/tests/plotting/frame/test_frame_color.py .........................................................................................
> pandas/tests/plotting/frame/test_frame_groupby.py ......
> pandas/tests/plotting/frame/test_frame_legend.py x.....................
> pandas/tests/plotting/frame/test_frame_subplots.py .....................x......................XX...................................................................
> pandas/tests/plotting/frame/test_hist_box_by.py ......................................................
> pandas/tests/plotting/test_backend.py ....s.
> pandas/tests/plotting/test_boxplot_method.py .......................................................................................
> pandas/tests/plotting/test_common.py ...
> pandas/tests/plotting/test_converter.py ............................................
> pandas/tests/plotting/test_datetimelike.py ...............................................................................................................x...........................................x......................x...............x.....
> pandas/tests/plotting/test_groupby.py .................
> pandas/tests/plotting/test_hist_method.py ..................................x..x.............................................................................
> pandas/tests/plotting/test_misc.py s................................................
> pandas/tests/plotting/test_series.py .......................................xxxx.............................x........................................................................x..........................
> pandas/tests/plotting/test_style.py ......................................
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 1.57s call     pandas/tests/plotting/test_series.py::TestSeriesPlots::test_series_grid_settings
> 1.21s call     pandas/tests/plotting/frame/test_frame.py::TestDataFramePlots::test_errorbar_timeseries[barh]
> 1.17s call     pandas/tests/plotting/frame/test_frame.py::TestDataFramePlots::test_errorbar_timeseries[bar]
> 1.04s call     pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_boxplot_legacy2
> 0.99s call     pandas/tests/plotting/frame/test_frame.py::TestDataFramePlots::test_errorbar_timeseries[line]
> 0.97s call     pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_scatter_matrix_axis_smaller[True]
> 0.91s call     pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_scatter_matrix_axis[True]
> 0.84s call     pandas/tests/plotting/frame/test_frame.py::TestDataFramePlots::test_hist_df
> 0.82s call     pandas/tests/plotting/test_datetimelike.py::TestTSPlot::test_finder_daily
> 0.80s call     pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_hist_df_legacy_layout_kwargs[kwargs0]
> 0.79s call     pandas/tests/plotting/frame/test_hist_box_by.py::TestHistWithBy::test_hist_plot_layout_with_by[by9-None-layout9-3]
> 0.78s call     pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_scatter_matrix_axis[False]
> 0.76s call     pandas/tests/plotting/frame/test_hist_box_by.py::TestHistWithBy::test_hist_plot_layout_with_by[by10-column10-layout10-3]
> 0.75s call     pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_parallel_coordinates_line_diff
> 0.74s call     pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_hist_df_legacy_layout_kwargs[kwargs1]
> 0.74s call     pandas/tests/plotting/test_boxplot_method.py::TestDataFramePlots::test_boxplot_legacy1[kwargs5-UserWarning]
> 0.69s call     pandas/tests/plotting/test_converter.py::test_registry_mpl_resets
> 0.68s call     pandas/tests/plotting/frame/test_hist_box_by.py::TestHistWithBy::test_hist_plot_layout_with_by[by7-column7-layout7-3]
> 0.67s call     pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_hist_df_legacy_layout3
> 0.66s call     pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_boxplot_legacy3[False-None-1-layout1]
> 0.65s call     pandas/tests/plotting/frame/test_frame.py::TestDataFramePlots::test_errorbar_scatter
> 0.65s call     pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_hist_df_legacy_layout
> 0.64s call     pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_boxplot_legacy2_return_type
> 0.64s call     pandas/tests/plotting/frame/test_hist_box_by.py::TestHistWithBy::test_hist_plot_layout_with_by[by6-A-layout6-3]
> 0.60s call     pandas/tests/plotting/test_hist_method.py::TestDataFrameGroupByPlots::test_grouped_hist_layout_by_warning[kwargs0]
> 0.59s call     pandas/tests/plotting/test_misc.py::TestSeriesPlots::test_bootstrap_plot
> 0.58s call     pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_scatter_matrix_axis_smaller[False]
> 0.58s call     pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_radviz_color[color1]
> 0.58s call     pandas/tests/plotting/frame/test_hist_box_by.py::TestHistWithBy::test_hist_plot_layout_with_by[by8-column8-layout8-3]
> 0.57s call     pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_boxplot_legacy3[True-UserWarning-3-layout0]
> = 1327 passed, 2 skipped, 1 deselected, 16 xfailed, 4 xpassed in 162.44s (0:02:42) =
> rdjoqkol test state = false
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/reductions: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 539 items
> 
> pandas/tests/reductions/test_reductions.py ..................................................................................................................................................................................................................................................................................................................................s...............................................................................................................................
> pandas/tests/reductions/test_stat_reductions.py .........................................................................................
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.08s call     pandas/tests/reductions/test_reductions.py::TestReductions::test_argminmax
> 0.08s call     pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_any_all_datetimelike
> 0.06s call     pandas/tests/reductions/test_reductions.py::TestReductions::test_nanargminmax[index-max]
> 0.04s call     pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_sum_overflow_float[float64-False]
> 0.04s call     pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_sum_overflow_float[float64-True]
> 0.04s call     pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_sum_overflow_int[int64-False]
> 0.04s call     pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_sum_overflow_int[int64-True]
> 0.03s call     pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_idxminmax_with_inf
> 0.03s call     pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_idxmin_dt64index
> 0.03s call     pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_sum_overflow_int[int32-True]
> 0.02s call     pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_sum_overflow_int[int32-False]
> 0.01s call     pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_idxmax
> 0.01s call     pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_idxmin
> 0.01s call     pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_sum_overflow_float[float32-False]
> 0.01s call     pandas/tests/reductions/test_reductions.py::TestReductions::test_nanargminmax[series-max]
> 0.01s call     pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_sum_overflow_float[float32-True]
> 0.01s call     pandas/tests/reductions/test_reductions.py::TestReductions::test_nanargminmax[index-min]
> 0.01s call     pandas/tests/reductions/test_reductions.py::TestReductions::test_nanargminmax[series-min]
> 0.01s call     pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_sum_inf
> 0.01s call     pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_period_mean[B-Series]
> 0.01s call     pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_sortwarning
> 0.01s call     pandas/tests/reductions/test_stat_reductions.py::TestSeriesStatReductions::test_skew
> 0.01s call     pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_period_mean[B-PeriodArray]
> 0.01s call     pandas/tests/reductions/test_stat_reductions.py::TestDatetimeLikeStatReductions::test_period_mean[B-Index]
> 0.01s call     pandas/tests/reductions/test_stat_reductions.py::TestSeriesStatReductions::test_var_std
> 0.01s call     pandas/tests/reductions/test_reductions.py::TestIndexReductions::test_timedelta_ops
> 0.01s call     pandas/tests/reductions/test_stat_reductions.py::TestSeriesStatReductions::test_kurt
> 
> (3 durations < 0.005s hidden.  Use -vv to show these durations.)
> ======================== 538 passed, 1 skipped in 2.25s ========================
> rdjoqkol test state = false
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/resample: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 3869 items
> 
> pandas/tests/resample/test_base.py ..............................................................................................................................................................xxx......xxx......xxx......xxx......xxx......xxx......xxx......xxx......xxx......xxx......xxx......xxx......xxx......xxx......xxx......xxx.........................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/resample/test_datetime_index.py ................................................................................ssss.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................x......................................................................................................................................................................................................................................................................................................................
> pandas/tests/resample/test_period_index.py ...................................................................................................................................................................................................................................................................................................................................................................x.............................................
> pandas/tests/resample/test_resample_api.py ...................................................................................................................
> pandas/tests/resample/test_resampler_grouper.py .................................................
> pandas/tests/resample/test_time_grouper.py .........................x......................
> pandas/tests/resample/test_timedelta.py .......................
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.46s call     pandas/tests/resample/test_datetime_index.py::test_nearest_upsample_with_limit[tzlocal()-ms-30S-5D]
> 0.36s call     pandas/tests/resample/test_resample_api.py::test_agg
> 0.36s call     pandas/tests/resample/test_datetime_index.py::test_nearest_upsample_with_limit[tzlocal()-ns-30S-5D]
> 0.36s call     pandas/tests/resample/test_datetime_index.py::test_nearest_upsample_with_limit[tzlocal()-s-30S-5D]
> 0.35s call     pandas/tests/resample/test_datetime_index.py::test_nearest_upsample_with_limit[tzlocal()-us-30S-5D]
> 0.34s call     pandas/tests/resample/test_resampler_grouper.py::test_tab_complete_ipython6_warning
> 0.32s call     pandas/tests/resample/test_base.py::test_resample_interpolate[period_range-pi-_index_start1-_index_end1]
> 0.25s setup    pandas/tests/resample/test_resampler_grouper.py::test_tab_complete_ipython6_warning
> 0.23s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[s-30-S-0.5-Min-1]
> 0.22s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[us-30-S-0.5-Min-1]
> 0.22s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[ms-30-S-0.5-Min-1]
> 0.22s call     pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_weekly_upsample[end-B-FRI]
> 0.22s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[us-86400-S-1-D-3]
> 0.22s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[us-86400-S-1-D-2]
> 0.22s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[ms-60-S-1-Min-2]
> 0.22s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[us-43200-S-0.5-D-3]
> 0.22s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[us-86400-S-1-D-1]
> 0.22s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[us-43200-S-0.5-D-1]
> 0.22s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[ms-86400-S-1-D-2]
> 0.22s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[s-86400-S-1-D-3]
> 0.22s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[us-60-S-1-Min-2]
> 0.22s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[ms-60-S-1-Min-1]
> 0.22s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[s-43200-S-0.5-D-1]
> 0.22s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[us-43200-S-0.5-D-2]
> 0.22s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[ms-30-S-0.5-Min-2]
> 0.22s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[s-43200-S-0.5-D-2]
> 0.22s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[us-60-S-1-Min-1]
> 0.22s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[ms-30-S-0.5-Min-3]
> 0.22s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[ms-86400-S-1-D-3]
> 0.22s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[us-60-S-1-Min-3]
> ============ 3814 passed, 4 skipped, 51 xfailed in 64.81s (0:01:04) ============
> rdjoqkol test state = false
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/reshape: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 2582 items
> 
> pandas/tests/reshape/concat/test_append.py ..................................................................................
> pandas/tests/reshape/concat/test_append_common.py ...........................sssssssss.......................................................
> pandas/tests/reshape/concat/test_categorical.py .............
> pandas/tests/reshape/concat/test_concat.py ...........................................................................................
> pandas/tests/reshape/concat/test_dataframe.py .....................
> pandas/tests/reshape/concat/test_datetimes.py ................................x.......
> pandas/tests/reshape/concat/test_empty.py .....................s.....s.....s.....s.....s..........
> pandas/tests/reshape/concat/test_index.py .............................................................
> pandas/tests/reshape/concat/test_invalid.py ....
> pandas/tests/reshape/concat/test_series.py .............
> pandas/tests/reshape/concat/test_sort.py ..........
> pandas/tests/reshape/merge/test_join.py .......................................................................
> pandas/tests/reshape/merge/test_merge.py ..............................................................................................................................................................................................................................................................................................................................................................................................................................ssssssss..............................................................................................................................................................................................................................ss..........ssss
> pandas/tests/reshape/merge/test_merge_asof.py .s................................................................................................s.....................s.................ss.
> pandas/tests/reshape/merge/test_merge_cross.py .................
> pandas/tests/reshape/merge/test_merge_index_as_string.py ................................................................................
> pandas/tests/reshape/merge/test_merge_ordered.py ..................
> pandas/tests/reshape/merge/test_multi.py ........................................
> pandas/tests/reshape/test_crosstab.py .....................................
> pandas/tests/reshape/test_cut.py ............................................................................................................
> pandas/tests/reshape/test_from_dummies.py .........................................
> pandas/tests/reshape/test_get_dummies.py ...................................................................................................................................................
> pandas/tests/reshape/test_melt.py ......................................................
> pandas/tests/reshape/test_pivot.py .....................................................................xx........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/reshape/test_pivot_multilevel.py ..........
> pandas/tests/reshape/test_qcut.py ..........................................................................
> pandas/tests/reshape/test_union_categoricals.py ..........................................
> pandas/tests/reshape/test_util.py .................
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 3.50s call     pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_number_of_levels_larger_than_int32
> 0.40s call     pandas/tests/reshape/merge/test_multi.py::TestMergeMulti::test_left_join_multi_index[True]
> 0.39s call     pandas/tests/reshape/concat/test_dataframe.py::TestDataFrameConcat::test_concat_copies[1-C-False]
> 0.39s call     pandas/tests/reshape/concat/test_dataframe.py::TestDataFrameConcat::test_concat_copies[1-C-True]
> 0.36s call     pandas/tests/reshape/concat/test_dataframe.py::TestDataFrameConcat::test_concat_copies[1-F-False]
> 0.36s call     pandas/tests/reshape/concat/test_dataframe.py::TestDataFrameConcat::test_concat_copies[1-F-True]
> 0.22s call     pandas/tests/reshape/merge/test_multi.py::TestMergeMulti::test_left_join_multi_index[False]
> 0.10s call     pandas/tests/reshape/concat/test_dataframe.py::TestDataFrameConcat::test_concat_copies[0-C-False]
> 0.10s call     pandas/tests/reshape/concat/test_dataframe.py::TestDataFrameConcat::test_concat_copies[0-F-False]
> 0.10s call     pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_multi_functions
> 0.10s call     pandas/tests/reshape/merge/test_merge_asof.py::TestAsOfMerge::test_index_tolerance
> 0.10s call     pandas/tests/reshape/concat/test_dataframe.py::TestDataFrameConcat::test_concat_copies[0-C-True]
> 0.10s call     pandas/tests/reshape/concat/test_dataframe.py::TestDataFrameConcat::test_concat_copies[0-F-True]
> 0.09s call     pandas/tests/reshape/test_crosstab.py::TestCrosstab::test_crosstab_normalize
> 0.08s call     pandas/tests/reshape/merge/test_join.py::TestJoin::test_full_outer_join
> 0.07s call     pandas/tests/reshape/test_pivot.py::TestPivotTable::test_margins
> 0.06s call     pandas/tests/reshape/test_crosstab.py::TestCrosstab::test_margin_normalize
> 0.06s call     pandas/tests/reshape/test_crosstab.py::TestCrosstab::test_crosstab_normalize_arrays
> 0.06s call     pandas/tests/reshape/concat/test_append.py::TestAppend::test_append_preserve_index_name
> 0.06s call     pandas/tests/reshape/test_crosstab.py::TestCrosstab::test_margin_dropna6
> 0.06s call     pandas/tests/reshape/concat/test_concat.py::TestConcatenate::test_concat_order
> 0.06s call     pandas/tests/reshape/merge/test_join.py::TestJoin::test_right_outer_join
> 0.05s call     pandas/tests/reshape/concat/test_append_common.py::TestConcatAppendCommon::test_concat_categorical_empty
> 0.05s call     pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_timegrouper
> 0.05s call     pandas/tests/reshape/test_crosstab.py::test_categoricals[category-category]
> 0.05s call     pandas/tests/reshape/test_crosstab.py::test_categoricals[category-int64]
> 0.05s call     pandas/tests/reshape/test_crosstab.py::test_categoricals[int64-category]
> 0.04s call     pandas/tests/reshape/test_crosstab.py::TestCrosstab::test_crosstab_normalize_multiple_columns
> 0.04s call     pandas/tests/reshape/test_crosstab.py::test_categoricals[int64-int64]
> 0.04s call     pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_non_unique_indexes
> ================= 2546 passed, 33 skipped, 3 xfailed in 24.29s =================
> rdjoqkol test state = false
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/scalar: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 4307 items
> 
> pandas/tests/scalar/interval/test_arithmetic.py .....................
> pandas/tests/scalar/interval/test_interval.py ..............................................................................
> pandas/tests/scalar/interval/test_ops.py ................................................................................................................................................................................
> pandas/tests/scalar/period/test_asfreq.py .......................
> pandas/tests/scalar/period/test_period.py ......................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/scalar/test_na_scalar.py .....................................................................................ss.....ss.....ss................................................................................................................................................................................
> pandas/tests/scalar/test_nat.py .....................................................................................................................s............s...................................................................................................................................................x..x....x..x....x..x....x..x.............................................
> pandas/tests/scalar/timedelta/test_arithmetic.py ................................................................................................................................
> pandas/tests/scalar/timedelta/test_constructors.py .................................................................................................................................
> pandas/tests/scalar/timedelta/test_formats.py ..........
> pandas/tests/scalar/timedelta/test_timedelta.py ......................................................................................................................................................................................................................................................................x............
> pandas/tests/scalar/timestamp/test_arithmetic.py .......................................................................................................
> pandas/tests/scalar/timestamp/test_comparisons.py ..............................
> pandas/tests/scalar/timestamp/test_constructors.py ....................xxx.....................................................................................
> pandas/tests/scalar/timestamp/test_formats.py ....................
> pandas/tests/scalar/timestamp/test_rendering.py ....................................................
> pandas/tests/scalar/timestamp/test_timestamp.py ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................x...........................................................................................................................................................................................................................................................................................................................................
> pandas/tests/scalar/timestamp/test_timezones.py ...........................................................................................................................................................................................................................................................................................................
> pandas/tests/scalar/timestamp/test_unary_ops.py .....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.38s call     pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_hash_equality_invariance
> 0.27s call     pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_sanity[round]
> 0.18s call     pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_round_sanity[round]
> 0.18s call     pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_round_sanity[ceil]
> 0.18s call     pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_round_sanity[floor]
> 0.14s call     pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_sanity[floor]
> 0.14s call     pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_sanity[ceil]
> 0.10s setup    pandas/tests/scalar/test_nat.py::test_nat_doc_strings[Timestamp.isocalendar]
> 0.08s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_dow_parametric
> 0.06s call     pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_to_timestamp_out_of_bounds
> 0.05s call     pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_conv_daily
> 0.05s call     pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_construction_bday
> 0.05s call     pandas/tests/scalar/period/test_period.py::TestPeriodConstruction::test_period_constructor_offsets
> 0.04s call     pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_conv_business
> 0.03s call     pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_conv_weekly
> 0.03s call     pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_conv_annual
> 0.03s call     pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_conv_quarterly
> 0.03s call     pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_conv_monthly
> 0.02s call     pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_conv_hourly
> 0.02s call     pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_conv_secondly
> 0.02s call     pandas/tests/scalar/period/test_asfreq.py::TestFreqConversion::test_conv_minutely
> 0.02s call     pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_end_time
> 0.02s call     pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_start_time
> 0.01s call     pandas/tests/scalar/period/test_period.py::TestPeriodMethods::test_to_timestamp_business_end
> 0.01s call     pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_properties_daily
> 0.01s call     pandas/tests/scalar/period/test_period.py::TestPeriodProperties::test_end_time_business_friday
> 0.01s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampConversion::test_to_datetime_bijective
> 0.01s call     pandas/tests/scalar/test_nat.py::test_nat_vector_field_access
> 0.01s call     pandas/tests/scalar/period/test_period.py::TestPeriodMethods::test_to_timestamp
> 0.01s call     pandas/tests/scalar/period/test_period.py::test_negone_ordinals
> ================= 4286 passed, 8 skipped, 13 xfailed in 11.23s =================
> rdjoqkol test state = false
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/series: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 12566 items
> 
> pandas/tests/series/accessors/test_cat_accessor.py ...................
> pandas/tests/series/accessors/test_dt_accessor.py .....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/series/accessors/test_sparse_accessor.py .
> pandas/tests/series/accessors/test_str_accessor.py ..
> pandas/tests/series/indexing/test_datetime.py .................
> pandas/tests/series/indexing/test_delitem.py ....
> pandas/tests/series/indexing/test_get.py ............
> pandas/tests/series/indexing/test_getitem.py ..............................................................................................
> pandas/tests/series/indexing/test_indexing.py .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/series/indexing/test_mask.py ....
> pandas/tests/series/indexing/test_set_value.py ...
> pandas/tests/series/indexing/test_setitem.py .......................................................................................................................sss....sss....sss....sss....sss....sss....sss....sss....sss....sss....sss....sss...s...ssss...ssss...ssss...ssss...ssss...ssss...ssss...ssss...ssss...ssss...ssss...sss.................................................................................................................................................................................sssssssss..................ssssssssssssssssss............................................................ssssssssssss..........................................................................................ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss...........................................................................................................................sss..................ssssssssssss...........................sss.......sssssssssssssssssssssssssss.................................................................................sssssssss.................................ssssss.....................sssssssss........................ssssss........................ssssssssssss....................................ssssssssssss..........................................ssssssssssssssssss................................................ssssssssssss....................................ssssssssssss.........................x........x........x........x........x........x........x........x........x.......sssssssssssssssssssssssssss.........sssssssss..............................ssssssssssss.................................sssssssss....................................ssssssssssssssssss...................................................................................................................................................................................................
> pandas/tests/series/indexing/test_take.py ....
> pandas/tests/series/indexing/test_where.py .........................................................................................................................................................................................................
> pandas/tests/series/indexing/test_xs.py ......
> pandas/tests/series/methods/test_add_prefix_suffix.py ...
> pandas/tests/series/methods/test_align.py ...............................................................................................................
> pandas/tests/series/methods/test_argsort.py .....
> pandas/tests/series/methods/test_asof.py .......
> pandas/tests/series/methods/test_astype.py ................................................s....s..........................................................................x........sssssssss.................
> pandas/tests/series/methods/test_autocorr.py .
> pandas/tests/series/methods/test_between.py .......
> pandas/tests/series/methods/test_clip.py ....s.....s.....s.....s.....s.....s.....s.....s.....s.....s...........
> pandas/tests/series/methods/test_combine.py .
> pandas/tests/series/methods/test_combine_first.py ...........................
> pandas/tests/series/methods/test_compare.py ............
> pandas/tests/series/methods/test_convert_dtypes.py .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................s......s
> pandas/tests/series/methods/test_copy.py ..........
> pandas/tests/series/methods/test_count.py ...
> pandas/tests/series/methods/test_cov_corr.py ................
> pandas/tests/series/methods/test_describe.py ......................................................
> pandas/tests/series/methods/test_diff.py .......
> pandas/tests/series/methods/test_drop.py .............................
> pandas/tests/series/methods/test_drop_duplicates.py ..................................................................ssssss.............................................................................................................................................................................................................................................................................................................ss
> pandas/tests/series/methods/test_dropna.py ........
> pandas/tests/series/methods/test_dtypes.py .
> pandas/tests/series/methods/test_duplicated.py ..................
> pandas/tests/series/methods/test_equals.py .....................................................
> pandas/tests/series/methods/test_explode.py ...............ss
> pandas/tests/series/methods/test_fillna.py ..............................................................................................................................
> pandas/tests/series/methods/test_get_numeric_data.py .
> pandas/tests/series/methods/test_head_tail.py .
> pandas/tests/series/methods/test_infer_objects.py .......
> pandas/tests/series/methods/test_interpolate.py x.........................................................................................................................................................................................................x.x.............
> pandas/tests/series/methods/test_is_monotonic.py ..
> pandas/tests/series/methods/test_is_unique.py ........
> pandas/tests/series/methods/test_isin.py .........................................
> pandas/tests/series/methods/test_isna.py ..
> pandas/tests/series/methods/test_item.py .
> pandas/tests/series/methods/test_map.py ......ss...............................xxx...........................................
> pandas/tests/series/methods/test_matmul.py .
> pandas/tests/series/methods/test_nlargest.py .................................................................
> pandas/tests/series/methods/test_nunique.py ..
> pandas/tests/series/methods/test_pct_change.py .............
> pandas/tests/series/methods/test_pop.py .
> pandas/tests/series/methods/test_quantile.py ...................................
> pandas/tests/series/methods/test_rank.py .......................................................................................................ssssssssssssssssssssssssssssss........................................................ssssssssssssssss.....ss.....ss.....ss.....ss.....ss.....................................................ssssssssssssssssss.............................................ssssssssssssssssss.............................................ssssssssssssssssss.............................................ssssssssssssssssss.............................................ssssssssssssssssss.
> pandas/tests/series/methods/test_reindex.py ...................................
> pandas/tests/series/methods/test_reindex_like.py ..
> pandas/tests/series/methods/test_rename.py ................
> pandas/tests/series/methods/test_rename_axis.py .....
> pandas/tests/series/methods/test_repeat.py ...
> pandas/tests/series/methods/test_replace.py ...........................s.........................................................................
> pandas/tests/series/methods/test_reset_index.py ........s......
> pandas/tests/series/methods/test_round.py ..................................
> pandas/tests/series/methods/test_searchsorted.py ........
> pandas/tests/series/methods/test_set_name.py ..
> pandas/tests/series/methods/test_size.py .......
> pandas/tests/series/methods/test_sort_index.py ............................................
> pandas/tests/series/methods/test_sort_values.py ..............
> pandas/tests/series/methods/test_to_csv.py ...................................
> pandas/tests/series/methods/test_to_dict.py ......
> pandas/tests/series/methods/test_to_frame.py ...
> pandas/tests/series/methods/test_to_numpy.py ...
> pandas/tests/series/methods/test_tolist.py ..........sss
> pandas/tests/series/methods/test_truncate.py ....
> pandas/tests/series/methods/test_tz_localize.py ...................
> pandas/tests/series/methods/test_unique.py .......
> pandas/tests/series/methods/test_unstack.py .......
> pandas/tests/series/methods/test_update.py ....................s.....
> pandas/tests/series/methods/test_value_counts.py ............
> pandas/tests/series/methods/test_values.py ...
> pandas/tests/series/methods/test_view.py ..................................................
> pandas/tests/series/test_api.py ............................................................................................................................................................................................
> pandas/tests/series/test_arithmetic.py ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................x...............................x.............
> pandas/tests/series/test_constructors.py .....................................................................................................................................................................................................................................x.........x............................................................................................s.................................xx.................................................sssssss.s...................
> pandas/tests/series/test_cumulative.py .......................................
> pandas/tests/series/test_iteration.py .......
> pandas/tests/series/test_logical_ops.py ..........................x
> pandas/tests/series/test_missing.py ...x..
> pandas/tests/series/test_npfuncs.py ....
> pandas/tests/series/test_reductions.py ....s...............
> pandas/tests/series/test_repr.py ...................................................
> pandas/tests/series/test_subclass.py .........
> pandas/tests/series/test_ufunc.py .....................................................................xxxx........................................................................................................................................
> pandas/tests/series/test_unary.py ..........................
> pandas/tests/series/test_validate.py ............................
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 1.20s call     pandas/tests/series/methods/test_isin.py::test_isin_large_series_mixed_dtypes_and_nan
> 0.77s call     pandas/tests/series/methods/test_rank.py::test_pct_max_many_rows
> 0.31s call     pandas/tests/series/test_repr.py::TestSeriesRepr::test_latex_repr
> 0.20s call     pandas/tests/series/test_constructors.py::TestSeriesConstructorIndexCoercion::test_series_constructor_datetimelike_index_coercion
> 0.19s call     pandas/tests/series/test_arithmetic.py::TestNamePreservation::test_series_ops_name_retention[numexpr-names1-floordiv-False-Series]
> 0.17s call     pandas/tests/series/methods/test_drop_duplicates.py::test_drop_duplicates_no_duplicates[int-first-values0]
> 0.14s call     pandas/tests/series/indexing/test_setitem.py::TestSetitemMismatchedTZCastsToObject::test_slice_key[iloc]
> 0.09s call     pandas/tests/series/accessors/test_cat_accessor.py::TestCatAccessor::test_dt_accessor_api_for_categorical[idx0]
> 0.07s call     pandas/tests/series/methods/test_isin.py::TestSeriesIsIn::test_isin
> 0.06s call     pandas/tests/series/indexing/test_setitem.py::test_20643
> 0.05s call     pandas/tests/series/indexing/test_get.py::test_get_with_default
> 0.05s call     pandas/tests/series/indexing/test_setitem.py::TestSetitemFloatIntervalWithIntIntervalValues::test_int_key[iloc]
> 0.05s call     pandas/tests/series/accessors/test_cat_accessor.py::TestCatAccessor::test_dt_accessor_api_for_categorical[idx1]
> 0.05s call     pandas/tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_int_key[nan0-iloc-interval_int_na_value]
> 0.05s call     pandas/tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_int_key[None-iloc-interval_int_na_value]
> 0.05s call     pandas/tests/series/indexing/test_setitem.py::TestSetitemNADatetimeLikeDtype::test_int_key[val4-iloc-datetime64[ns, US/Central]]
> 0.05s call     pandas/tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_int_key[nan1-iloc-bool_series_int_key_change_all]
> 0.05s call     pandas/tests/series/indexing/test_setitem.py::TestSetitemCastingEquivalents::test_int_key[val3-iloc-interval_int_na_value]
> 0.05s call     pandas/tests/series/indexing/test_setitem.py::TestSetitemNADatetimeLikeDtype::test_int_key[val4-iloc-datetime64[ns, UTC]]
> 0.05s call     pandas/tests/series/indexing/test_setitem.py::TestCoercionBool::test_int_key[iloc-3-object-FutureWarning1]
> 0.05s call     pandas/tests/series/indexing/test_setitem.py::TestSmallIntegerSetitemUpcast::test_int_key[iloc-4611686018427387904]
> 0.05s call     pandas/tests/series/indexing/test_setitem.py::TestCoercionDatetime64TZ::test_int_key[iloc-val2-object-FutureWarning]
> 0.05s call     pandas/tests/series/indexing/test_setitem.py::TestCoercionBool::test_int_key[iloc-3-object-FutureWarning0]
> 0.05s call     pandas/tests/series/indexing/test_setitem.py::TestCoercionInt8::test_int_key[iloc-val1-int16-FutureWarning]
> 0.05s call     pandas/tests/series/indexing/test_setitem.py::TestCoercionBool::test_int_key[iloc-1.1-object-FutureWarning]
> 0.05s call     pandas/tests/series/indexing/test_setitem.py::TestCoercionFloat64::test_int_key[iloc-(1+1j)-complex128-FutureWarning]
> 0.05s call     pandas/tests/series/indexing/test_setitem.py::TestPeriodIntervalCoercion::test_int_key[obj1-iloc-object-val2]
> 0.05s call     pandas/tests/series/indexing/test_setitem.py::TestSetitemNADatetimeLikeDtype::test_int_key[val4-iloc-m8[ns]]
> 0.05s call     pandas/tests/series/indexing/test_setitem.py::TestCoercionTimedelta64::test_int_key[iloc-1-object-FutureWarning]
> 0.05s call     pandas/tests/series/indexing/test_setitem.py::TestPeriodIntervalCoercion::test_int_key[obj0-iloc-object-val1]
> ========== 11942 passed, 596 skipped, 28 xfailed in 64.42s (0:01:04) ===========
> rdjoqkol test state = false
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/strings: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 3374 items
> 
> pandas/tests/strings/test_api.py ..ss.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................x.................................................................................................xx............xx......xx....................xx........................xxxx..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss
> pandas/tests/strings/test_case_justify.py ..ss...ss.......ssssss...ss....ss..ss...ss..ss..........ssssssssss..ss...ss..ss..ss..ss..ss
> pandas/tests/strings/test_cat.py ................................................................
> pandas/tests/strings/test_extract.py ..ss..ss....ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ssssss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss...ss..ss..ss..ss....ssss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ssssss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss..ss....ssss..ss..ss................ssssssssssssssss..ss..ss...ss..sss
> pandas/tests/strings/test_find_replace.py ..ss..............ssssssssssss..ss..ss...........................sss...........................sss..ss..ss...ss........................ssssssssssssssssssssssss..ss......ssssss..ss..ss...ss..ss..ss....ssss..ss..ss..ss..ss..ss....ssss..ss...ss..ss..ss..ss..ss..ss...ss..ss..ss.s.sssss.s.sssss...ss
> pandas/tests/strings/test_get_dummies.py ..ss...ss.
> pandas/tests/strings/test_split_partition.py ....ssss....ssss..ss..ss..ss............ssssssss..ss..ss..ss..ss....ssss............ssssssssssss....ssss..ss..ss..ss..ss.....ss..ss..ss.....ss..ss.....ssss....ssss....ssss....ssss....ssss......ssss....ssss..ss..ss......ssss...........ss
> pandas/tests/strings/test_string_array.py .......................................................................sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss....ssss....ssss.s
> pandas/tests/strings/test_strings.py ......ss...ss.....ssss..ss................ssssssssssssssss....ssss....ssss..ss...ss.............ssssssssssss............ssssssssssss..ss..ss....ssss....ssss....ssss..ss..........ssssssssss..................ssssssssssssssss......ssssss.........ssssss....ssss....ssss..ss...ss..ss..ss.....ssss..ss....................ss.......
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.10s setup    pandas/tests/strings/test_split_partition.py::test_partition_with_name[object]
> 0.02s call     pandas/tests/strings/test_strings.py::test_empty_str_methods[string[python]]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_no_matches[string[python]-data7-names7]
> 0.01s call     pandas/tests/strings/test_find_replace.py::test_flags_kwarg[object]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_no_matches[string[python]-data5-names5]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_no_matches[string[python]-data6-names6]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_no_matches[string[python]-data3-names3]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_no_matches[string[python]-data2-names2]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_same_as_extract_subject_index[string[python]]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall[string[python]]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_no_matches[string[python]-data4-names4]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_no_matches[object-data6-names6]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_no_matches[object-data7-names7]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_no_matches[string[python]-data0-names0]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extract_expand_capture_groups[string[python]]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_no_matches[object-data5-names5]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_no_matches[string[python]-data1-names1]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_same_as_extract_subject_index[object]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_no_matches[object-data2-names2]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_no_matches[object-data3-names3]
> 0.01s call     pandas/tests/strings/test_strings.py::test_empty_str_methods[object]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_no_matches[object-data0-names0]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall[object]
> 0.01s call     pandas/tests/strings/test_find_replace.py::test_flags_kwarg[string[python]]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_no_matches[object-data1-names1]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extract_expand_capture_groups[object]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_same_as_extract[string[python]]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_no_matches[object-data4-names4]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_same_as_extract[object]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_stringindex[object]
> ================ 2518 passed, 843 skipped, 13 xfailed in 8.18s =================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 8 items
> 
> pandas/tests/test_aggregation.py ........
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 
> (24 durations < 0.005s hidden.  Use -vv to show these durations.)
> ============================== 8 passed in 0.44s ===============================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 447 items
> 
> pandas/tests/test_algos.py ...............................................................................................................................................................................................................................................................................................................................................................................................................................................................
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 3.06s call     pandas/tests/test_algos.py::TestRank::test_pct_max_many_rows
> 0.06s call     pandas/tests/test_algos.py::TestFactorize::test_factorize_tuple_list[data0-expected_codes0-expected_uniques0]
> 0.03s call     pandas/tests/test_algos.py::TestValueCounts::test_value_counts_nat
> 0.03s call     pandas/tests/test_algos.py::TestIsin::test_large
> 0.03s call     pandas/tests/test_algos.py::TestValueCounts::test_value_counts_dtypes
> 0.02s call     pandas/tests/test_algos.py::TestIsin::test_basic
> 0.02s call     pandas/tests/test_algos.py::TestValueCounts::test_value_counts_bins
> 0.02s call     pandas/tests/test_algos.py::TestDuplicated::test_datetime_likes
> 0.01s call     pandas/tests/test_algos.py::TestValueCounts::test_value_counts_uint64
> 0.01s call     pandas/tests/test_algos.py::TestIsin::test_same_object_is_in
> 0.01s call     pandas/tests/test_algos.py::TestUnique::test_object_refcount_bug
> 0.01s call     pandas/tests/test_algos.py::TestValueCounts::test_value_counts
> 0.01s call     pandas/tests/test_algos.py::TestIsin::test_same_nan_is_in_large_series
> 0.01s call     pandas/tests/test_algos.py::TestUnique::test_order_of_appearance
> 0.01s call     pandas/tests/test_algos.py::TestIsin::test_same_nan_is_in
> 0.01s call     pandas/tests/test_algos.py::TestDuplicated::test_unique_tuples[arr0-uniques0]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_int_factorize_use_na_sentinel_false[data0-expected_codes0-expected_uniques0]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_factorize_tuple_list[data2-expected_codes2-expected_uniques2]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_factorize_tuple_list[data1-expected_codes1-expected_uniques1]
> 0.01s call     pandas/tests/test_algos.py::TestIsin::test_no_cast
> 0.01s call     pandas/tests/test_algos.py::TestUnique::test_tuple_with_strings[arg0-expected0]
> 0.01s call     pandas/tests/test_algos.py::TestDuplicated::test_unique_complex_numbers[array0-expected0]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_int_factorize_use_na_sentinel_false[data1-expected_codes1-expected_uniques1]
> 0.01s call     pandas/tests/test_algos.py::TestIsin::test_same_nan_is_in_large
> 0.01s call     pandas/tests/test_algos.py::TestUnique::test_tuple_with_strings[arg1-expected1]
> 0.01s call     pandas/tests/test_algos.py::TestDuplicated::test_unique_tuples[arr1-uniques1]
> 0.01s call     pandas/tests/test_algos.py::TestDuplicated::test_unique_tuples[arr2-uniques2]
> 
> (3 durations < 0.005s hidden.  Use -vv to show these durations.)
> ============================= 447 passed in 4.75s ==============================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 128 items
> 
> pandas/tests/test_common.py ...............x.x..............................................................................................................
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.59s call     pandas/tests/test_common.py::test_bz2_missing_import
> 0.40s call     pandas/tests/test_common.py::test_str_size
> 
> (28 durations < 0.005s hidden.  Use -vv to show these durations.)
> ======================== 126 passed, 2 xfailed in 1.71s ========================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 27 items / 1 deselected / 26 selected
> 
> pandas/tests/test_downstream.py ....s..s.sss.s..........s.
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 1.91s call     pandas/tests/test_downstream.py::test_oo_optimizable
> 1.11s call     pandas/tests/test_downstream.py::test_oo_optimized_datetime_index_unpickle
> 0.57s call     pandas/tests/test_downstream.py::test_seaborn
> 0.13s call     pandas/tests/test_downstream.py::test_dask
> 0.02s call     pandas/tests/test_downstream.py::test_construct_dask_float_array_int_dtype_match_ndarray
> 0.01s call     pandas/tests/test_downstream.py::test_yaml_dump
> 
> (24 durations < 0.005s hidden.  Use -vv to show these durations.)
> ================= 19 passed, 7 skipped, 1 deselected in 4.52s ==================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 36 items
> 
> pandas/tests/test_errors.py ....................................
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 
> (30 durations < 0.005s hidden.  Use -vv to show these durations.)
> ============================== 36 passed in 0.44s ==============================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 243 items
> 
> pandas/tests/test_expressions.py ...................................................................................................................................................................................................................................................
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.09s call     pandas/tests/test_expressions.py::TestExpressions::test_bool_ops_warn_on_arithmetic[+-add]
> 0.04s call     pandas/tests/test_expressions.py::TestExpressions::test_bool_ops_warn_on_arithmetic[*-mul]
> 0.02s call     pandas/tests/test_expressions.py::TestExpressions::test_run_binary[ge-False-_mixed]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_invalid
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_binary[gt-False-_mixed]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[floordiv-False-_integer_integers]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_binary[ne-False-_mixed]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_binary[ne-False-_integer_integers]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_binary[lt-True-_mixed]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_binary[le-True-_mixed]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_binary[eq-False-_mixed]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[add-False-_mixed]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[floordiv-False-_mixed]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[sub-False-_integer_integers]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_binary[eq-True-_mixed]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[sub-False-_mixed]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[mod-False-_integer_integers]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[add-False-_integer]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_binary[ge-True-_mixed]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_binary[gt-True-_mixed]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_binary[ne-True-_mixed]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[floordiv-True-_mixed]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_binary[lt-False-_mixed]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[add-False-_frame]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[truediv-False-_mixed]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_binary[le-False-_mixed]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_binary[lt-True-_integer_integers]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[sub-False-_frame]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[mul-False-_mixed]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[floordiv-True-_integer_integers]
> ============================= 243 passed in 2.00s ==============================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 5 items
> 
> pandas/tests/test_flags.py .....
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 
> (15 durations < 0.005s hidden.  Use -vv to show these durations.)
> ============================== 5 passed in 0.42s ===============================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 19 items
> 
> pandas/tests/test_multilevel.py ...................
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.07s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_reindex_level
> 0.01s setup    pandas/tests/test_multilevel.py::TestMultiLevel::test_reindex_level
> 0.01s setup    pandas/tests/test_multilevel.py::TestMultiLevel::test_setitem_with_expansion_multiindex_columns
> 0.01s setup    pandas/tests/test_multilevel.py::TestMultiLevel::test_reindex_preserve_levels
> 0.01s setup    pandas/tests/test_multilevel.py::TestMultiLevel::test_groupby_multilevel
> 0.01s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_alignment
> 0.01s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_groupby_level_no_obs
> 0.01s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_reindex_level_partial_selection
> 0.01s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_level_with_tuples
> 0.01s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_groupby_transform
> 0.01s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_groupby_multilevel
> 
> (19 durations < 0.005s hidden.  Use -vv to show these durations.)
> ============================== 19 passed in 0.65s ==============================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 245 items
> 
> pandas/tests/test_nanops.py .....................................................................................................................................................................................................................................................
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.03s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nankurt[True]
> 0.03s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanskew[True]
> 0.02s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nankurt[False]
> 0.02s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanskew[False]
> 0.02s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nansem[True-0]
> 0.02s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nansem[True-1]
> 0.02s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nansem[True-2]
> 0.02s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanmedian[True]
> 0.02s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nansem[False-1]
> 0.02s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nansem[False-2]
> 0.02s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nansem[False-0]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanmedian[False]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nancorr_spearman
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanstd[True-0]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanstd[True-1]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanstd[True-2]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanvar[True-0]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanvar[True-2]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanvar[True-1]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nansum[True]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanmean[True]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanops_with_warnings[True-reduction-amin]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanprod[True]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanops_with_warnings[True-reduction-amax]
> 
> (6 durations < 0.005s hidden.  Use -vv to show these durations.)
> ============================= 245 passed in 1.38s ==============================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 5 items
> 
> pandas/tests/test_optional_dependency.py .s...
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.06s call     pandas/tests/test_optional_dependency.py::test_bad_version
> 0.01s call     pandas/tests/test_optional_dependency.py::test_submodule
> 
> (13 durations < 0.005s hidden.  Use -vv to show these durations.)
> ========================= 4 passed, 1 skipped in 0.48s =========================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 7 items
> 
> pandas/tests/test_register_accessor.py .......
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.06s call     pandas/tests/test_register_accessor.py::test_overwrite_warns
> 
> (20 durations < 0.005s hidden.  Use -vv to show these durations.)
> ============================== 7 passed in 0.49s ===============================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 54 items
> 
> pandas/tests/test_sorting.py ......................................................
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 4.72s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_how_merge[right]
> 4.65s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_how_merge[inner]
> 4.61s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_how_merge[outer]
> 4.58s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_how_merge[left]
> 2.43s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_sort_false_order
> 1.30s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_check_sum_col
> 0.91s call     pandas/tests/test_sorting.py::TestSorting::test_int64_overflow_groupby_large_range
> 0.56s setup    pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_how_merge[outer]
> 0.54s setup    pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_sort_false_order
> 0.53s setup    pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_how_merge[inner]
> 0.53s setup    pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_how_merge[left]
> 0.52s setup    pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_how_merge[right]
> 0.52s setup    pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_check_sum_col
> 0.38s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_one_to_many_none_match[False-outer]
> 0.37s call     pandas/tests/test_sorting.py::TestSorting::test_int64_overflow_groupby_large_df_shuffled[median]
> 0.32s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_one_to_many_none_match[True-left]
> 0.32s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_one_to_many_none_match[True-right]
> 0.32s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_one_to_many_none_match[True-outer]
> 0.32s call     pandas/tests/test_sorting.py::TestSorting::test_int64_overflow_groupby_large_df_shuffled[mean]
> 0.32s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_one_to_many_none_match[False-inner]
> 0.31s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_one_to_many_none_match[True-inner]
> 0.31s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_one_to_many_none_match[False-right]
> 0.31s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_one_to_many_none_match[False-left]
> 0.18s call     pandas/tests/test_sorting.py::TestSorting::test_int64_overflow
> 0.01s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_outer_merge
> 
> (5 durations < 0.005s hidden.  Use -vv to show these durations.)
> ============================= 54 passed in 30.53s ==============================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 81 items
> 
> pandas/tests/test_take.py .................................................................................
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.06s call     pandas/tests/test_take.py::TestExtensionTake::test_take_coerces_list
> 
> (29 durations < 0.005s hidden.  Use -vv to show these durations.)
> ============================== 81 passed in 0.61s ==============================
> rdjoqkol test state = false
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/tools: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 1479 items
> 
> pandas/tests/tools/test_to_datetime.py .................................................................................................................................................................................................................................ssssssss...................................................................ss..............................................................................................................xx..xx..........................................................................................................................................................xx..........................................................................................................................................................................................................................................................................................................................................................................ssssssssss..
> pandas/tests/tools/test_to_numeric.py ...s.s....................................................................................................................................................................................................................................................xx.......................................................................................................................ssssss.s.s.................................sss...sss.s....ssss.s.s
> pandas/tests/tools/test_to_time.py ...........
> pandas/tests/tools/test_to_timedelta.py .......................................................................ssssssssssss
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.09s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[array-None-True]
> 0.09s setup    pandas/tests/tools/test_to_numeric.py::test_precision_float_conversion[399.734]
> 0.09s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[array-%Y%m%d %H:%M:%S-True]
> 0.08s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[array-%Y%m%d %H:%M:%S-None]
> 0.08s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[array-None-None]
> 0.07s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[deque-%Y%m%d %H:%M:%S-True]
> 0.07s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[list-%Y%m%d %H:%M:%S-True]
> 0.07s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[deque-None-True]
> 0.07s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[tuple-None-None]
> 0.07s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[list-None-None]
> 0.07s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[list-None-True]
> 0.07s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[deque-%Y%m%d %H:%M:%S-None]
> 0.07s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[list-%Y%m%d %H:%M:%S-None]
> 0.07s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[deque-None-None]
> 0.07s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[tuple-None-True]
> 0.06s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[tuple-%Y%m%d %H:%M:%S-None]
> 0.06s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[tuple-%Y%m%d %H:%M:%S-True]
> 0.06s call     pandas/tests/tools/test_to_datetime.py::TestTimeConversionFormats::test_to_datetime_parse_tzname_or_tzoffset_utc_false_deprecated[%Y-%m-%d %H:%M:%S %Z-dates0-expected_dates0]
> 0.03s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[Index-None-True]
> 0.03s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[Index-None-None]
> 0.03s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache_series[None-None]
> 0.03s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[Index-%Y%m%d %H:%M:%S-True]
> 0.03s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache_series[None-True]
> 0.03s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache_series[%Y%m%d %H:%M:%S-None]
> 0.03s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[Index-%Y%m%d %H:%M:%S-None]
> 0.03s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache_series[%Y%m%d %H:%M:%S-True]
> 0.03s call     pandas/tests/tools/test_to_datetime.py::test_ignoring_unknown_tz_deprecated
> 0.02s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_datetime_invalid_index[None-values2]
> 0.02s call     pandas/tests/tools/test_to_datetime.py::TestToDatetimeUnit::test_to_datetime_month_or_year_unit_non_round_float[False-M]
> 0.02s call     pandas/tests/tools/test_to_datetime.py::TestTimeConversionFormats::test_to_datetime_parse_tzname_or_tzoffset[%Y-%m-%d %H:%M:%S %Z-dates0-expected_dates0]
> ================= 1416 passed, 55 skipped, 8 xfailed in 6.02s ==================
> rdjoqkol test state = false
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/tseries: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 5314 items
> 
> pandas/tests/tseries/frequencies/test_freq_code.py ....................................
> pandas/tests/tseries/frequencies/test_frequencies.py ..........
> pandas/tests/tseries/frequencies/test_inference.py .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/tseries/holiday/test_calendar.py ........
> pandas/tests/tseries/holiday/test_federal.py ...
> pandas/tests/tseries/holiday/test_holiday.py ................................................
> pandas/tests/tseries/holiday/test_observance.py .................................
> pandas/tests/tseries/offsets/test_business_day.py .......................
> pandas/tests/tseries/offsets/test_business_hour.py ................................................................................
> pandas/tests/tseries/offsets/test_business_month.py .....................
> pandas/tests/tseries/offsets/test_business_quarter.py ..............................................
> pandas/tests/tseries/offsets/test_business_year.py ...................
> pandas/tests/tseries/offsets/test_common.py ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/tseries/offsets/test_custom_business_day.py .......
> pandas/tests/tseries/offsets/test_custom_business_hour.py ............................
> pandas/tests/tseries/offsets/test_custom_business_month.py ......................................................
> pandas/tests/tseries/offsets/test_dst.py ..........................
> pandas/tests/tseries/offsets/test_easter.py ..........
> pandas/tests/tseries/offsets/test_fiscal.py .............................................................................................................................................
> pandas/tests/tseries/offsets/test_index.py ........................
> pandas/tests/tseries/offsets/test_month.py ............................................................
> pandas/tests/tseries/offsets/test_offsets.py .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................x..................................................................................................................................................................................................................................................x...............................................................................................................................................................................................................................................
> pandas/tests/tseries/offsets/test_offsets_properties.py ..
> pandas/tests/tseries/offsets/test_quarter.py ........................................................................................
> pandas/tests/tseries/offsets/test_ticks.py ...........................................................................................................
> pandas/tests/tseries/offsets/test_week.py ..............................................
> pandas/tests/tseries/offsets/test_year.py .................................
> 
> =============================== warnings summary ===============================
> pandas/tests/tseries/offsets/test_offsets_properties.py::test_on_offset_implementations
>   /usr/lib/python3/dist-packages/dateutil/zoneinfo/__init__.py:26: UserWarning: I/O error(2): No such file or directory
>     warnings.warn("I/O error({0}): {1}".format(e.errno, e.strerror))
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.30s call     pandas/tests/tseries/offsets/test_offsets_properties.py::test_on_offset_implementations
> 0.26s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_equality[Minute]
> 0.23s call     pandas/tests/tseries/offsets/test_offsets_properties.py::test_shift_across_dst
> 0.17s call     pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[DateOffset]
> 0.16s call     pandas/tests/tseries/offsets/test_custom_business_month.py::TestCustomBusinessMonthEnd::test_datetimeindex
> 0.15s call     pandas/tests/tseries/offsets/test_custom_business_month.py::TestCustomBusinessMonthBegin::test_datetimeindex
> 0.15s call     pandas/tests/tseries/offsets/test_custom_business_day.py::TestCustomBusinessDay::test_calendar
> 0.15s call     pandas/tests/tseries/offsets/test_custom_business_hour.py::TestCustomBusinessHour::test_us_federal_holiday_with_datetime
> 0.12s call     pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add_empty_datetimeindex[Nano-datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')]
> 0.11s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_equality[Micro]
> 0.11s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_equality[Second]
> 0.11s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_equality[Hour]
> 0.10s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_equality[Nano]
> 0.10s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_equality[Milli]
> 0.10s call     pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[pytz.FixedOffset(300)-3600000000001N-date_pair1]
> 0.07s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_add_sub[Hour]
> 0.07s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_add_sub[Second]
> 0.07s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_add_sub[Minute]
> 0.07s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_add_sub[Milli]
> 0.07s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_add_sub[Micro]
> 0.07s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_add_sub[Nano]
> 0.06s call     pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[DateOffset]
> 0.06s call     pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[DateOffset]
> 0.04s call     pandas/tests/tseries/offsets/test_index.py::test_apply_index[BYearEnd--2]
> 0.04s call     pandas/tests/tseries/offsets/test_index.py::test_apply_index[BusinessMonthBegin--2]
> 0.04s call     pandas/tests/tseries/offsets/test_business_month.py::test_apply_index[BusinessMonthBegin--2]
> 0.04s call     pandas/tests/tseries/offsets/test_index.py::test_apply_index[BQuarterBegin--2]
> 0.04s call     pandas/tests/tseries/offsets/test_index.py::test_apply_index[BYearBegin--2]
> 0.04s call     pandas/tests/tseries/offsets/test_index.py::test_apply_index[BQuarterEnd--2]
> 0.04s call     pandas/tests/tseries/offsets/test_index.py::test_apply_index[YearEnd--2]
> ================= 5312 passed, 2 xfailed, 1 warning in 14.73s ==================
> rdjoqkol test state = false
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/tslibs: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 1026 items
> 
> pandas/tests/tslibs/test_api.py .
> pandas/tests/tslibs/test_array_to_datetime.py ...........................
> pandas/tests/tslibs/test_ccalendar.py .................
> pandas/tests/tslibs/test_conversion.py ......................................................................
> pandas/tests/tslibs/test_fields.py ....
> pandas/tests/tslibs/test_libfrequencies.py ..............
> pandas/tests/tslibs/test_liboffsets.py ..........................................................................
> pandas/tests/tslibs/test_np_datetime.py ........
> pandas/tests/tslibs/test_parse_iso8601.py ...................................................
> pandas/tests/tslibs/test_parsing.py ...........................................................................................................................
> pandas/tests/tslibs/test_period_asfreq.py ......................................
> pandas/tests/tslibs/test_resolution.py ..
> pandas/tests/tslibs/test_timedeltas.py .........................
> pandas/tests/tslibs/test_timezones.py ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/tslibs/test_to_offset.py ...................................................................................
> pandas/tests/tslibs/test_tzconversion.py .
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.36s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[tzlocal()]
> 0.33s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly['dateutil/Asia/Singapore']
> 0.29s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')]
> 0.24s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly['-02:15']
> 0.23s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly['UTC+01:15']
> 0.23s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly['+01:15']
> 0.22s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly['UTC-02:15']
> 0.21s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[datetime.timezone(datetime.timedelta(seconds=3600))]
> 0.19s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[pytz.FixedOffset(300)]
> 0.19s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[pytz.FixedOffset(-300)]
> 0.15s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly['Asia/Tokyo']
> 0.11s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[tzutc()]
> 0.11s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly['dateutil/US/Pacific']
> 0.09s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[zoneinfo.ZoneInfo(key='US/Pacific')]
> 0.08s call     pandas/tests/tslibs/test_timezones.py::test_cache_keys_are_distinct_for_pytz_vs_dateutil[America/Nome]
> 0.07s call     pandas/tests/tslibs/test_ccalendar.py::test_isocalendar
> 0.06s call     pandas/tests/tslibs/test_array_to_datetime.py::test_parsing_different_timezone_offsets
> 0.04s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[zoneinfo.ZoneInfo(key='UTC')]
> 0.04s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert[zoneinfo.ZoneInfo(key='US/Pacific')-D]
> 0.04s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert[tzlocal()-D]
> 0.04s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly['UTC']
> 0.04s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[<UTC>]
> 0.03s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[datetime.timezone.utc]
> 0.03s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert['dateutil/US/Pacific'-D]
> 0.03s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert['dateutil/Asia/Singapore'-D]
> 0.03s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly['US/Eastern']
> 0.02s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert['UTC-02:15'-D]
> 0.02s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert['UTC+01:15'-D]
> 0.02s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-D]
> 0.02s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert['+01:15'-D]
> ============================= 1026 passed in 5.93s =============================
> rdjoqkol test state = false
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/util: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 910 items
> 
> pandas/tests/util/test_assert_almost_equal.py ....................................................................................................................................................................
> pandas/tests/util/test_assert_attr_equal.py ..........................................
> pandas/tests/util/test_assert_categorical_equal.py ..........
> pandas/tests/util/test_assert_extension_array_equal.py ....................
> pandas/tests/util/test_assert_frame_equal.py ...............................................................................................................
> pandas/tests/util/test_assert_index_equal.py ................................................................
> pandas/tests/util/test_assert_interval_array_equal.py .......
> pandas/tests/util/test_assert_numpy_array_equal.py .........................
> pandas/tests/util/test_assert_produces_warning.py ............................................................................................................................
> pandas/tests/util/test_assert_series_equal.py ..................................................................................
> pandas/tests/util/test_deprecate.py ...
> pandas/tests/util/test_deprecate_kwarg.py ..............
> pandas/tests/util/test_deprecate_nonkeyword_arguments.py ...................
> pandas/tests/util/test_doc.py ....
> pandas/tests/util/test_hashing.py .....................................................................................................................................................
> pandas/tests/util/test_make_objects.py .
> pandas/tests/util/test_numba.py .
> pandas/tests/util/test_rewrite_warning.py ..........
> pandas/tests/util/test_safe_import.py ........
> pandas/tests/util/test_shares_memory.py .
> pandas/tests/util/test_show_versions.py ....
> pandas/tests/util/test_util.py ...sx.
> pandas/tests/util/test_validate_args.py ......
> pandas/tests/util/test_validate_args_and_kwargs.py ......
> pandas/tests/util/test_validate_inclusive.py ...........
> pandas/tests/util/test_validate_kwargs.py ..................
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 2.15s call     pandas/tests/util/test_show_versions.py::test_show_versions
> 0.07s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[right0-nan]
> 0.03s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[right4-left0]
> 0.03s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[None-nan]
> 0.03s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[right0-left2]
> 0.03s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[right2-None]
> 0.03s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[nan-left4]
> 0.03s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[None-left5]
> 0.03s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[nan-None]
> 0.03s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[right0-left5]
> 0.03s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[right4-nan]
> 0.03s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[nan-left2]
> 0.03s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[right4-None]
> 0.03s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[right4-left5]
> 0.03s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[right5-left2]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[None-left2]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[right2-left4]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[nan-left0]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[right0-None]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[None-left4]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[None-left0]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[right5-None]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[right5-left4]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[right2-nan]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[nan-left5]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[right2-left0]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[right4-left2]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[right2-left5]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[right5-left0]
> 0.02s call     pandas/tests/util/test_assert_almost_equal.py::test_mismatched_na_assert_almost_equal_deprecation[right0-left4]
> ================== 908 passed, 1 skipped, 1 xfailed in 6.01s ===================
> rdjoqkol test state = false
> grep: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/window: Is a directory
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: xdist-3.4.0, asyncio-0.20.3, forked-1.6.0, localserver-0.0.0, hypothesis-6.98.15
> asyncio: mode=Mode.STRICT
> collected 10139 items / 1 skipped
> 
> pandas/tests/window/moments/test_moments_consistency_ewm.py ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/window/moments/test_moments_consistency_expanding.py ........x.......................x..x..x..x..x..x....................x.......................x..x..x..x..x..x................................................................................................................................................................................................................................................................................
> pandas/tests/window/moments/test_moments_consistency_rolling.py ..............x..x............................................x..x..x..x..x..x..x..x..x..x..x..x......................................x..x............................................x..x..x..x..x..x..x..x..x..x..x..x................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/window/test_api.py .........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/window/test_apply.py ...s....sssss..........s..s.......................................................
> pandas/tests/window/test_base_indexer.py ....................................................................................................................................................................................................................................
> pandas/tests/window/test_cython_aggregations.py ........................................................................
> pandas/tests/window/test_dtypes.py ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/window/test_ewm.py ..............................................................................................................................................................................ssssssssssss........ssssssssssssssss................
> pandas/tests/window/test_expanding.py ..........x................................................................................................................................................................................................ss....s...................s..s......s.............................................................................................
> pandas/tests/window/test_groupby.py ..........................................................................................................
> pandas/tests/window/test_numba.py sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
> pandas/tests/window/test_pairwise.py .......................................................................................................................................................................................................................................................................................................................
> pandas/tests/window/test_rolling.py ...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/window/test_rolling_functions.py ..................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/window/test_rolling_quantile.py ..........................................................................................................................................................................................
> pandas/tests/window/test_rolling_skew_kurt.py ......................................................................
> pandas/tests/window/test_timeseries_window.py .........................................................................
> pandas/tests/window/test_win_type.py ...............................................................................................................................................................................................................................................................................................
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.40s call     pandas/tests/window/test_apply.py::test_center_reindex_frame[False]
> 0.17s call     pandas/tests/window/test_apply.py::test_time_rule_frame[False]
> 0.14s call     pandas/tests/window/test_dtypes.py::test_series_dtypes[uint16-2-std-data15-expected_data15-True-None]
> 0.11s call     pandas/tests/window/test_apply.py::test_frame[False]
> 0.07s call     pandas/tests/window/test_expanding.py::test_expanding_corr_pairwise
> 0.07s call     pandas/tests/window/test_expanding.py::test_expanding_cov_pairwise
> 0.06s call     pandas/tests/window/test_api.py::test_agg[None]
> 0.06s call     pandas/tests/window/test_api.py::test_agg[10]
> 0.06s call     pandas/tests/window/test_api.py::test_agg_consistency[5]
> 0.06s call     pandas/tests/window/test_api.py::test_agg[2]
> 0.06s call     pandas/tests/window/test_api.py::test_agg_consistency[2]
> 0.06s call     pandas/tests/window/test_api.py::test_agg_consistency[None]
> 0.06s call     pandas/tests/window/test_api.py::test_agg_consistency[1]
> 0.06s call     pandas/tests/window/test_api.py::test_agg_consistency[10]
> 0.05s call     pandas/tests/window/test_api.py::test_agg[1]
> 0.05s call     pandas/tests/window/test_api.py::test_agg[5]
> 0.04s call     pandas/tests/window/test_expanding.py::test_expanding_min_periods[mean]
> 0.04s call     pandas/tests/window/test_expanding.py::test_expanding_min_periods[max]
> 0.04s call     pandas/tests/window/test_expanding.py::test_expanding_min_periods[sum]
> 0.04s call     pandas/tests/window/test_apply.py::test_min_periods[False-None-0]
> 0.04s call     pandas/tests/window/test_apply.py::test_min_periods[False-1-0]
> 0.04s call     pandas/tests/window/test_expanding.py::test_expanding_min_periods[min]
> 0.04s call     pandas/tests/window/test_apply.py::test_center_reindex_series[False]
> 0.04s call     pandas/tests/window/test_pairwise.py::test_rolling_pairwise_cov_corr[corr]
> 0.04s call     pandas/tests/window/test_pairwise.py::test_rolling_pairwise_cov_corr[cov]
> 0.03s call     pandas/tests/window/test_ewm.py::test_ewm_pairwise_cov_corr[corr]
> 0.03s call     pandas/tests/window/test_pairwise.py::test_flex_binary_frame[corr]
> 0.03s call     pandas/tests/window/test_pairwise.py::test_flex_binary_frame[cov]
> 0.03s call     pandas/tests/window/test_pairwise.py::TestPairwise::test_cov_mulittindex
> 0.03s call     pandas/tests/window/test_ewm.py::test_ewm_pairwise_cov_corr[cov]
> =============== 8915 passed, 1182 skipped, 43 xfailed in 33.59s ================
> rdjoqkol test state = false
> E: pybuild pybuild:389: test: plugin custom failed with: exit code=1: TEST_SUCCESS=true; cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build ; for TEST_SUBSET in /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/* ; do grep -q -e __pycache__ $TEST_SUBSET || PANDAS_CI=1 LC_ALL=C.UTF-8 xvfb-run -a -s "-screen 0 1280x1024x24 -noreset" python3.11 -m pytest -s -m "not network"  -k "not test_register_entrypoint and not test_wrong_url and not test_statsmodels" --confcutdir=/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas --deb-data-root-dir=/<<PKGBUILDDIR>>/pandas/tests $TEST_SUBSET || test $? = 5 || TEST_SUCCESS=false && echo "rdjoqkol test state = $TEST_SUCCESS"; done ; rm -rf test-data.xml .pytest_cache ; $TEST_SUCCESS
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/pandas_2.1.4+dfsg-5_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lucas@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



More information about the debian-science-maintainers mailing list