Bug#1061043: 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
Tue Jan 16 19:33:53 GMT 2024


Source: pandas
Version: 1.5.3+dfsg-10
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20240115 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 PANDAS_CI=1 LOCALE_OVERRIDE=C 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 --strict-data-files $TEST_SUBSET || test $? = 5 || TEST_SUCCESS=false && echo "rdjoqkol test state = $TEST_SUCCESS"; done ; PANDAS_CI=1 LOCALE_OVERRIDE=C python3.12 -m pytest -s -m "not network" --forked --runxfail --confcutdir=/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas --deb-data-root-dir=/<<PKGBUILDDIR>>/pandas/tests --strict-data-files /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/groupby/test_numba.py /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/groupby/test_timegrouper.py /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/groupby/transform/test_numba.py /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/groupby/aggregate/test_numba.py /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/window/test_numba.py /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/window/test_apply.py /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/window/test_online.py /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/window/moments/test_moments_consistency_expanding.py || true ; rm -rf test-data.xml .pytest_cache ; $TEST_SUCCESS
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> 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.03s =========================
> rdjoqkol test state = true
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 13 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.39s call     pandas/tests/api/test_api.py::TestTesting::test_util_in_top_level
> 0.07s call     pandas/tests/api/test_api.py::TestPDApi::test_depr
> 0.01s call     pandas/tests/api/test_types.py::TestTypes::test_deprecated_from_api_types
> 0.01s call     pandas/tests/api/test_api.py::TestTesting::test_util_testing_deprecated
> 0.01s call     pandas/tests/api/test_api.py::TestTesting::test_util_testing_deprecated_direct
> 
> (25 durations < 0.005s hidden.  Use -vv to show these durations.)
> ======================== 13 passed, 1 warning in 0.53s =========================
> rdjoqkol test state = true
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 1163 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.x......x........
> pandas/tests/apply/test_invalid_arg.py ..........................................................................................................................................................................................
> pandas/tests/apply/test_series_apply.py ............s.......xx.....x..x..x....................................xxx..............................................................
> 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.10s call     pandas/tests/apply/test_series_apply.py::test_transform_partial_failure[rank]
> 0.08s call     pandas/tests/apply/test_frame_apply.py::test_apply_differently_indexed
> 0.08s call     pandas/tests/apply/test_frame_transform.py::test_transform_listlike[axis='columns'-ops2-names2]
> 0.07s call     pandas/tests/apply/test_frame_transform.py::test_transform_partial_failure_typeerror[rank]
> 0.07s call     pandas/tests/apply/test_frame_apply.py::test_agg_multiple_mixed_no_warning
> 0.05s call     pandas/tests/apply/test_frame_apply.py::test_agg_transform[axis=1]
> 0.05s call     pandas/tests/apply/test_frame_apply.py::test_agg_transform[axis='columns']
> 0.04s call     pandas/tests/apply/test_series_apply.py::test_transform_partial_failure[pct_change]
> 0.04s call     pandas/tests/apply/test_series_apply.py::test_transform_partial_failure[cummax]
> 0.04s call     pandas/tests/apply/test_frame_transform.py::test_transform_partial_failure_typeerror[pct_change]
> 0.04s call     pandas/tests/apply/test_series_apply.py::test_transform_partial_failure[cumsum]
> 0.04s call     pandas/tests/apply/test_series_apply.py::test_transform_partial_failure[fillna]
> 0.04s call     pandas/tests/apply/test_series_apply.py::test_transform_partial_failure[cumprod]
> 0.04s call     pandas/tests/apply/test_frame_apply.py::test_agg_reduce[axis='columns']
> 0.04s call     pandas/tests/apply/test_series_apply.py::test_transform_partial_failure[ngroup]
> 0.04s call     pandas/tests/apply/test_series_apply.py::test_transform_partial_failure[cummin]
> 0.04s call     pandas/tests/apply/test_series_apply.py::test_transform_partial_failure[diff]
> 0.04s call     pandas/tests/apply/test_frame_transform.py::test_transform_partial_failure_valueerror
> 0.04s call     pandas/tests/apply/test_frame_apply.py::test_agg_reduce[axis=1]
> 0.03s call     pandas/tests/apply/test_frame_transform.py::test_transform_partial_failure_typeerror[cummax]
> 0.03s call     pandas/tests/apply/test_frame_transform.py::test_transform_partial_failure_typeerror[cumsum]
> 0.03s call     pandas/tests/apply/test_frame_transform.py::test_transform_partial_failure_typeerror[diff]
> 0.03s call     pandas/tests/apply/test_frame_transform.py::test_transform_partial_failure_typeerror[cumprod]
> 0.03s call     pandas/tests/apply/test_series_apply.py::test_transform_partial_failure_valueerror
> 0.03s call     pandas/tests/apply/test_frame_transform.py::test_transform_partial_failure_typeerror[cummin]
> 0.03s call     pandas/tests/apply/test_frame_transform.py::test_transform_listlike[axis=1-ops1-names1]
> 0.03s call     pandas/tests/apply/test_frame_transform.py::test_transform_listlike[axis='columns'-ops3-names3]
> 0.03s call     pandas/tests/apply/test_frame_transform.py::test_transform_listlike[axis=1-ops3-names3]
> 0.03s 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-ops0-names0]
> =========== 1130 passed, 10 skipped, 23 xfailed, 1 warning in 6.45s ============
> rdjoqkol test state = true
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 29898 items
> 
> pandas/tests/arithmetic/test_array_ops.py ....
> pandas/tests/arithmetic/test_categorical.py ....
> pandas/tests/arithmetic/test_datetime64.py ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/arithmetic/test_interval.py ......................................................xxx.................xxx.................xxx.................xxx.................xxx.................xxx.................xxx.................xxx.................xxx.................xxx.................xxx.................xxx................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................xxx.................xxx.................xxx.................xxx.................xxx.................xxx.................xxx.................xxx.................xxx.................xxx.................xxx.................xxx..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/arithmetic/test_numeric.py ..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/arithmetic/test_object.py ..................................................................................................................................................................................................
> pandas/tests/arithmetic/test_period.py ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/arithmetic/test_timedelta64.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/arithmetic/test_datetime64.py: 960 warnings
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/arithmetic/test_datetime64.py:1091: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -1 to uint8 will fail in the future.
>   For the old behavior, usually:
>       np.array(value).astype(dtype)`
>   will give the desired result (the cast overflows).
>     other = np.array([4, -1], dtype=dtype)
> 
> pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_pi_sub_period[numexpr]
> pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_pi_sub_period_nat[numexpr]
> pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_pi_sub_period[python]
> pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_pi_sub_period_nat[python]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/core/arrays/timedeltas.py:908: RuntimeWarning: invalid value encountered in cast
>     base = data.astype(np.int64)
> 
> pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_pi_sub_period[numexpr]
> pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_pi_sub_period_nat[numexpr]
> pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_pi_sub_period[python]
> pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_pi_sub_period_nat[python]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/core/arrays/timedeltas.py:912: RuntimeWarning: invalid value encountered in cast
>     data = (base * m + (frac * m).astype(np.int64)).view("timedelta64[ns]")
> 
> -- 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.81s call     pandas/tests/arithmetic/test_numeric.py::TestNumericComparisons::test_numeric_cmp_string_numexpr_path[numexpr-array]
> 0.81s call     pandas/tests/arithmetic/test_numeric.py::TestNumericComparisons::test_numeric_cmp_string_numexpr_path[python-array]
> 0.33s call     pandas/tests/arithmetic/test_interval.py::TestComparison::test_compare_list_like_interval_mixed_closed[python-ne-Series[Categorical[Interval]]-right-left]
> 0.25s call     pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_dt64arr_cmp_arraylike_invalid[python-zoneinfo.ZoneInfo(key='US/Pacific')-Series-other7]
> 0.18s call     pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_sub_timestamp_tzaware[numexpr-DataFrame]
> 0.12s teardown pandas/tests/arithmetic/test_datetime64.py::test_dt64arr_addsub_object_dtype_2d[python]
> 0.08s call     pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_dt64arr_timestamp_equality[numexpr-DataFrame]
> 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_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_timedelta64_ops_nat[python]
> 0.03s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_timedelta64_ops_nat[numexpr]
> 0.03s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_offset_index[numexpr-names0-DataFrame]
> 0.03s call     pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_dt64arr_timestamp_equality[python-DataFrame]
> 0.03s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_offset_index[numexpr-names1-DataFrame]
> 0.03s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_offset_index[numexpr-names1-array]
> 0.03s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_with_offset_series[python-names0-DataFrame]
> 0.03s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_offset_index[numexpr-names0-Series]
> 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[python-DataFrame-5-False-cls_and_kwargs27]
> 0.03s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_offset_index[numexpr-names1-Series]
> 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_add_sub_offset_array[numexpr-Index]
> 0.03s call     pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_relativedelta_offsets[python-Series]
> 0.03s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_offset_index[numexpr-names6-Series]
> 0.03s call     pandas/tests/arithmetic/test_datetime64.py::TestDatetimeIndexArithmetic::test_dti_addsub_offset_arraylike[numexpr-tzlocal()-names3-index-sub]
> 0.02s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_offset_index[python-names6-DataFrame]
> 0.02s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeMulDivOps::test_td64arr_mod_tdscalar[python-DataFrame-Timedelta]
> 0.02s call     pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_relativedelta_offsets[numexpr-Series]
> 0.02s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_offset_index[numexpr-names2-Index]
> ========= 29826 passed, 72 xfailed, 969 warnings in 143.25s (0:02:23) ==========
> rdjoqkol test state = true
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 17247 items / 2 skipped
> 
> pandas/tests/arrays/test_array.py ...........................................................................
> pandas/tests/arrays/test_datetimelike.py .....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................xxx.................................xxx.........................................................................................................................................................................................................................................................xxx........................ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................x...........x...................................................................................x..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................sss............................................................................................................................................................ssssssssssssssssss......................................................................................................................................................................................................................................................................................................................................ss
> 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/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_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 ---------------------------------------------------------------------------
> NameError                                 Traceback (most recent call last)
> File <string>:1
> 
> NameError: name 'Categorical' is not defined
> .
> pandas/tests/arrays/datetimes/test_constructors.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_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_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 .s.s.s.sxs.s.s.s.sxsxs.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.......ss.s.s.s.s.s.s.sxxssxxss....ssss....ssss.sssssssssss.s.s..ss.s...sss.s.s.s.s.s.s.s.s.s
> pandas/tests/arrays/string_/test_string_arrow.py s.s.sssss.sssssssssssssssssssssssssssssss
> pandas/tests/arrays/timedeltas/test_constructors.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)
> 
> pandas/tests/arrays/floating/test_astype.py::test_astype_to_integer_array
> pandas/tests/arrays/floating/test_comparison.py::TestComparisonOps::test_compare_with_integerarray[eq]
> pandas/tests/arrays/floating/test_comparison.py::TestComparisonOps::test_compare_with_integerarray[ne]
> pandas/tests/arrays/floating/test_comparison.py::TestComparisonOps::test_compare_with_integerarray[gt]
> pandas/tests/arrays/floating/test_comparison.py::TestComparisonOps::test_compare_with_integerarray[ge]
> pandas/tests/arrays/floating/test_comparison.py::TestComparisonOps::test_compare_with_integerarray[lt]
> pandas/tests/arrays/floating/test_comparison.py::TestComparisonOps::test_compare_with_integerarray[le]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/core/arrays/masked.py:447: RuntimeWarning: invalid value encountered in cast
>     data = self._data.astype(dtype.numpy_dtype, copy=copy)
> 
> pandas/tests/arrays/floating/test_to_numpy.py::test_to_numpy_na_value[series]
> pandas/tests/arrays/floating/test_to_numpy.py::test_to_numpy_na_value[array]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/core/arrays/masked.py:418: RuntimeWarning: invalid value encountered in cast
>     data = self._data.astype(dtype)
> 
> pandas/tests/arrays/sparse/test_unary.py::TestUnaryMethods::test_neg_operator
> pandas/tests/arrays/sparse/test_unary.py::TestUnaryMethods::test_abs_operator
>   <__array_function__ internals>:200: RuntimeWarning: invalid value encountered in cast
> 
> -- 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.37s call     pandas/tests/arrays/categorical/test_warnings.py::TestCategoricalWarnings::test_tab_complete_warning
> 0.27s call     pandas/tests/arrays/integer/test_arithmetic.py::test_error_invalid_values[__rmul__-Int32Dtype]
> 0.25s setup    pandas/tests/arrays/categorical/test_warnings.py::TestCategoricalWarnings::test_tab_complete_warning
> 0.21s call     pandas/tests/arrays/categorical/test_indexing.py::TestCategoricalIndexing::test_get_indexer_non_unique[category-CategoricalIndex-key_values3-idx_values1]
> 0.16s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_bool_properties[tzlocal()-Q-is_year_end]
> 0.13s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype[True-'+01:15'-Y-False-True]
> 0.04s call     pandas/tests/arrays/categorical/test_dtypes.py::TestCategoricalDtypes::test_codes_dtypes
> 0.04s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties['Asia/Tokyo'-B-weekofyear]
> 0.03s call     pandas/tests/arrays/integer/test_arithmetic.py::test_values_multiplying_large_series_by_NA
> 0.03s call     pandas/tests/arrays/categorical/test_replace.py::test_replace_categorical[b-c-result0-Categorical.categories are different]
> 0.03s call     pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_set_ordered
> 0.02s call     pandas/tests/arrays/categorical/test_replace.py::test_replace_categorical[b-None-result3-Categorical.categories length are different]
> 0.02s call     pandas/tests/arrays/categorical/test_replace.py::test_replace_categorical[a-a-result2-None]
> 0.02s call     pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_comparison[integer]
> 0.02s call     pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_mixed_array_comparison[block]
> 0.02s call     pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar_comparison[block]
> 0.02s call     pandas/tests/arrays/categorical/test_replace.py::test_replace_categorical[c-d-result1-None]
> 0.02s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[None-D-weekofyear]
> 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['UTC-02:15'-Q]
> 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_arithmetics.py::TestSparseArrayArithmetics::test_int_array_comparison[integer]
> 0.02s call     pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPIWithFactor::test_describe
> 0.02s call     pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_array_comparison[integer]
> 0.02s call     pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor
> 0.02s call     pandas/tests/arrays/period/test_astype.py::test_astype_int[uint32]
> 0.02s call     pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_int_array_comparison[block]
> 0.02s call     pandas/tests/arrays/period/test_astype.py::test_astype_int[uint64]
> 0.02s call     pandas/tests/arrays/categorical/test_algos.py::test_diff
> 0.02s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties['Asia/Tokyo'-D-weekofyear]
> ========= 16702 passed, 526 skipped, 21 xfailed, 12 warnings in 46.77s =========
> rdjoqkol test state = true
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 1843 items
> 
> pandas/tests/base/test_constructors.py .......................
> pandas/tests/base/test_conversion.py ............................................................................................................................................................................................................................................x..............................x.....................................
> pandas/tests/base/test_fillna.py ........................................................................................ssssss......ssssssssssssssss....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 ........................................................................................ssssss......ssssssssssssssss....ssss....ssssssssss......ss....................................................ss......................ssssssssssss........................................................................................ssssss......ssssssssssssssss....ssss......ssssssss......ss............................................................................ssssssssssssXX..
> pandas/tests/base/test_value_counts.py ........................................................................................ssssss......ssssssssssssssss....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)
> 
> pandas/tests/base/test_conversion.py::test_to_numpy_multiindex_series_na_value[data2-multiindex2-int-0-expected2]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/core/base.py:535: RuntimeWarning: invalid value encountered in cast
>     result = np.asarray(self._values, dtype=dtype)
> 
> -- 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/base/test_value_counts.py::test_value_counts[categorical]
> 0.06s call     pandas/tests/base/test_conversion.py::TestToIterable::test_iterable_object_and_category[index-to_list-category-int-1]
> 0.05s call     pandas/tests/base/test_conversion.py::test_array[index-arr4-_sparse_values]
> 0.03s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[interval-nan]
> 0.03s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[interval-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_bins[index]
> 0.02s call     pandas/tests/base/test_value_counts.py::test_value_counts_bins[series]
> 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_unique.py::test_unique[period]
> 0.01s call     pandas/tests/base/test_unique.py::test_unique_null[period-nan]
> 0.01s call     pandas/tests/base/test_unique.py::test_unique_null[period-None]
> 0.01s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[datetime-tz-None]
> 0.01s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[datetime-tz-nan]
> 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[datetime-tz]
> 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_null[datetime-nan]
> 0.01s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[nullable_int-nan]
> 0.01s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[nullable_uint-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[nullable_float-None]
> 0.01s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[datetime-None]
> 0.01s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[nullable_float-nan]
> 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[timedelta]
> 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_null[datetime-tz-nan]
> ===== 1629 passed, 205 skipped, 7 xfailed, 2 xpassed, 2 warnings in 4.00s ======
> rdjoqkol test state = true
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 10983 items
> 
> pandas/tests/computation/test_compat.py .....
> pandas/tests/computation/test_eval.py ..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................xx..............................xx..............................xx..............................xx........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................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)
> 
> pandas/tests/computation/test_eval.py: 12 warnings
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/core/computation/ops.py:578: DeprecationWarning: Bitwise inversion '~' on bool is deprecated. This returns the bitwise inversion of the underlying int object and is usually not what you expect from negating a bool. Use the 'not' operator for boolean negation or ~int(x) if you really want the bitwise inversion of the underlying int.
>     return self.func(operand)  # type: ignore[operator]
> 
> pandas/tests/computation/test_eval.py::TestEval::test_scalar_unary[numexpr-python]
> pandas/tests/computation/test_eval.py::TestEval::test_scalar_unary[numexpr-python]
> pandas/tests/computation/test_eval.py::TestEval::test_scalar_unary[numexpr-python]
> pandas/tests/computation/test_eval.py::TestEval::test_scalar_unary[numexpr-python]
>   /usr/lib/python3/dist-packages/numexpr/necompiler.py:292: DeprecationWarning: Bitwise inversion '~' on bool is deprecated. This returns the bitwise inversion of the underlying int object and is usually not what you expect from negating a bool. Use the 'not' operator for boolean negation or ~int(x) if you really want the bitwise inversion of the underlying int.
>     c = compile(s, '<expr>', 'eval', flags)
> 
> pandas/tests/computation/test_eval.py::TestEval::test_scalar_unary[numexpr-python]
> pandas/tests/computation/test_eval.py::TestEval::test_scalar_unary[numexpr-pandas]
> pandas/tests/computation/test_eval.py::TestEval::test_scalar_unary[python-python]
> pandas/tests/computation/test_eval.py::TestEval::test_scalar_unary[python-pandas]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/computation/test_eval.py:558: DeprecationWarning: Bitwise inversion '~' on bool is deprecated. This returns the bitwise inversion of the underlying int object and is usually not what you expect from negating a bool. Use the 'not' operator for boolean negation or ~int(x) if you really want the bitwise inversion of the underlying int.
>     assert pd.eval("~True", parser=parser, engine=engine) == ~True
> 
> pandas/tests/computation/test_eval.py::TestEval::test_scalar_unary[numexpr-python]
> pandas/tests/computation/test_eval.py::TestEval::test_scalar_unary[numexpr-pandas]
> pandas/tests/computation/test_eval.py::TestEval::test_scalar_unary[python-python]
> pandas/tests/computation/test_eval.py::TestEval::test_scalar_unary[python-pandas]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/computation/test_eval.py:559: DeprecationWarning: Bitwise inversion '~' on bool is deprecated. This returns the bitwise inversion of the underlying int object and is usually not what you expect from negating a bool. Use the 'not' operator for boolean negation or ~int(x) if you really want the bitwise inversion of the underlying int.
>     assert pd.eval("~False", parser=parser, engine=engine) == ~False
> 
> -- 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.24s call     pandas/tests/computation/test_eval.py::TestAlignment::test_performance_warning_for_poor_alignment[numexpr-python]
> 0.23s call     pandas/tests/computation/test_eval.py::TestAlignment::test_performance_warning_for_poor_alignment[numexpr-pandas]
> 0.15s call     pandas/tests/computation/test_eval.py::TestEval::test_binary_arith_ops[DataFrame-float-numexpr-python-/]
> 0.13s call     pandas/tests/computation/test_eval.py::TestEval::test_compound_invert_op[SeriesNaN-DataFrame-numexpr-pandas-not in]
> 0.10s call     pandas/tests/computation/test_eval.py::TestEval::test_complex_cmp_ops[Series-float-python-pandas-and-lt-gt]
> 0.09s call     pandas/tests/computation/test_eval.py::TestAlignment::test_performance_warning_for_poor_alignment[python-pandas]
> 0.09s call     pandas/tests/computation/test_eval.py::TestAlignment::test_performance_warning_for_poor_alignment[python-python]
> 0.03s call     pandas/tests/computation/test_eval.py::TestOperations::test_truediv
> 0.03s call     pandas/tests/computation/test_eval.py::TestAlignment::test_complex_series_frame_alignment[numexpr-pandas-s-dt-dt-s1]
> 0.03s call     pandas/tests/computation/test_eval.py::TestAlignment::test_complex_series_frame_alignment[numexpr-pandas-s-dt-s-dt]
> 0.02s call     pandas/tests/computation/test_eval.py::TestEval::test_chained_cmp_op[float-SeriesNaN-DataFrame-numexpr-pandas->->]
> 0.02s call     pandas/tests/computation/test_eval.py::TestEval::test_chained_cmp_op[DataFrameNaN-DataFrame-Series-python-pandas-<-<]
> 0.02s setup    pandas/tests/computation/test_eval.py::TestEval::test_chained_cmp_op[float-SeriesNaN-DataFrame-python-pandas->->]
> 0.02s setup    pandas/tests/computation/test_eval.py::TestEval::test_chained_cmp_op[float-SeriesNaN-DataFrame-python-pandas-<->]
> 0.02s setup    pandas/tests/computation/test_eval.py::TestEval::test_chained_cmp_op[float-SeriesNaN-Series-numexpr-python-<->]
> 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_simple_arith_ops[numexpr-python]
> 0.02s call     pandas/tests/computation/test_eval.py::TestEval::test_chained_cmp_op[float-SeriesNaN-DataFrame-python-python->-<]
> 0.02s call     pandas/tests/computation/test_eval.py::TestOperations::test_lhs_expression_subscript
> 0.02s setup    pandas/tests/computation/test_eval.py::TestEval::test_chained_cmp_op[DataFrameNaN-SeriesNaN-float-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_attr_expression
> 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.01s call     pandas/tests/computation/test_eval.py::TestOperations::test_fails_ampersand_pipe[numexpr-python-&]
> 0.01s setup    pandas/tests/computation/test_eval.py::TestEval::test_chained_cmp_op[DataFrameNaN-DataFrame-Series-python-pandas->-<]
> 0.01s call     pandas/tests/computation/test_eval.py::TestOperations::test_fails_ampersand_pipe[python-pandas-&]
> 0.01s call     pandas/tests/computation/test_eval.py::TestOperations::test_fails_ampersand_pipe[python-pandas-|]
> 0.01s call     pandas/tests/computation/test_eval.py::TestOperations::test_check_many_exprs[numexpr-python]
> 0.01s call     pandas/tests/computation/test_eval.py::TestOperations::test_fails_ampersand_pipe[python-python-|]
> ========== 10969 passed, 13 xfailed, 1 xpassed, 25 warnings in 58.61s ==========
> rdjoqkol test state = true
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 50 items
> 
> pandas/tests/config/test_config.py .....................
> pandas/tests/config/test_localization.py ............................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.02s call     pandas/tests/config/test_localization.py::test_get_locales_prefix
> 
> (29 durations < 0.005s hidden.  Use -vv to show these durations.)
> =================== 49 passed, 1 xpassed, 1 warning in 0.53s ===================
> rdjoqkol test state = true
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> 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
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 108 items
> 
> pandas/tests/copy_view/test_indexing.py ...........................................s............................................
> pandas/tests/copy_view/test_internals.py .s.
> pandas/tests/copy_view/test_methods.py .............
> pandas/tests/copy_view/test_setitem.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_indexing.py::test_subset_column_slice[single-block]
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_with_column_indexer[array]
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_with_column_indexer[slice]
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_with_mask
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_with_column_indexer[mask]
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_columns[mixed-block]
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_columns[single-block]
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_with_row_indexer[setitem-slice]
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_column_as_series
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_with_row_indexer[setitem-mask]
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_column_with_loc[single-block]
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_column_with_loc[mixed-block]
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_column
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_column_as_series_set_with_upcast
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_column_with_loc2
> 
> (15 durations < 0.005s hidden.  Use -vv to show these durations.)
> ================== 106 passed, 2 skipped, 1 warning in 0.69s ===================
> rdjoqkol test state = true
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 4277 items
> 
> 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............................................................................................................................................................................................................
> 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 ...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> 
> =============================== 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/dtypes/test_missing.py::test_array_equivalent[True]
> pandas/tests/dtypes/test_missing.py::test_array_equivalent[True]
> pandas/tests/dtypes/test_missing.py::test_array_equivalent[False]
> pandas/tests/dtypes/test_missing.py::test_array_equivalent[False]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/core/arrays/timedeltas.py:908: RuntimeWarning: invalid value encountered in cast
>     base = data.astype(np.int64)
> 
> pandas/tests/dtypes/test_missing.py::test_array_equivalent[True]
> pandas/tests/dtypes/test_missing.py::test_array_equivalent[True]
> pandas/tests/dtypes/test_missing.py::test_array_equivalent[False]
> pandas/tests/dtypes/test_missing.py::test_array_equivalent[False]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/core/arrays/timedeltas.py:912: RuntimeWarning: invalid value encountered in cast
>     data = (base * m + (frac * m).astype(np.int64)).view("timedelta64[ns]")
> 
> pandas/tests/dtypes/test_missing.py::test_array_equivalent_nested[True]
> pandas/tests/dtypes/test_missing.py::test_array_equivalent_nested[True]
> pandas/tests/dtypes/test_missing.py::test_array_equivalent_nested2[True]
> pandas/tests/dtypes/test_missing.py::test_array_equivalent_nested2[True]
> pandas/tests/dtypes/test_missing.py::test_array_equivalent_nested_mixed_list[True]
> pandas/tests/dtypes/test_missing.py::test_array_equivalent_nested_mixed_list[True]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/core/dtypes/missing.py:591: DeprecationWarning: elementwise comparison failed; this will raise an error in the future.
>     if np.any(np.asarray(left_value != right_value)):
> 
> -- 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[uint64-'UTC-02:15'-datetime.date]
> 0.09s call     pandas/tests/dtypes/test_inference.py::TestInference::test_maybe_convert_objects_mixed_datetimes
> 0.07s call     pandas/tests/dtypes/test_common.py::test_is_categorical
> 0.02s call     pandas/tests/dtypes/test_missing.py::test_array_equivalent[True]
> 0.02s call     pandas/tests/dtypes/test_missing.py::test_array_equivalent[False]
> 0.02s call     pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtype::test_basic
> 0.01s call     pandas/tests/dtypes/test_generic.py::test_setattr_warnings
> 0.01s call     pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[M8[ns]-datetime.date]
> 0.01s call     pandas/tests/dtypes/cast/test_can_hold_element.py::test_can_hold_element_range[uint8]
> 0.01s call     pandas/tests/dtypes/test_common.py::test_is_extension_type_deprecation
> 0.01s call     pandas/tests/dtypes/cast/test_can_hold_element.py::test_can_hold_element_range[int]
> 0.01s call     pandas/tests/dtypes/cast/test_can_hold_element.py::test_can_hold_element_range[int16]
> 0.01s call     pandas/tests/dtypes/cast/test_can_hold_element.py::test_can_hold_element_range[int64]
> 0.01s call     pandas/tests/dtypes/cast/test_can_hold_element.py::test_can_hold_element_range[uint32]
> 0.01s call     pandas/tests/dtypes/cast/test_can_hold_element.py::test_can_hold_element_range[uint16]
> 0.01s call     pandas/tests/dtypes/cast/test_can_hold_element.py::test_can_hold_element_range[int32]
> 0.01s call     pandas/tests/dtypes/cast/test_can_hold_element.py::test_can_hold_element_range[int8]
> 0.01s call     pandas/tests/dtypes/cast/test_can_hold_element.py::test_can_hold_element_range[uint64]
> 
> (12 durations < 0.005s hidden.  Use -vv to show these durations.)
> =========== 4261 passed, 9 skipped, 7 xfailed, 15 warnings in 6.43s ============
> rdjoqkol test state = true
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 11512 items / 4 skipped
> 
> pandas/tests/extension/test_boolean.py .......................................................................xx....................................................x....................................................................................................xx......................................................................................................................................................................s.....................................................................................
> pandas/tests/extension/test_categorical.py ...................................x................................................................xx.................s...................................x......................................................................................................................................ss.....................................................xx........s..............................xx.............x.............x.....................................................
> pandas/tests/extension/test_common.py ...........
> pandas/tests/extension/test_datetime.py .........................................................xx..........................................................................................................................................................................................................s...................................................................................................x.......................................................................................
> pandas/tests/extension/test_extension.py ...............
> pandas/tests/extension/test_external_block.py .
> pandas/tests/extension/test_floating.py ....................................................................................................................................................................................................................................................................................................................................xxxx......................................................................................................x...x...............................................................................................................................................................................................................................................................................................................................................................s.s........................................................................ssssssss..............................................................................
> pandas/tests/extension/test_integer.py ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................xxxxxxxxxxxxxxxx..................................................................................................................................................................................................................................................................................................................................................................................................................x...x...x...x...x...x...x...x...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................s.s.s.s.s.s.s.s................................................................................................................................................................................................................................................................................................ssssssssssssssssssssssssssssssss........................................................................................................................................................................................................................................................................................................................
> pandas/tests/extension/test_interval.py ..............................s......................................xx...............................................................................................................................ss.....................................................xx..........xxxxx..................................................................x.........................................x..
> pandas/tests/extension/test_numpy.py ...........s.s.........x..........................ss.x.............................................x....................................xxxx..................................x...................................................x.....................................................................................................................................................................................................................x.x.x.x.xxx.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.x.x.x......................xx..xx.............................x.x.........................................................x.x...............................................................................x.x.x..xx.x..xx..xx.......xxx...xxx.x...x...x.x.x................xx................................................................
> pandas/tests/extension/test_period.py ..................................................................................................................xxxx..................................................................................................................................................................................................................................................................................................................................................................................................................s.s.....................................................................................................................................................................................................x...x................................................................................................................................................................................
> pandas/tests/extension/test_sparse.py ................................xx............................xx..............................xx......................................xx......s.s.s.s.s.s.xx......................................xxxx.............................xx..s...xx................xx.......x..x..............................................................................................................................................................................................................xx......xx..x.......ss..ssssss...............xx..................xx..........xxssssssssssssss..............ssssssssssssss..............xxxx....xx.x................xx............xxxxxxxxxxxxxxxxxxxxxxxx........xxxxxx....
> pandas/tests/extension/test_string.py .s.s.s.sss.s.s.s.s.s.s.sss.sss.s.s.s.s.s.s.s.sssss..ss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.s.s.sss.sssss..ssss.sss.sss.sss.s.s.sss.sssss..ssssss..ssss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sssss..ssssssssssssssssss........ssssssssss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sssssss...sssssss..ssssssxxssss.sss.sss.sss.sss.sss.sss.sss.sss.sssss..ssss.sss.sss.sss.sss.s.ss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sssss..ssss.sss.sss.sss.sss.sss.sssssss...sssssssss...sssss.sss.sss.sss.sssssss...sssssssss...sssssssssss.x..ssssssssssss....ssssssss..ssss.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.sssss..ssss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sssss..ssssss..ssssss..ssssss..ssssss..ssssss..ssssss..ssssss..ssssss..ssssss..ssssss..ssssss..ssss.sss.sss.sss.sssss..ssssss..ssss.sssssssss....ssssssss..ssssss..ssss.sss.sss.sss.sss.sss.sss.sssssssssssss......ssssssss.sssssssssssssssssss.....sssssssssssssss.....sssssss.sss.sss.sss.sss.sss.sss.sss.sss.sssssssss....ssssssssssss....ssssssssssss....ssssssssssss....ssssssssssss....ssssssssssss....ssssss.sss.sss.sss.sssssss...sssssssss...sssss.sss.sss.sssssssssssssssss........ssssssssssss..ssssss..ssss.sss.sssss..ssssss..ssssss..ssssss..ssssss..ssssss..ssss.sss.sss.sss.sss.sss.sssss.sssss.s.sssss..ssss.sss.sss.sss.sss.sss.sssss..ssss.sss.sss.sss.sss.sss.sssss..ssssss..ssss.sss.sss.sss.sss.sss.sss.sss.sss.sssss..ssss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sssss..ssssssssssssss......ssssssssssssssssss......ssssssssssssssssss......ssssss
> pandas/tests/extension/array_with_attr/test_array_with_attr.py .
> pandas/tests/extension/decimal/test_decimal.py .....................................................................................................xx......................................................................................................................................................................................s...................................................x...........................................x...............................................................................
> pandas/tests/extension/json/test_json.py .....................................x...........xxxx....................xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...................xx.................................xx........................s.........................................ss.........................................xxxx........xxxxxxxx......s....x...xxxxx.............................xxxx.xxxxxxxxxxx.x....................
> pandas/tests/extension/list/test_list.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/extension/test_boolean.py::TestDtype::test_is_not_string_type
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_boolean.py::TestDtype::test_is_not_string_type returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_boolean.py::TestDtype::test_is_not_object_type
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_boolean.py::TestDtype::test_is_not_object_type returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_categorical.py::TestDtype::test_is_not_string_type
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_categorical.py::TestDtype::test_is_not_string_type returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_categorical.py::TestDtype::test_is_not_object_type
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_categorical.py::TestDtype::test_is_not_object_type returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_datetime.py::TestDatetimeDtype::test_is_not_string_type[US/Central]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_datetime.py::TestDatetimeDtype::test_is_not_string_type[US/Central] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_datetime.py::TestDatetimeDtype::test_is_not_object_type[US/Central]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_datetime.py::TestDatetimeDtype::test_is_not_object_type[US/Central] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_floating.py::TestDtype::test_is_not_string_type[Float32Dtype]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_floating.py::TestDtype::test_is_not_string_type[Float32Dtype] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_floating.py::TestDtype::test_is_not_string_type[Float64Dtype]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_floating.py::TestDtype::test_is_not_string_type[Float64Dtype] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_floating.py::TestDtype::test_is_not_object_type[Float32Dtype]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_floating.py::TestDtype::test_is_not_object_type[Float32Dtype] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_floating.py::TestDtype::test_is_not_object_type[Float64Dtype]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_floating.py::TestDtype::test_is_not_object_type[Float64Dtype] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_floating.py::Test2DCompat::test_reductions_2d_axis_none[Float32Dtype-prod]
> pandas/tests/extension/test_floating.py::Test2DCompat::test_reductions_2d_axis1[Float32Dtype-prod]
>   /usr/lib/python3/dist-packages/numpy/core/fromnumeric.py:86: RuntimeWarning: overflow encountered in reduce
>     return ufunc.reduce(obj, axis, dtype, out, **passkwargs)
> 
> pandas/tests/extension/test_integer.py::TestDtype::test_is_not_string_type[Int8Dtype]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_integer.py::TestDtype::test_is_not_string_type[Int8Dtype] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_integer.py::TestDtype::test_is_not_string_type[Int16Dtype]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_integer.py::TestDtype::test_is_not_string_type[Int16Dtype] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_integer.py::TestDtype::test_is_not_string_type[Int32Dtype]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_integer.py::TestDtype::test_is_not_string_type[Int32Dtype] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_integer.py::TestDtype::test_is_not_string_type[Int64Dtype]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_integer.py::TestDtype::test_is_not_string_type[Int64Dtype] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_integer.py::TestDtype::test_is_not_string_type[UInt8Dtype]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_integer.py::TestDtype::test_is_not_string_type[UInt8Dtype] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_integer.py::TestDtype::test_is_not_string_type[UInt16Dtype]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_integer.py::TestDtype::test_is_not_string_type[UInt16Dtype] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_integer.py::TestDtype::test_is_not_string_type[UInt32Dtype]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_integer.py::TestDtype::test_is_not_string_type[UInt32Dtype] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_integer.py::TestDtype::test_is_not_string_type[UInt64Dtype]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_integer.py::TestDtype::test_is_not_string_type[UInt64Dtype] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_integer.py::TestDtype::test_is_not_object_type[Int8Dtype]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_integer.py::TestDtype::test_is_not_object_type[Int8Dtype] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_integer.py::TestDtype::test_is_not_object_type[Int16Dtype]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_integer.py::TestDtype::test_is_not_object_type[Int16Dtype] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_integer.py::TestDtype::test_is_not_object_type[Int32Dtype]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_integer.py::TestDtype::test_is_not_object_type[Int32Dtype] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_integer.py::TestDtype::test_is_not_object_type[Int64Dtype]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_integer.py::TestDtype::test_is_not_object_type[Int64Dtype] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_integer.py::TestDtype::test_is_not_object_type[UInt8Dtype]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_integer.py::TestDtype::test_is_not_object_type[UInt8Dtype] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_integer.py::TestDtype::test_is_not_object_type[UInt16Dtype]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_integer.py::TestDtype::test_is_not_object_type[UInt16Dtype] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_integer.py::TestDtype::test_is_not_object_type[UInt32Dtype]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_integer.py::TestDtype::test_is_not_object_type[UInt32Dtype] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_integer.py::TestDtype::test_is_not_object_type[UInt64Dtype]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_integer.py::TestDtype::test_is_not_object_type[UInt64Dtype] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_interval.py::TestDtype::test_is_not_string_type
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_interval.py::TestDtype::test_is_not_string_type returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_interval.py::TestDtype::test_is_not_object_type
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_interval.py::TestDtype::test_is_not_object_type returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_numpy.py::TestDtype::test_is_not_string_type[float]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_numpy.py::TestDtype::test_is_not_string_type[float] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_numpy.py::TestDtype::test_is_not_string_type[object]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_numpy.py::TestDtype::test_is_not_string_type[object] returned False, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_numpy.py::TestDtype::test_is_not_object_type[float]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_numpy.py::TestDtype::test_is_not_object_type[float] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_numpy.py::TestDtype::test_is_not_object_type[object]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_numpy.py::TestDtype::test_is_not_object_type[object] returned False, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_period.py::TestPeriodDtype::test_is_not_string_type[D]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_period.py::TestPeriodDtype::test_is_not_string_type[D] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_period.py::TestPeriodDtype::test_is_not_string_type[2D]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_period.py::TestPeriodDtype::test_is_not_string_type[2D] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_period.py::TestPeriodDtype::test_is_not_object_type[D]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_period.py::TestPeriodDtype::test_is_not_object_type[D] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_period.py::TestPeriodDtype::test_is_not_object_type[2D]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_period.py::TestPeriodDtype::test_is_not_object_type[2D] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_sparse.py::TestDtype::test_is_not_string_type
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_sparse.py::TestDtype::test_is_not_string_type returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_sparse.py::TestDtype::test_is_not_object_type
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_sparse.py::TestDtype::test_is_not_object_type returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_string.py::TestDtype::test_is_not_string_type[python]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_string.py::TestDtype::test_is_not_string_type[python] returned False, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_string.py::TestDtype::test_is_not_object_type[python]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_string.py::TestDtype::test_is_not_object_type[python] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/decimal/test_decimal.py::TestDtype::test_is_not_string_type
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/decimal/test_decimal.py::TestDtype::test_is_not_string_type returned False, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/decimal/test_decimal.py::TestDtype::test_is_not_object_type
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/decimal/test_decimal.py::TestDtype::test_is_not_object_type returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/json/test_json.py::TestDtype::test_is_not_string_type
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/json/test_json.py::TestDtype::test_is_not_string_type returned False, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/json/test_json.py::TestDtype::test_is_not_object_type
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/json/test_json.py::TestDtype::test_is_not_object_type returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> -- 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.69s call     pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[0-frame-index2]
> 0.67s call     pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[nan-frame-index2]
> 0.49s call     pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[0-frame-index3]
> 0.47s call     pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[nan-frame-index3]
> 0.40s call     pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[0-series-index2]
> 0.39s call     pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[nan-series-index2]
> 0.30s call     pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[0-series-index3]
> 0.28s call     pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[nan-series-index3]
> 0.13s call     pandas/tests/extension/test_floating.py::TestMethods::test_repeat[True-False-Float64Dtype-2]
> 0.08s call     pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_series_with_array[__rpow__]
> 0.07s call     pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[0-frame-index1]
> 0.07s call     pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[0-frame-index0]
> 0.07s call     pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[nan-frame-index1]
> 0.07s call     pandas/tests/extension/test_interval.py::TestReshaping::test_unstack[series-index2]
> 0.07s call     pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[nan-frame-index0]
> 0.06s call     pandas/tests/extension/test_interval.py::TestReshaping::test_unstack[series-index3]
> 0.06s call     pandas/tests/extension/test_string.py::TestReshaping::test_unstack[False-python-series-index2]
> 0.06s call     pandas/tests/extension/test_floating.py::TestReshaping::test_unstack[Float64Dtype-series-index2]
> 0.06s call     pandas/tests/extension/test_floating.py::TestReshaping::test_unstack[Float32Dtype-series-index2]
> 0.06s call     pandas/tests/extension/test_interval.py::TestReshaping::test_unstack[frame-index2]
> 0.06s call     pandas/tests/extension/decimal/test_decimal.py::TestReshaping::test_unstack[series-index2]
> 0.06s call     pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[Int8Dtype-series-index2]
> 0.06s call     pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[UInt32Dtype-series-index2]
> 0.06s call     pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[UInt64Dtype-series-index2]
> 0.06s call     pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[UInt16Dtype-series-index2]
> 0.06s call     pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[Int64Dtype-series-index2]
> 0.06s call     pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[UInt8Dtype-series-index2]
> 0.06s call     pandas/tests/extension/test_numpy.py::TestReshaping::test_unstack[float-series-index2]
> 0.06s call     pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[Int32Dtype-series-index2]
> 0.06s call     pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[Int16Dtype-series-index2]
> === 9850 passed, 1352 skipped, 314 xfailed, 47 warnings in 62.28s (0:01:02) ====
> rdjoqkol test state = true
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 7878 items
> 
> pandas/tests/frame/test_alter_axes.py ..
> pandas/tests/frame/test_api.py ..................................
> pandas/tests/frame/test_arithmetic.py ..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/frame/test_block_internals.py ....................
> pandas/tests/frame/test_constructors.py .............................................................................................................................................................................................s.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................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......sssss.........................................................................s..s.....sssss..............................................ss..ss......................ss................................................
> pandas/tests/frame/test_reductions.py ........................................................................................................................................................................................................................................................................................x...........s..x...........s..................xxxx...................................
> pandas/tests/frame/test_repr_info.py .................................
> 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 ............................
> pandas/tests/frame/constructors/test_from_dict.py .............
> pandas/tests/frame/constructors/test_from_records.py ........................
> pandas/tests/frame/indexing/test_coercion.py xx.....xxx.
> 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 ...............................................................................................................................................................
> pandas/tests/frame/indexing/test_insert.py ......
> pandas/tests/frame/indexing/test_lookup.py ......
> pandas/tests/frame/indexing/test_mask.py .............
> pandas/tests/frame/indexing/test_set_value.py ...
> pandas/tests/frame/indexing/test_setitem.py .............................................................................................................................................................................................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_append.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........................................................................................................
> 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.py ...
> pandas/tests/frame/methods/test_convert_dtypes.py ..ss..
> pandas/tests/frame/methods/test_copy.py .....
> pandas/tests/frame/methods/test_count.py ..
> pandas/tests/frame/methods/test_count_with_level_deprecated.py ....
> pandas/tests/frame/methods/test_cov_corr.py ........................................................................
> pandas/tests/frame/methods/test_describe.py ...............................................
> pandas/tests/frame/methods/test_diff.py .........x...........................
> pandas/tests/frame/methods/test_dot.py ................
> 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_isin.py ................
> pandas/tests/frame/methods/test_join.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 ................................................................................................................
> 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 ...................s.................ss....ss...............................................................................................................................................................
> 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_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 ...............
> 
> =============================== 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/frame/test_reductions.py::TestDataFrameAnalytics::test_sum_nanops_timedelta
> pandas/tests/frame/test_reductions.py::TestDataFrameAnalytics::test_sum_nanops_timedelta
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/core/arrays/timedeltas.py:908: RuntimeWarning: invalid value encountered in cast
>     base = data.astype(np.int64)
> 
> pandas/tests/frame/test_reductions.py::TestDataFrameAnalytics::test_sum_nanops_timedelta
> pandas/tests/frame/test_reductions.py::TestDataFrameAnalytics::test_sum_nanops_timedelta
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/core/arrays/timedeltas.py:912: RuntimeWarning: invalid value encountered in cast
>     data = (base * m + (frac * m).astype(np.int64)).view("timedelta64[ns]")
> 
> pandas/tests/frame/methods/test_astype.py::TestAstype::test_astype_mixed_type
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/core/dtypes/astype.py:189: RuntimeWarning: invalid value encountered in cast
>     return values.astype(dtype, copy=copy)
> 
> pandas/tests/frame/methods/test_quantile.py::TestDataFrameQuantile::test_quantile_empty_no_rows_dt64[nearest-table]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/frame/methods/test_quantile.py:777: FutureWarning: The behavior of DatetimeArray._from_sequence with a timezone-aware dtype and floating-dtype data is deprecated. In a future version, this data will be interpreted as nanosecond UTC timestamps instead of wall-times, matching the behavior with integer dtypes. To retain the old behavior, explicitly cast to 'datetime64[ns]' before passing the data to pandas. To get the future behavior, first cast to 'int64'.
>     res = df.quantile(
> 
> pandas/tests/frame/methods/test_sort_index.py::TestDataFrameSortIndex::test_sort_index_non_existent_label_multiindex
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/frame/methods/test_sort_index.py:53: DeprecationWarning: In a future version, `df.iloc[:, i] = newvals` will attempt to set the values inplace instead of always setting a new array. To retain the old behavior, use either `df[df.columns[i]] = newvals` or, if columns are non-unique, `df.isetitem(i, newvals)`
>     df.loc["b", "2"] = 1
> 
> -- 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 =============================
> 10.30s call     pandas/tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_wide_frame_formatting
> 3.51s call     pandas/tests/frame/methods/test_duplicated.py::test_duplicated_do_not_fail_on_wide_dataframes
> 3.44s call     pandas/tests/frame/test_stack_unstack.py::TestStackUnstackMultiLevel::test_unstack_number_of_levels_larger_than_int32
> 2.65s call     pandas/tests/frame/methods/test_rank.py::TestRank::test_pct_max_many_rows
> 2.33s call     pandas/tests/frame/indexing/test_where.py::test_where_inplace_casting
> 1.74s call     pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_mrecarray
> 0.76s call     pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_repr_bytes_61_lines
> 0.44s call     pandas/tests/frame/test_api.py::TestDataFrameMisc::test_inspect_getmembers
> 0.35s call     pandas/tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_chunking[50000]
> 0.35s call     pandas/tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_chunking[100000]
> 0.35s call     pandas/tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_chunking[10000]
> 0.34s call     pandas/tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_with_dst_transitions_with_pickle
> 0.34s call     pandas/tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_dups_cols
> 0.25s setup    pandas/tests/frame/test_api.py::TestDataFrameMisc::test_tab_complete_warning[DataFrame]
> 0.24s call     pandas/tests/frame/test_api.py::TestDataFrameMisc::test_tab_complete_warning[DataFrame]
> 0.21s call     pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_floordiv_axis0_numexpr_path[numexpr-floordiv]
> 0.21s call     pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_floordiv_axis0_numexpr_path[numexpr-pow]
> 0.21s call     pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_floordiv_axis0_numexpr_path[python-pow]
> 0.20s call     pandas/tests/frame/methods/test_rank.py::TestRank::test_rank_methods_frame
> 0.20s call     pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_floordiv_axis0_numexpr_path[python-floordiv]
> 0.17s call     pandas/tests/frame/methods/test_head_tail.py::test_head_tail_generic[datetime-tz-DataFrame]
> 0.17s call     pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_broadcast_multiindex[python-None]
> 0.17s call     pandas/tests/frame/methods/test_at_time.py::TestAtTime::test_at_time_axis[index]
> 0.16s call     pandas/tests/frame/methods/test_at_time.py::TestAtTime::test_at_time_axis[0]
> 0.16s call     pandas/tests/frame/methods/test_head_tail.py::test_head_tail_generic[period-DataFrame]
> 0.16s call     pandas/tests/frame/test_stack_unstack.py::TestStackUnstackMultiLevel::test_stack
> 0.13s call     pandas/tests/frame/test_stack_unstack.py::TestStackUnstackMultiLevel::test_stack_order_with_unsorted_levels_multi_row
> 0.13s call     pandas/tests/frame/test_reductions.py::TestDataFrameAnalytics::test_stat_op_calc
> 0.13s call     pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_repr_to_string
> 0.12s call     pandas/tests/frame/test_stack_unstack.py::TestStackUnstackMultiLevel::test_stack_unstack_multiple
> ===== 7782 passed, 43 skipped, 53 xfailed, 8 warnings in 84.50s (0:01:24) ======
> rdjoqkol test state = true
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 915 items
> 
> pandas/tests/generic/test_duplicate_labels.py ..........xx....xx..xx.x.......xx.xxx................x.................
> pandas/tests/generic/test_finalize.py ...........................x...............................xxxx..........x.xxx......x............x..................................................................xx........xxxxx...xx..........xxxxxxxxx...xx..........xxxxxxxxx...xx..........xxxxxxxxx...xx..........xxxxxxxxx...xx..........xxxxxxxxx...xx..........xxxxxxxxx...xx..........xxxxxxxxx...xx..........xxxxxxxxx...xx..........xxxxxxxxx...xx..........xxxxxxxxx...xx..........xxxxxxxxx...xx..........xxxxxxxxx...xx..........xxxxxxxxx...xx..........xxxxxxxxx.......................................................................................xxxxxxxxx..........xxxxxxxxxxxxxx.
> 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 ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
> 
> =============================== 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.02s call     pandas/tests/generic/test_finalize.py::test_groupby_finalize_not_implemented[<lambda>6-obj1]
> 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_duplicate_labels.py::test_raises_basic[PeriodIndex]
> 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[CategoricalIndex]
> 0.01s call     pandas/tests/generic/test_duplicate_labels.py::test_raises_basic[Float64Index]
> 0.01s call     pandas/tests/generic/test_finalize.py::test_groupby_finalize_not_implemented[<lambda>6-obj0]
> 0.01s call     pandas/tests/generic/test_duplicate_labels.py::test_raises_basic[Int64Index]
> 0.01s call     pandas/tests/generic/test_duplicate_labels.py::test_raises_basic[Index]
> 0.01s call     pandas/tests/generic/test_frame.py::TestDataFrame::test_metadata_propagation_indiv_groupby
> 0.01s call     pandas/tests/generic/test_finalize.py::test_groupby_finalize_not_implemented[<lambda>5-obj1]
> 0.01s call     pandas/tests/generic/test_finalize.py::test_groupby_finalize_not_implemented[<lambda>0-obj1]
> 0.01s call     pandas/tests/generic/test_duplicate_labels.py::TestPreserves::test_binops[other1-True-add]
> 0.01s call     pandas/tests/generic/test_generic.py::TestNDFrame::test_depr_take_kwarg_is_copy[DataFrame-True]
> 0.01s call     pandas/tests/generic/test_finalize.py::test_finalize_called[pivot_table', columns='A', aggfunc=['mean', 'sum]
> 0.01s call     pandas/tests/generic/test_duplicate_labels.py::TestPreserves::test_binops[other1-True-sub]
> 0.01s call     pandas/tests/generic/test_finalize.py::test_groupby_finalize_not_implemented[<lambda>3-obj1]
> 0.01s call     pandas/tests/generic/test_finalize.py::test_finalize_called[describe1]
> 0.01s call     pandas/tests/generic/test_generic.py::TestNDFrame::test_depr_take_kwarg_is_copy[DataFrame-False]
> 0.01s call     pandas/tests/generic/test_generic.py::TestNDFrame::test_axis_numbers_deprecated[Series]
> 0.01s call     pandas/tests/generic/test_generic.py::TestNDFrame::test_slice_shift_deprecated[DataFrame]
> 0.01s call     pandas/tests/generic/test_generic.py::TestNDFrame::test_axis_names_deprecated[DataFrame]
> 0.01s call     pandas/tests/generic/test_generic.py::TestNDFrame::test_slice_shift_deprecated[Series]
> 0.01s call     pandas/tests/generic/test_generic.py::TestNDFrame::test_depr_take_kwarg_is_copy[Series-True]
> 0.01s call     pandas/tests/generic/test_generic.py::TestNDFrame::test_depr_take_kwarg_is_copy[Series-False]
> 0.01s call     pandas/tests/generic/test_generic.py::TestNDFrame::test_axis_numbers_deprecated[DataFrame]
> 0.01s call     pandas/tests/generic/test_generic.py::TestNDFrame::test_axis_names_deprecated[Series]
> 
> (1 durations < 0.005s hidden.  Use -vv to show these durations.)
> =========== 639 passed, 68 skipped, 208 xfailed, 1 warning in 5.76s ============
> rdjoqkol test state = true
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 11799 items
> 
> pandas/tests/groupby/test_allowlist.py ..........................................................................................................................................................................................................................................{'bfill', 'nth', 'size', 'shift', 'skew', 'first', 'cumsum', 'hist', 'ngroup', 'pad', 'fillna', 'var', 'cumprod', 'prod', 'ngroups', 'tshift', 'get_group', 'plot', 'cummax', 'mean', 'max', 'tail', 'filter', 'any', 'ewm', 'boxplot', 'expanding', 'head', 'sample', 'std', 'backfill', 'nunique', 'pct_change', 'ohlc', 'describe', 'rolling', 'value_counts', 'min', 'cummin', 'diff', 'last', 'take', 'transform', 'indices', 'apply', 'mad', 'median', 'all', 'dtypes', 'idxmax', 'aggregate', 'groups', 'resample', 'corrwith', 'pipe', 'rank', 'ffill', 'count', 'cov', 'corr', 'sum', 'ndim', 'sem', 'agg', 'cumcount', 'quantile', 'idxmin'}
> frozenset({'nth', 'size', 'bfill', 'pct_change', 'ohlc', 'shift', 'skew', 'first', 'describe', 'rolling', 'value_counts', 'cumsum', 'hist', 'min', 'cummin', 'diff', 'last', 'ngroup', 'take', 'transform', 'indices', 'pad', 'apply', 'fillna', 'mad', 'median', 'var', 'all', 'dtypes', 'idxmax', 'prod', 'cumprod', 'aggregate', 'groups', 'corrwith', 'resample', 'rank', 'pipe', 'ngroups', 'ffill', 'count', 'sum', 'tshift', 'cov', 'corr', 'get_group', 'sem', 'plot', 'mean', 'cummax', 'ndim', 'max', 'cumcount', 'agg', 'tail', 'filter', 'quantile', 'any', 'ewm', 'boxplot', 'expanding', 'head', 'sample', 'std', 'backfill', 'nunique', 'idxmin'})
> .
> pandas/tests/groupby/test_any_all.py .........................................................................................................................
> 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 .............................................................................xx..........................................x.....................................................................................................................
> pandas/tests/groupby/test_counting.py .................................
> pandas/tests/groupby/test_filters.py .........................
> pandas/tests/groupby/test_frame_value_counts.py ..............................................................................................................................................................
> pandas/tests/groupby/test_function.py ..................................................................................xxx......ssssss...sss..............................xxx......................................................sss..................................................................................................................................................................................................................................................................................................xxxx....................ssss........................................................ssss........................................ssss............ssss.................................................
> pandas/tests/groupby/test_groupby.py ..................................s..........s........................................................................................................................xx......................................xx......................................xx......................................xx......................................xx......................................xx..............................................................................................................................................................x.xx....................................x.xx....................................x.xx....................................x.xx....................................x.xx....................................x.xx.....................................x.x.....................................x.x.....................................x.x.....................................x.......................................x.......................................x.....................................................................................................................................................................................................................................x....................................ss............ss..............ss..........................x................................................................................
> pandas/tests/groupby/test_groupby_dropna.py ..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................x..xxxx..x..xxxxxxxxxxxxx..x..xxxx..x..xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.................................................................................sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................x..xxxx..x..xxxxxxxxxxxxx..x..xxxx..x..xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.................................................................................sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> 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_numba.py ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
> pandas/tests/groupby/test_nunique.py ..........................................................
> pandas/tests/groupby/test_pipe.py ..
> pandas/tests/groupby/test_quantile.py ........................................................................................x....x......................................................................................................................................................
> 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...........
> pandas/tests/groupby/test_timegrouper.py .............................s
> pandas/tests/groupby/test_value_counts.py .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/groupby/aggregate/test_aggregate.py ....................................................................................................................................................................................................................................................................................................................................x..x...................................................x.
> pandas/tests/groupby/aggregate/test_cython.py .....................................................................................................................................................................
> pandas/tests/groupby/aggregate/test_numba.py ssssssssssssssssssssssssssssss
> pandas/tests/groupby/aggregate/test_other.py .......................................
> pandas/tests/groupby/transform/test_numba.py sssssssssssssssssssssssssssss
> pandas/tests/groupby/transform/test_transform.py .............x.......x..xx......x.................................x.....................................................................................xx..xx..xx..xx..xx..xx..xx..xx..xx..xx..xx..xx.............................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_apply.py::test_empty_df[agg-mad]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/groupby/test_apply.py:1354: FutureWarning: The 'mad' method is deprecated and will be removed in a future version. To compute the same result, you may do `(df - df.mean()).abs().mean()`.
>     result = getattr(group, method)(op)
> 
> pandas/tests/groupby/test_function.py::test_groupby_cumprod
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/core/dtypes/cast.py:380: RuntimeWarning: invalid value encountered in cast
>     new_result = trans(result).astype(dtype)
> 
> pandas/tests/groupby/test_groupby.py::test_wrap_aggregated_output_multindex
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/groupby/test_groupby.py:1041: FutureWarning: Dropping invalid columns in DataFrameGroupBy.agg is deprecated. In a future version, a TypeError will be raised. Before calling .agg, select only columns which should be valid for the function.
>     df.groupby(keys).agg(np.mean, numeric_only=True)
> 
> pandas/tests/groupby/test_groupby_dropna.py: 162 warnings
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/groupby/test_groupby_dropna.py:458: FutureWarning: In a future version, passing a SparseArray to pd.Index will store that array directly instead of converting to a dense numpy ndarray. To retain the old behavior, use pd.Index(arr.to_numpy()) instead
>     result = gb.sum()
> 
> pandas/tests/groupby/test_groupby_dropna.py: 162 warnings
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/groupby/test_groupby_dropna.py:472: FutureWarning: In a future version, passing a SparseArray to pd.Index will store that array directly instead of converting to a dense numpy ndarray. To retain the old behavior, use pd.Index(arr.to_numpy()) instead
>     index = pd.Index(
> 
> pandas/tests/groupby/test_size.py::test_size_axis_1[axis=1-True-True-by4]
> pandas/tests/groupby/test_size.py::test_size_axis_1[axis=1-False-True-by4]
> pandas/tests/groupby/test_size.py::test_size_axis_1[axis='columns'-True-True-by4]
> pandas/tests/groupby/test_size.py::test_size_axis_1[axis='columns'-False-True-by4]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/groupby/test_size.py:36: FutureWarning: The default dtype for empty Series will be 'object' instead of 'float64' in a future version. Specify a dtype explicitly to silence this warning.
>     expected = Series(counts)
> 
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[mad-A]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[mad-A]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[mad-keys1]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[mad-keys1]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[mad-keys1]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[mad-keys1]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[mad-keys1]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[mad-keys1]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/groupby/transform/test_transform.py:1563: FutureWarning: The 'mad' method is deprecated and will be removed in a future version. To compute the same result, you may do `(df - df.mean()).abs().mean()`.
>     result = gb_as_index_true.transform(groupby_func, *args)
> 
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[mad-A]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[mad-A]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[mad-keys1]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[mad-keys1]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[mad-keys1]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[mad-keys1]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[mad-keys1]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[mad-keys1]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/groupby/transform/test_transform.py:1564: FutureWarning: The 'mad' method is deprecated and will be removed in a future version. To compute the same result, you may do `(df - df.mean()).abs().mean()`.
>     expected = gb_as_index_false.transform(groupby_func, *args)
> 
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[backfill-A]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[backfill-keys1]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/groupby/transform/test_transform.py:1563: FutureWarning: backfill is deprecated and will be removed in a future version. Use bfill instead.
>     result = gb_as_index_true.transform(groupby_func, *args)
> 
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[backfill-A]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[backfill-keys1]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/groupby/transform/test_transform.py:1564: FutureWarning: backfill is deprecated and will be removed in a future version. Use bfill instead.
>     expected = gb_as_index_false.transform(groupby_func, *args)
> 
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[pad-A]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[pad-keys1]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/groupby/transform/test_transform.py:1563: FutureWarning: pad is deprecated and will be removed in a future version. Use ffill instead.
>     result = gb_as_index_true.transform(groupby_func, *args)
> 
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[pad-A]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[pad-keys1]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/groupby/transform/test_transform.py:1564: FutureWarning: pad is deprecated and will be removed in a future version. Use ffill instead.
>     expected = gb_as_index_false.transform(groupby_func, *args)
> 
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[tshift-A]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[tshift-A]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[tshift-keys1]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[tshift-keys1]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[tshift-keys1]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[tshift-keys1]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[tshift-keys1]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[tshift-keys1]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/groupby/transform/test_transform.py:1563: FutureWarning: tshift is deprecated and will be removed in a future version. Please use shift instead.
>     result = gb_as_index_true.transform(groupby_func, *args)
> 
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[tshift-A]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[tshift-A]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[tshift-keys1]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[tshift-keys1]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[tshift-keys1]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[tshift-keys1]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[tshift-keys1]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[tshift-keys1]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/groupby/transform/test_transform.py:1564: FutureWarning: tshift is deprecated and will be removed in a future version. Please use shift instead.
>     expected = gb_as_index_false.transform(groupby_func, *args)
> 
> -- 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.65s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[False-False-1000-n3]
> 2.61s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[False-False-100-n3]
> 2.54s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[False-True-10-n3]
> 2.46s call     pandas/tests/groupby/transform/test_transform.py::test_cython_transform_frame[shift-args2-<lambda>]
> 2.45s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[True-False-1000-n3]
> 2.45s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[False-False-10-n3]
> 2.44s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[True-True-1000-n3]
> 2.44s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[True-True-100-n3]
> 2.43s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[False-True-1000-n3]
> 2.43s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[True-False-100-n3]
> 2.43s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[True-True-10-n3]
> 2.43s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[False-True-100-n3]
> 2.42s call     pandas/tests/groupby/transform/test_transform.py::test_cython_transform_frame[shift-args3-<lambda>]
> 2.41s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[True-False-10-n3]
> 1.23s call     pandas/tests/groupby/transform/test_transform.py::test_cython_transform_frame[cumsum-args1-<lambda>]
> 1.19s call     pandas/tests/groupby/test_function.py::test_builtins_apply[keys1-sum]
> 0.92s call     pandas/tests/groupby/test_function.py::test_builtins_apply[keys1-min]
> 0.88s call     pandas/tests/groupby/transform/test_transform.py::test_cython_transform_frame[cumprod-args0-<lambda>]
> 0.81s call     pandas/tests/groupby/test_function.py::test_builtins_apply[keys1-max]
> 0.33s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[True-True-1000-n2]
> 0.33s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[False-True-10-n2]
> 0.33s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[True-True-100-n2]
> 0.33s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[True-False-1000-n2]
> 0.32s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[True-True-10-n2]
> 0.32s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[True-False-100-n2]
> 0.32s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[True-False-10-n2]
> 0.32s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[False-True-100-n2]
> 0.31s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[False-False-100-n2]
> 0.31s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[False-False-1000-n2]
> 0.31s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[False-True-1000-n2]
> == 11192 passed, 371 skipped, 236 xfailed, 372 warnings in 179.65s (0:02:59) ===
> rdjoqkol test state = true
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 17332 items
> 
> pandas/tests/indexes/test_any_index.py ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/indexes/test_base.py ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................x....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/indexes/test_common.py .....................................................................................................................................................................................................................................................................................................................................................................sss...ssssssss...s..ss.............................xs...........................sss...................................................sss............................................................................................s.................s.............................................................................................................................................................................................................................................................................................................................................xx...............................................
> pandas/tests/indexes/test_engines.py .........................................
> pandas/tests/indexes/test_frozen.py ..........
> pandas/tests/indexes/test_index_new.py ......................................xxxx...............................................................
> pandas/tests/indexes/test_indexing.py ............................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/indexes/test_numpy_compat.py ..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/indexes/test_setops.py .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................x...........................................................................................................................x.......x...........................................................................................................................x............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................sssssssssssssss..........sssss...............sssss..............................................................................................................sssssssssssssss..........sssss...............sssss..............................................................................................................sssssssssssssss..........sssss...............sssss..............................................................................................................sssssssssssssss..........sssss...............sssss...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................xx........
> pandas/tests/indexes/test_subclass.py .
> pandas/tests/indexes/base_class/test_constructors.py ........
> 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 ..................
> pandas/tests/indexes/base_class/test_setops.py ..........xx................................................
> 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 ...............................ss...........................................................
> pandas/tests/indexes/categorical/test_constructors.py ......
> pandas/tests/indexes/categorical/test_equals.py ....
> 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/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 ..............
> 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/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/interval/test_astype.py ....................................x...........................................................................................................................
> pandas/tests/indexes/interval/test_base.py .........................................................
> pandas/tests/indexes/interval/test_constructors.py ..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> 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 ...................................................................................................
> 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 .........................................x....x.............x..x.x......................................xx.........................
> 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 ...................................................................................................................................................
> pandas/tests/indexes/numeric/test_join.py ...........
> pandas/tests/indexes/numeric/test_numeric.py ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/indexes/numeric/test_setops.py .................xx
> pandas/tests/indexes/object/test_astype.py ..
> pandas/tests/indexes/object/test_indexing.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/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/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/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 .............
> 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 ......
> 
> =============================== 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/indexes/multi/test_indexing.py::TestGetIndexer::test_get_indexer
> pandas/tests/indexes/multi/test_indexing.py::TestGetIndexer::test_get_indexer_three_or_more_levels
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/core/indexes/base.py:4089: RuntimeWarning: invalid value encountered in cast
>     return engine.get_indexer_with_fill(  # type: ignore[union-attr]
> 
> pandas/tests/indexes/numeric/test_numeric.py::TestIntNumericIndex::test_constructor_coercion_signed_to_unsigned[uint8]
> pandas/tests/indexes/numeric/test_numeric.py::TestInt64Index::test_constructor_coercion_signed_to_unsigned[uint8]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/core/dtypes/cast.py:1836: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -1 to uint8 will fail in the future.
>   For the old behavior, usually:
>       np.array(value).astype(dtype)`
>   will give the desired result (the cast overflows).
>     casted = arr.astype(dtype, copy=copy)
> 
> pandas/tests/indexes/numeric/test_numeric.py::TestIntNumericIndex::test_constructor_coercion_signed_to_unsigned[uint16]
> pandas/tests/indexes/numeric/test_numeric.py::TestInt64Index::test_constructor_coercion_signed_to_unsigned[uint16]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/core/dtypes/cast.py:1836: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -1 to uint16 will fail in the future.
>   For the old behavior, usually:
>       np.array(value).astype(dtype)`
>   will give the desired result (the cast overflows).
>     casted = arr.astype(dtype, copy=copy)
> 
> pandas/tests/indexes/numeric/test_numeric.py::TestIntNumericIndex::test_constructor_coercion_signed_to_unsigned[uint32]
> pandas/tests/indexes/numeric/test_numeric.py::TestInt64Index::test_constructor_coercion_signed_to_unsigned[uint32]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/core/dtypes/cast.py:1836: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -1 to uint32 will fail in the future.
>   For the old behavior, usually:
>       np.array(value).astype(dtype)`
>   will give the desired result (the cast overflows).
>     casted = arr.astype(dtype, copy=copy)
> 
> pandas/tests/indexes/numeric/test_numeric.py::TestIntNumericIndex::test_constructor_coercion_signed_to_unsigned[uint64]
> pandas/tests/indexes/numeric/test_numeric.py::TestInt64Index::test_constructor_coercion_signed_to_unsigned[uint64]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/core/dtypes/cast.py:1836: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -1 to uint64 will fail in the future.
>   For the old behavior, usually:
>       np.array(value).astype(dtype)`
>   will give the desired result (the cast overflows).
>     casted = arr.astype(dtype, copy=copy)
> 
> pandas/tests/indexes/timedeltas/test_constructors.py::TestTimedeltaIndex::test_float64_ns_rounded
> pandas/tests/indexes/timedeltas/test_scalar_compat.py::TestVectorizedTimedelta::test_tdi_total_seconds
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/core/arrays/timedeltas.py:908: RuntimeWarning: invalid value encountered in cast
>     base = data.astype(np.int64)
> 
> pandas/tests/indexes/timedeltas/test_constructors.py::TestTimedeltaIndex::test_float64_ns_rounded
> pandas/tests/indexes/timedeltas/test_scalar_compat.py::TestVectorizedTimedelta::test_tdi_total_seconds
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/core/arrays/timedeltas.py:912: RuntimeWarning: invalid value encountered in cast
>     data = (base * m + (frac * m).astype(np.int64)).view("timedelta64[ns]")
> 
> -- 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.53s call     pandas/tests/indexes/base_class/test_indexing.py::TestGetLoc::test_get_loc_tuple_monotonic_above_size_cutoff
> 2.21s call     pandas/tests/indexes/multi/test_integrity.py::test_million_record_attribute_error
> 0.98s call     pandas/tests/indexes/multi/test_indexing.py::TestContains::test_large_mi_contains
> 0.80s call     pandas/tests/indexes/test_base.py::TestIndex::test_tab_complete_warning
> 0.72s call     pandas/tests/indexes/multi/test_duplicates.py::test_duplicated_large[False]
> 0.70s call     pandas/tests/indexes/period/test_indexing.py::TestGetItem::test_getitem_seconds
> 0.61s call     pandas/tests/indexes/multi/test_integrity.py::test_large_multiindex_error
> 0.58s call     pandas/tests/indexes/multi/test_duplicates.py::test_duplicated_large[last]
> 0.58s call     pandas/tests/indexes/multi/test_duplicates.py::test_duplicated_large[first]
> 0.55s call     pandas/tests/indexes/multi/test_integrity.py::test_hash_collisions
> 0.37s call     pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetimeindex_accessors5
> 0.33s call     pandas/tests/indexes/datetimes/test_datetime.py::TestDatetimeIndex::test_iteration_over_chunksize[9999]
> 0.33s call     pandas/tests/indexes/period/test_partial_slicing.py::TestPeriodIndex::test_range_slice_seconds[period_range]
> 0.25s call     pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_partial_slicing_dataframe
> 0.23s setup    pandas/tests/indexes/test_base.py::TestIndex::test_tab_complete_warning
> 0.22s setup    pandas/tests/indexes/test_base.py::test_generated_op_names[period-le]
> 0.22s call     pandas/tests/indexes/datetimes/test_indexing.py::TestGetLoc::test_get_loc_time_obj2
> 0.17s call     pandas/tests/indexes/ranges/test_setops.py::test_range_difference
> 0.15s call     pandas/tests/indexes/multi/test_indexing.py::test_pyint_engine
> 0.14s call     pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_engine_reference_cycle
> 0.13s call     pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_engine_reference_cycle
> 0.13s call     pandas/tests/indexes/numeric/test_numeric.py::TestUIntNumericIndex::test_engine_reference_cycle[uint64]
> 0.13s call     pandas/tests/indexes/ranges/test_range.py::TestRangeIndex::test_engine_reference_cycle
> 0.13s call     pandas/tests/indexes/numeric/test_numeric.py::TestIntNumericIndex::test_engine_reference_cycle[int32]
> 0.13s call     pandas/tests/indexes/numeric/test_numeric.py::TestIntNumericIndex::test_engine_reference_cycle[int64]
> 0.13s call     pandas/tests/indexes/numeric/test_numeric.py::TestIntNumericIndex::test_engine_reference_cycle[int16]
> 0.13s call     pandas/tests/indexes/numeric/test_numeric.py::TestInt64Index::test_engine_reference_cycle
> 0.13s call     pandas/tests/indexes/numeric/test_numeric.py::TestUInt64Index::test_engine_reference_cycle
> 0.13s call     pandas/tests/indexes/numeric/test_numeric.py::TestFloatNumericIndex::test_engine_reference_cycle[float64]
> 0.12s call     pandas/tests/indexes/numeric/test_numeric.py::TestIntNumericIndex::test_engine_reference_cycle[int8]
> ==== 17180 passed, 125 skipped, 27 xfailed, 15 warnings in 78.43s (0:01:18) ====
> rdjoqkol test state = true
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 5347 items
> 
> 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 .......x..xxxxxxx.......................xx........................................xxxx....x............................................................xxxxx..................xx............................................................................................................................................................................................................x
> pandas/tests/indexing/test_datetime.py .........
> 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.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/indexing/test_na_indexing.py ..............................................................................................................................................................................................................................................................................
> pandas/tests/indexing/test_partial.py ....................................
> pandas/tests/indexing/test_scalar.py ......................................
> 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 .......
> 
> =============================== 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.99s call     pandas/tests/indexing/multiindex/test_chaining_and_caching.py::test_indexer_caching
> 2.37s call     pandas/tests/indexing/test_loc.py::TestLocSetitemWithExpansion::test_loc_setitem_with_expansion_large_dataframe
> 1.54s call     pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_loc_getitem_large_series
> 0.55s call     pandas/tests/indexing/test_loc.py::TestLocBaseIndependent::test_loc_non_unique_memory_error[900000-100000]
> 0.17s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[frame1-key78-4]
> 0.12s call     pandas/tests/indexing/test_loc.py::TestLabelSlicing::test_loc_getitem_slice_unordered_dt_index[Series-2020]
> 0.09s call     pandas/tests/indexing/test_chaining_and_caching.py::TestChaining::test_detect_chained_assignment_implicit_take2
> 0.09s call     pandas/tests/indexing/test_coercion.py::TestFillnaSeriesCoercion::test_fillna_interval[index-fill_val5]
> 0.09s 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.05s call     pandas/tests/indexing/test_chaining_and_caching.py::TestChaining::test_detect_chained_assignment_warnings_errors
> 0.05s call     pandas/tests/indexing/multiindex/test_slice.py::TestMultiIndexSlicers::test_per_axis_per_level_setitem
> 0.05s call     pandas/tests/indexing/multiindex/test_setitem.py::TestMultiIndexSetItem::test_groupby_example
> 0.05s call     pandas/tests/indexing/test_indexing.py::TestFancy::test_astype_assignment
> 0.05s call     pandas/tests/indexing/multiindex/test_slice.py::TestMultiIndexSlicers::test_per_axis_per_level_getitem
> 0.02s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[frame0-key83-4]
> 0.02s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[frame0-key99-4]
> 0.02s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[frame0-key93-4]
> 0.02s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[frame0-key72-4]
> 0.02s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[frame0-key83-3]
> 0.02s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[frame0-key85-4]
> 0.02s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[frame0-key65-4]
> 0.02s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[frame0-key74-4]
> 0.02s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[frame0-key79-4]
> 0.02s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[frame0-key93-3]
> 0.02s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[frame0-key99-3]
> 0.02s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[frame0-key84-3]
> 0.02s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[frame0-key64-4]
> 0.02s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[frame0-key77-4]
> =========== 5322 passed, 1 skipped, 24 xfailed, 1 warning in 45.05s ============
> rdjoqkol test state = true
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 48 items
> 
> pandas/tests/interchange/test_impl.py ................
> pandas/tests/interchange/test_spec_conformance.py ................
> pandas/tests/interchange/test_utils.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.04s call     pandas/tests/interchange/test_impl.py::test_dataframe[data4]
> 0.01s call     pandas/tests/interchange/test_impl.py::test_dataframe[data1]
> 0.01s call     pandas/tests/interchange/test_impl.py::test_dataframe[data0]
> 0.01s call     pandas/tests/interchange/test_impl.py::test_dataframe[data2]
> 0.01s call     pandas/tests/interchange/test_impl.py::test_dataframe[data3]
> 0.01s call     pandas/tests/interchange/test_impl.py::test_categorical_dtype[data0]
> 
> (24 durations < 0.005s hidden.  Use -vv to show these durations.)
> ======================== 48 passed, 1 warning in 0.53s =========================
> rdjoqkol test state = true
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 251 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.05s call     pandas/tests/internals/test_internals.py::TestBlock::test_is_categorical_deprecated
> 0.01s call     pandas/tests/internals/test_internals.py::TestBlockManager::test_get_bool_data
> 0.01s call     pandas/tests/internals/test_internals.py::TestBlockManager::test_equals_block_order_different_dtypes[a:i8;e:dt;f:td;g:string]
> 0.01s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>4-uint64]
> 0.01s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>3-uint64]
> 0.01s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>3-int64]
> 0.01s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>4-int64]
> 0.01s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>5-uint64]
> 0.01s call     pandas/tests/internals/test_internals.py::TestBlockManager::test_equals_block_order_different_dtypes[c:sparse;d:sparse_na;b:f8]
> 0.01s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>4-float64]
> 0.01s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>3-float64]
> 0.01s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>5-int64]
> 0.01s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>5-float64]
> 0.01s call     pandas/tests/internals/test_internals.py::TestBlockManager::test_interleave_dtype[a: category-i8]
> 0.01s call     pandas/tests/internals/test_internals.py::TestBlockManager::test_interleave_dtype[a: category; b: category-i8]
> 0.01s call     pandas/tests/internals/test_internals.py::TestBlockManager::test_interleave_dtype[a: category; b: category2-object]
> 0.01s call     pandas/tests/internals/test_internals.py::TestBlockManager::test_interleave_dtype[a: f4; b: i8; d: object-object]
> 0.01s call     pandas/tests/internals/test_internals.py::TestBlockManager::test_interleave_dtype[a: complex-complex]
> 0.01s call     pandas/tests/internals/test_internals.py::TestBlockManager::test_interleave_dtype[a: bool; b: i8-object]
> 0.01s call     pandas/tests/internals/test_internals.py::TestBlockManager::test_interleave_dtype[a: M8[ns]; b: category-object]
> 0.01s call     pandas/tests/internals/test_internals.py::TestBlockManager::test_interleave_dtype[a: f8; b: category-object]
> 0.01s call     pandas/tests/internals/test_internals.py::TestBlockManager::test_interleave_dtype[a: f8; b: i8-f8]
> 0.01s call     pandas/tests/internals/test_internals.py::TestBlockManager::test_interleave_dtype[a: m8[ns]; b: bool-object]
> 0.01s call     pandas/tests/internals/test_internals.py::TestBlockManager::test_equals_block_order_different_dtypes[a:i8;b:f8;c:c8;d:b]
> 0.01s call     pandas/tests/internals/test_internals.py::TestBlockManager::test_interleave_dtype[a: category2; b: category2-object]
> 0.01s call     pandas/tests/internals/test_internals.py::TestBlockManager::test_interleave_dtype[a: M8[ns]; b: m8[ns]-object]
> 0.01s call     pandas/tests/internals/test_internals.py::TestBlockManager::test_interleave_dtype[a: category2-object]
> 0.01s call     pandas/tests/internals/test_internals.py::TestBlockManager::test_interleave_dtype[a: f4; b: i8-f8]
> 0.01s call     pandas/tests/internals/test_internals.py::TestBlockManager::test_interleave_dtype[a: M8[ns]; b: i8-object]
> 0.01s call     pandas/tests/internals/test_internals.py::TestBlockManager::test_interleave_dtype[a: f8-f8]
> ======================== 251 passed, 1 warning in 1.29s ========================
> rdjoqkol test state = true
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 13073 items / 71 deselected / 5 skipped / 13002 selected
> 
> pandas/tests/io/test_clipboard.py ........................................................................................................................................................................................................................................XXX
> pandas/tests/io/test_common.py .......................................................s...ss.......sss......ss........ss......ss................................
> pandas/tests/io/test_compression.py ..................................................................................................................................
> pandas/tests/io/test_date_converters.py ...
> pandas/tests/io/test_fsspec.py ...s......sssssssssss..........s
> pandas/tests/io/test_gcs.py ssssssssssssssssss.
> pandas/tests/io/test_html.py ...............................................................................................................................................s.......................
> pandas/tests/io/test_parquet.py .ssss.sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.ss
> pandas/tests/io/test_pickle.py s....................................................................................................
> pandas/tests/io/test_s3.py s
> pandas/tests/io/test_sql.py ssss...ssss...ssss...ssss...ssss...ssss...ssss..ssssssss.........................................................................................................................................................................................................ss...ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss...........x...........................................x...........................x...........................
> pandas/tests/io/test_stata.py .....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/io/test_user_agent.py sssssssssssssssssss
> 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.ssssss............ssssssssssssssssssssssss......ss....ssssssss..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..ss....ssssssss..s..ssss.ssssssssssssss..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..ssss.s..ssssss..ssssss..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
> pandas/tests/io/excel/test_writers.py ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssssxssss.ssssxssss.ssss.ssss.ssss.ssss.ssssxssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss...s.....ss
> pandas/tests/io/excel/test_xlsxwriter.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......
> 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 ............................................
> pandas/tests/io/formats/style/test_bar.py .......................................................................................................................
> pandas/tests/io/formats/style/test_deprecated.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 X.........................................................................................
> 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/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 .........................................................................................................................x...x...........x...x...........x...x...........x...x............xx..xxxxxxxxxx..............................................xx..xx..xx..xx......................................................................................................................................................................................................................s........x............................................................xx..............s.....x........
> pandas/tests/io/json/test_readlines.py ............................
> pandas/tests/io/json/test_ujson.py ............................................................................................................................................................x..........x.x...............................................................
> 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_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...s.........sss.........sss.........sss.........sss...s...s...s...s......ss......ss.........sss......ss...s.........sss........................ssssssss...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 ......ss...s...s.........sss.........sss...s...s...s
> 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 ssssssssssssssss
> pandas/tests/io/parser/test_parse_dates.py ...s...s...s......ss..............ss...s......ss...s...s......ss...s...s...s...s...sxxxxxxss......ss......ss......ss...s.........sss...s...s...s......ss.........sss..................ssssss...s............ssss......ss............ssss......ss......ss......ss...s...s...s............ssss...s..................ssssss.........sss......ss...................x...x............................................................sssssssss...s...s......ss...s...s......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 ..........................................................................
> 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
> 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......ss...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...s......ss......ss............ssss...s...s......ss...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......ss..................ssssss......ss...s..xsxx.s...s............ssss...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
> pandas/tests/io/parser/dtypes/test_empty.py ...s...s...s...s...s...s...s...s........................ssssssss
> 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
> 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 .........F.....................
> 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 ..................
> pandas/tests/io/pytables/test_retain_attributes.py ..
> pandas/tests/io/pytables/test_round_trip.py ...........................
> 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_sas.py ...
> pandas/tests/io/sas/test_sas7bdat.py ................................................................................................
> pandas/tests/io/sas/test_xport.py ........
> pandas/tests/io/xml/test_to_xml.py ......................................................................s...............................................................ss
> pandas/tests/io/xml/test_xml.py ..........................................................................s.........................................................................................................................................................
> pandas/tests/io/xml/test_xml_dtypes.py ..............................................
> 
> =================================== FAILURES ===================================
> ________________________________ test_complibs _________________________________
> 
> setup_path = 'tmp.__08754f94-623d-4590-9378-17dee236a1f7__.h5'
> 
>     def test_complibs(setup_path):
>         # GH14478
>         df = tm.makeDataFrame()
>     
>         # Building list of all complibs and complevels tuples
>         all_complibs = tables.filters.all_complibs
>         # Remove lzo if its not available on this platform
>         if not tables.which_lib_version("lzo"):
>             all_complibs.remove("lzo")
>         # Remove bzip2 if its not available on this platform
>         if not tables.which_lib_version("bzip2"):
>             all_complibs.remove("bzip2")
>     
>         all_levels = range(0, 10)
>         all_tests = [(lib, lvl) for lib in all_complibs for lvl in all_levels]
>     
>         for (lib, lvl) in all_tests:
>             with ensure_clean_path(setup_path) as tmpfile:
>                 gname = "foo"
>     
>                 # Write and read file to see if data is consistent
>                 df.to_hdf(tmpfile, gname, complib=lib, complevel=lvl)
>                 result = read_hdf(tmpfile, gname)
>                 tm.assert_frame_equal(result, df)
>     
>                 # Open file and check metadata
>                 # for correct amount of compression
>                 h5table = tables.open_file(tmpfile, mode="r")
>                 for node in h5table.walk_nodes(where="/" + gname, classname="Leaf"):
>                     assert node.filters.complevel == lvl
>                     if lvl == 0:
>                         assert node.filters.complib is None
>                     else:
> >                       assert node.filters.complib == lib
> E                       AssertionError: assert 'blosc2:blosclz' == 'blosc2'
> E                         - blosc2
> E                         + blosc2:blosclz
> 
> pandas/tests/io/pytables/test_file_handling.py:266: AssertionError
> =============================== 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/io/formats/style/test_matplotlib.py:263
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/io/formats/style/test_matplotlib.py:263: PendingDeprecationWarning: The get_cmap function will be deprecated in a future version. Use ``matplotlib.colormaps[name]`` or ``matplotlib.colormaps.get_cmap(obj)`` instead.
>     @pytest.mark.parametrize("cmap", ["PuBu", mpl.cm.get_cmap("PuBu")])
> 
> pandas/tests/io/test_sql.py::test_to_sql[None-sqlite_conn]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/io/sql.py:824: RemovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to "sqlalchemy<2.0". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings.  Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)
>     self.table.create(bind=self.pd_sql.connectable)
> 
> pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_index_with_nan
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/io/formats/test_format.py:1300: DeprecationWarning: In a future version, `df.iloc[:, i] = newvals` will attempt to set the values inplace instead of always setting a new array. To retain the old behavior, use either `df[df.columns[i]] = newvals` or, if columns are non-unique, `df.isetitem(i, newvals)`
>     df2.loc[:, "id2"] = np.nan
> 
> pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_index_with_nan
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/io/formats/test_format.py:1311: DeprecationWarning: In a future version, `df.iloc[:, i] = newvals` will attempt to set the values inplace instead of always setting a new array. To retain the old behavior, use either `df[df.columns[i]] = newvals` or, if columns are non-unique, `df.isetitem(i, newvals)`
>     df2.loc[:, "id2"] = np.nan
> 
> pandas/tests/io/formats/style/test_matplotlib.py::test_bar_colormap[PuBu]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/io/formats/style.py:4224: PendingDeprecationWarning: The get_cmap function will be deprecated in a future version. Use ``matplotlib.colormaps[name]`` or ``matplotlib.colormaps.get_cmap(obj)`` instead.
>     mpl.cm.get_cmap(cmap)
> 
> pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_read_json_large_numbers2
> pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_read_json_large_numbers2
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/core/dtypes/astype.py:189: RuntimeWarning: invalid value encountered in cast
>     return values.astype(dtype, copy=copy)
> 
> pandas/tests/io/parser/test_c_parser_only.py::test_dtype_and_names_error[c_high]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/io/parsers/c_parser_wrapper.py:235: RuntimeWarning: invalid value encountered in cast
>     data = self._reader.read(nrows)
> 
> pandas/tests/io/parser/test_c_parser_only.py::test_dtype_and_names_error[c_low]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/io/parsers/c_parser_wrapper.py:230: RuntimeWarning: invalid value encountered in cast
>     chunks = self._reader.read_low_memory(nrows)
> 
> -- 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 =============================
> 12.13s call     pandas/tests/io/parser/test_index_col.py::test_index_col_large_csv[python]
> 8.98s call     pandas/tests/io/parser/test_index_col.py::test_index_col_large_csv[c_low]
> 8.91s call     pandas/tests/io/parser/test_index_col.py::test_index_col_large_csv[c_high]
> 7.44s call     pandas/tests/io/parser/test_multi_thread.py::test_multi_thread_path_multipart_read_csv[python]
> 7.14s call     pandas/tests/io/parser/dtypes/test_categorical.py::test_categorical_dtype_high_cardinality_numeric[python]
> 5.99s call     pandas/tests/io/parser/dtypes/test_categorical.py::test_categorical_dtype_high_cardinality_numeric[c_low]
> 5.89s call     pandas/tests/io/parser/test_multi_thread.py::test_multi_thread_path_multipart_read_csv[c_low]
> 5.88s call     pandas/tests/io/parser/test_multi_thread.py::test_multi_thread_path_multipart_read_csv[c_high]
> 5.39s call     pandas/tests/io/parser/test_multi_thread.py::test_multi_thread_string_io_read_csv[python]
> 5.34s call     pandas/tests/io/parser/dtypes/test_categorical.py::test_categorical_dtype_high_cardinality_numeric[c_high]
> 3.80s call     pandas/tests/io/sas/test_xport.py::TestXport::test1_basic
> 3.60s call     pandas/tests/io/test_stata.py::TestStata::test_stata_119
> 3.39s call     pandas/tests/io/parser/common/test_chunksize.py::test_chunks_have_consistent_numerical_type[python]
> 2.20s call     pandas/tests/io/sas/test_sas7bdat.py::TestSAS7BDAT::test_from_iterator[data_test_ix0]
> 2.00s call     pandas/tests/io/test_compression.py::test_gzip_reproducibility_file_name
> 2.00s call     pandas/tests/io/test_compression.py::test_gzip_reproducibility_file_object
> 1.41s call     pandas/tests/io/sas/test_sas7bdat.py::TestSAS7BDAT::test_from_buffer[data_test_ix0]
> 1.27s call     pandas/tests/io/parser/test_c_parser_only.py::test_precise_conversion[c_low]
> 1.25s call     pandas/tests/io/parser/test_c_parser_only.py::test_precise_conversion[c_high]
> 1.15s call     pandas/tests/io/sas/test_sas7bdat.py::TestSAS7BDAT::test_path_pathlib[data_test_ix0]
> 1.14s call     pandas/tests/io/sas/test_sas7bdat.py::TestSAS7BDAT::test_from_file[data_test_ix0]
> 1.14s call     pandas/tests/io/sas/test_sas7bdat.py::TestSAS7BDAT::test_path_localpath[data_test_ix0]
> 1.07s call     pandas/tests/io/test_stata.py::TestStata::test_encoding_latin1_118
> 1.02s call     pandas/tests/io/pytables/test_store.py::test_no_track_times
> 1.01s call     pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%m %Y-True-.]
> 1.00s call     pandas/tests/io/test_html.py::TestReadHtml::test_banklist[bs4]
> 0.99s call     pandas/tests/io/pytables/test_file_handling.py::test_complibs
> 0.99s call     pandas/tests/io/parser/test_c_parser_only.py::test_buffer_rd_bytes[c_low]
> 0.98s call     pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%m %Y-False-.]
> 0.97s call     pandas/tests/io/parser/test_c_parser_only.py::test_buffer_rd_bytes[c_high]
> =========================== short test summary info ============================
> FAILED pandas/tests/io/pytables/test_file_handling.py::test_complibs - Assert...
> = 1 failed, 10325 passed, 2545 skipped, 71 deselected, 132 xfailed, 4 xpassed, 10 warnings in 244.24s (0:04:04) =
> /usr/lib/python3/dist-packages/tables/file.py:113: UnclosedFileWarning: Closing remaining open file: /tmp/tmp.__08754f94-623d-4590-9378-17dee236a1f7__.h5
>   warnings.warn(UnclosedFileWarning(msg))
> X connection to :99 broken (explicit kill or server shutdown).
> 
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 2178 items
> 
> pandas/tests/libs/test_hashtable.py ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> 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.01s teardown pandas/tests/libs/test_hashtable.py::TestHashTable::test_no_reallocation[30-Float32HashTable-float32]
> 0.01s call     pandas/tests/libs/test_hashtable.py::TestHashTable::test_tracemalloc_works[PyObjectHashTable-object_]
> 0.01s call     pandas/tests/libs/test_hashtable.py::test_unique_label_indices
> 0.01s call     pandas/tests/libs/test_hashtable.py::TestHashTable::test_tracemalloc_works[Float64HashTable-float64]
> 0.01s call     pandas/tests/libs/test_hashtable.py::TestHashTable::test_tracemalloc_works[Complex128HashTable-complex128]
> 
> (25 durations < 0.005s hidden.  Use -vv to show these durations.)
> ======================= 2178 passed, 1 warning in 3.15s ========================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 833 items / 1 deselected / 832 selected
> 
> 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..
> pandas/tests/plotting/test_groupby.py ...........
> pandas/tests/plotting/test_hist_method.py ................x..................................
> pandas/tests/plotting/test_misc.py s.........................
> pandas/tests/plotting/test_series.py ...................................x..................................................x.....................
> pandas/tests/plotting/test_style.py ......................................
> 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....................................................................
> pandas/tests/plotting/frame/test_hist_box_by.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/plotting/test_datetimelike.py: 32878 warnings
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/plotting/test_datetimelike.py:1523: DeprecationWarning: Pickle, copy, and deepcopy support will be removed from itertools in Python 3.14.
>     pickle.dump(fig, path)
> 
> pandas/tests/plotting/frame/test_frame.py::TestDataFramePlots::test_df_grid_settings
> pandas/tests/plotting/frame/test_frame.py::TestDataFramePlots::test_df_grid_settings
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/plotting/common.py:483: MatplotlibDeprecationWarning: Auto-removal of overlapping axes is deprecated since 3.6 and will be removed two minor releases later; explicitly call ax.remove() as needed.
>     self.plt.subplot(1, 4 * len(kinds), spndx)
> 
> pandas/tests/plotting/frame/test_frame.py::TestDataFramePlots::test_df_grid_settings
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/plotting/common.py:477: MatplotlibDeprecationWarning: Auto-removal of overlapping axes is deprecated since 3.6 and will be removed two minor releases later; explicitly call ax.remove() as needed.
>     self.plt.subplot(1, 4 * len(kinds), spndx)
> 
> pandas/tests/plotting/frame/test_frame_color.py::TestDataFrameColor::test_scatter_with_c_column_name_with_colors[Greys]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/plotting/_matplotlib/core.py:1259: UserWarning: No data for colormapping provided via 'c'. Parameters 'cmap' will be ignored
>     scatter = ax.scatter(
> 
> -- 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 =============================
> 6.35s call     pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> 4.98s call     pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_hist_df_legacy
> 3.60s call     pandas/tests/plotting/test_hist_method.py::TestSeriesPlots::test_hist_layout_with_by
> 3.32s call     pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_layout
> 3.15s call     pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_andrews_curves
> 3.12s call     pandas/tests/plotting/test_boxplot_method.py::TestDataFramePlots::test_boxplot_legacy1
> 2.73s call     pandas/tests/plotting/test_hist_method.py::TestDataFrameGroupByPlots::test_grouped_hist_layout
> 2.44s call     pandas/tests/plotting/frame/test_frame.py::TestDataFramePlots::test_errorbar_plot
> 2.26s call     pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_parallel_coordinates
> 2.22s call     pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> 2.05s call     pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> 2.00s call     pandas/tests/plotting/frame/test_frame.py::TestDataFramePlots::test_plot_bar
> 1.80s call     pandas/tests/plotting/frame/test_frame.py::TestDataFramePlots::test_plot
> 1.78s call     pandas/tests/plotting/frame/test_frame.py::TestDataFramePlots::test_line_area_stacked[area]
> 1.77s call     pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_boxplot_legacy2
> 1.72s call     pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_radviz
> 1.63s call     pandas/tests/plotting/frame/test_frame.py::TestDataFramePlots::test_line_area_stacked[line]
> 1.63s call     pandas/tests/plotting/frame/test_frame_color.py::TestDataFrameColor::test_line_colors_and_styles_subplots
> 1.61s call     pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_scatter_matrix_axis[False]
> 1.59s call     pandas/tests/plotting/frame/test_frame.py::TestDataFramePlots::test_errorbar_timeseries[barh]
> 1.56s call     pandas/tests/plotting/frame/test_hist_box_by.py::TestHistWithBy::test_hist_plot_layout_with_by[by9-None-layout9-9]
> 1.54s call     pandas/tests/plotting/frame/test_frame.py::TestDataFramePlots::test_integer_array_plot
> 1.52s call     pandas/tests/plotting/frame/test_frame.py::TestDataFramePlots::test_errorbar_plot_different_kinds[barh]
> 1.52s call     pandas/tests/plotting/frame/test_frame.py::TestDataFramePlots::test_errorbar_timeseries[bar]
> 1.52s call     pandas/tests/plotting/frame/test_frame.py::TestDataFramePlots::test_errorbar_plot_different_kinds[bar]
> 1.50s call     pandas/tests/plotting/test_hist_method.py::TestSeriesPlots::test_hist_legacy
> 1.47s call     pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_scatter_matrix_axis[True]
> 1.45s call     pandas/tests/plotting/frame/test_frame_color.py::TestDataFrameColor::test_mpl2_color_cycle_str
> 1.42s call     pandas/tests/plotting/frame/test_hist_box_by.py::TestHistWithBy::test_hist_plot_layout_with_by[by10-column10-layout10-9]
> 1.40s call     pandas/tests/plotting/test_series.py::TestSeriesPlots::test_table
> = 818 passed, 2 skipped, 1 deselected, 10 xfailed, 2 xpassed, 32883 warnings in 192.10s (0:03:12) =
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 527 items
> 
> pandas/tests/reductions/test_reductions.py .......................................................................................................................................................................................................................................................................................................................................................................................................................................................
> 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)
> 
> pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_timedelta[False-expected11-expected21]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/core/arrays/timedeltas.py:908: RuntimeWarning: invalid value encountered in cast
>     base = data.astype(np.int64)
> 
> pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_timedelta[False-expected11-expected21]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/core/arrays/timedeltas.py:912: RuntimeWarning: invalid value encountered in cast
>     data = (base * m + (frac * m).astype(np.int64)).view("timedelta64[ns]")
> 
> -- 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/reductions/test_reductions.py::TestSeriesReductions::test_empty_multi[sum-0.0]
> 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_float[float64-False]
> 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.02s 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.02s call     pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_empty_multi[prod-1.0]
> 0.02s call     pandas/tests/reductions/test_stat_reductions.py::TestSeriesStatReductions::test_kurt
> 0.01s call     pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_all_any_params
> 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_overflow_float[float32-False]
> 0.01s call     pandas/tests/reductions/test_stat_reductions.py::TestSeriesStatReductions::test_skew
> 0.01s call     pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_any_all_boolean_level[all-expected0]
> 0.01s call     pandas/tests/reductions/test_reductions.py::TestIndexReductions::test_timedelta_ops
> 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_reductions.py::TestSeriesReductions::test_any_all_boolean_level[any-expected1]
> 
> (12 durations < 0.005s hidden.  Use -vv to show these durations.)
> ======================= 527 passed, 3 warnings in 1.84s ========================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 1997 items
> 
> pandas/tests/resample/test_base.py ..................................................................................................................x..x..x.....................................xxx......xxx......xxx......xxx......xxx......xxx......xxx......xxx......xxx......xxx......xxx......xxx......xxx......xxx......xxx......xxx.........................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/resample/test_datetime_index.py ....................s.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................x................................................................................
> pandas/tests/resample/test_deprecated.py ..............................................
> 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)
> 
> pandas/tests/resample/test_resample_api.py::test_numeric_only_warning_numpy[agg]
> pandas/tests/resample/test_resample_api.py::test_numeric_only_warning_numpy[apply]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/resample/test_resample_api.py:961: FutureWarning: Dropping invalid columns in SeriesGroupBy.agg is deprecated. In a future version, a TypeError will be raised. Before calling .agg, select only columns which should be valid for the function.
>     getattr(resampled, method)(np.mean, numeric_only=True)
> 
> -- 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.74s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[21600-S-0.25-D-3]
> 0.73s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[3600-S-1-H-3]
> 0.72s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[86400-S-1-D-1]
> 0.71s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[30-S-0.5-Min-1]
> 0.71s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[21600-S-0.25-D-2]
> 0.71s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[3600-S-1-H-1]
> 0.71s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[43200-S-0.5-D-1]
> 0.70s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[86400-S-1-D-2]
> 0.69s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[3600-S-1-H-2]
> 0.69s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[60-S-1-Min-1]
> 0.69s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[43200-S-0.5-D-3]
> 0.68s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[43200-S-0.5-D-2]
> 0.68s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[21600-S-0.25-D-1]
> 0.67s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[86400-S-1-D-3]
> 0.66s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[30-S-0.5-Min-3]
> 0.66s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[60-S-1-Min-3]
> 0.65s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[60-S-1-Min-2]
> 0.65s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[30-S-0.5-Min-2]
> 0.51s call     pandas/tests/resample/test_resampler_grouper.py::test_tab_complete_ipython6_warning
> 0.34s call     pandas/tests/resample/test_datetime_index.py::test_nearest_upsample_with_limit[tzlocal()-30S-5D]
> 0.33s call     pandas/tests/resample/test_base.py::test_resample_interpolate[period_range-pi-_index_start1-_index_end1]
> 0.24s setup    pandas/tests/resample/test_resampler_grouper.py::test_tab_complete_ipython6_warning
> 0.14s call     pandas/tests/resample/test_datetime_index.py::test_nearest_upsample_with_limit['Asia/Tokyo'-30S-5D]
> 0.13s call     pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_quarterly_upsample[start-D-SEP]
> 0.13s call     pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_weekly_upsample[start-D-SUN]
> 0.12s call     pandas/tests/resample/test_resample_api.py::test_agg_misc
> 0.12s call     pandas/tests/resample/test_resample_api.py::test_apply_without_aggregation2
> 0.12s call     pandas/tests/resample/test_base.py::test_resample_quantile[period_range-pi-_index_start1-_index_end1]
> 0.11s call     pandas/tests/resample/test_base.py::test_resample_quantile[timedelta_range-tdi-1 day-10 day]
> 0.10s call     pandas/tests/resample/test_base.py::test_resample_quantile[date_range-dti-_index_start0-_index_end0]
> =========== 1942 passed, 1 skipped, 54 xfailed, 3 warnings in 36.39s ===========
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 2309 items
> 
> 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..........................................................................................................................................................................................................................................................................................................................................................................................................................x..x................................................
> 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 .................
> pandas/tests/reshape/concat/test_append.py ..................................................................................
> pandas/tests/reshape/concat/test_append_common.py ...............................xx..............................x........x..........................................................................................
> 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 .......................................................
> 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 ................................................................................................................................................................................................................................................................ssss....................................................................................................................................
> pandas/tests/reshape/merge/test_merge_asof.py .................................................................................................................
> 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 ........................................
> 
> =============================== 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.57s call     pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_number_of_levels_larger_than_int32
> 0.38s 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-C-False]
> 0.32s call     pandas/tests/reshape/concat/test_dataframe.py::TestDataFrameConcat::test_concat_copies[1-F-False]
> 0.32s call     pandas/tests/reshape/concat/test_dataframe.py::TestDataFrameConcat::test_concat_copies[1-F-True]
> 0.24s call     pandas/tests/reshape/merge/test_multi.py::TestMergeMulti::test_left_join_multi_index[True]
> 0.19s call     pandas/tests/reshape/merge/test_join.py::TestJoin::test_full_outer_join
> 0.15s call     pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_multi_functions
> 0.14s call     pandas/tests/reshape/merge/test_multi.py::TestMergeMulti::test_left_join_multi_index[False]
> 0.11s call     pandas/tests/reshape/test_crosstab.py::TestCrosstab::test_crosstab_normalize
> 0.11s call     pandas/tests/reshape/merge/test_merge.py::TestMerge::test_merge_preserves_row_order[right]
> 0.10s call     pandas/tests/reshape/concat/test_dataframe.py::TestDataFrameConcat::test_concat_copies[0-F-False]
> 0.09s call     pandas/tests/reshape/test_pivot.py::TestPivotTable::test_daily[8]
> 0.09s call     pandas/tests/reshape/concat/test_dataframe.py::TestDataFrameConcat::test_concat_copies[0-C-False]
> 0.09s call     pandas/tests/reshape/concat/test_dataframe.py::TestDataFrameConcat::test_concat_copies[0-F-True]
> 0.09s call     pandas/tests/reshape/concat/test_dataframe.py::TestDataFrameConcat::test_concat_copies[0-C-True]
> 0.09s call     pandas/tests/reshape/concat/test_concat.py::TestConcatenate::test_concat_order
> 0.09s call     pandas/tests/reshape/test_crosstab.py::TestCrosstab::test_margin_normalize
> 0.08s call     pandas/tests/reshape/test_pivot.py::TestPivotTable::test_margins
> 0.07s call     pandas/tests/reshape/merge/test_join.py::TestJoin::test_right_outer_join
> 0.07s call     pandas/tests/reshape/test_crosstab.py::TestCrosstab::test_crosstab_normalize_arrays
> 0.07s call     pandas/tests/reshape/test_melt.py::TestLreshape::test_pairs
> 0.06s call     pandas/tests/reshape/test_crosstab.py::TestCrosstab::test_crosstab_errors
> 0.06s call     pandas/tests/reshape/test_crosstab.py::TestCrosstab::test_margin_dropna6
> 0.06s call     pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_timegrouper
> 0.06s call     pandas/tests/reshape/test_crosstab.py::TestCrosstab::test_crosstab_ndarray[list]
> 0.06s call     pandas/tests/reshape/test_crosstab.py::TestCrosstab::test_crosstab_ndarray[tuple]
> 0.05s call     pandas/tests/reshape/test_crosstab.py::TestCrosstab::test_crosstab_duplicate_names
> 0.05s call     pandas/tests/reshape/test_crosstab.py::TestCrosstab::test_crosstab_margins_set_margin_name
> 0.05s call     pandas/tests/reshape/test_crosstab.py::TestCrosstab::test_crosstab_ndarray[array]
> ============ 2296 passed, 4 skipped, 9 xfailed, 1 warning in 25.12s ============
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 4003 items
> 
> pandas/tests/scalar/test_na_scalar.py ..........................................................................................................................
> pandas/tests/scalar/test_nat.py ...........................x..................................................................................................................................................................................................................................................................x..x....x..x....x..x....x..x..............................................
> 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/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 .....................................................................................................................................................................................................................................................................xXx........................
> pandas/tests/scalar/timestamp/test_arithmetic.py .............................................................................................................
> pandas/tests/scalar/timestamp/test_comparisons.py .............................
> pandas/tests/scalar/timestamp/test_constructors.py ...........xxxx.................................................
> pandas/tests/scalar/timestamp/test_formats.py ..................
> pandas/tests/scalar/timestamp/test_rendering.py ....................................................
> pandas/tests/scalar/timestamp/test_timestamp.py .........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................x....................................................................................xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx................................................................................................................................
> pandas/tests/scalar/timestamp/test_timezones.py ...............................................................................................................................................................................................................................................................................................
> pandas/tests/scalar/timestamp/test_unary_ops.py ...................................................................................................................................................................................Xxx.............................................................................................................................................................................................................................................................................................
> 
> =============================== 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/scalar/timestamp/test_timestamp.py::TestTimestamp::test_class_ops_pytz
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/scalar/timestamp/test_timestamp.py:293: FutureWarning: The behavior of Timestamp.utcfromtimestamp is deprecated, in a future version will return a timezone-aware Timestamp with UTC timezone. To keep the old behavior, use Timestamp.utcfromtimestamp(ts).tz_localize(None). To get the future behavior, use Timestamp.fromtimestamp(ts, 'UTC')
>     ts_utc = Timestamp.utcfromtimestamp(current_time)
> 
> pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_class_ops_pytz
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/scalar/timestamp/test_timestamp.py:293: 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).
>     ts_utc = Timestamp.utcfromtimestamp(current_time)
> 
> pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_class_ops_dateutil
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/scalar/timestamp/test_timestamp.py:332: FutureWarning: The behavior of Timestamp.utcfromtimestamp is deprecated, in a future version will return a timezone-aware Timestamp with UTC timezone. To keep the old behavior, use Timestamp.utcfromtimestamp(ts).tz_localize(None). To get the future behavior, use Timestamp.fromtimestamp(ts, 'UTC')
>     ts_utc = Timestamp.utcfromtimestamp(current_time)
> 
> pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_class_ops_dateutil
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/scalar/timestamp/test_timestamp.py:332: 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).
>     ts_utc = Timestamp.utcfromtimestamp(current_time)
> 
> pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_class_ops_dateutil
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/scalar/timestamp/test_timestamp.py:338: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
>     date_component = datetime.utcnow()
> 
> -- 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.20s call     pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_round_sanity[ceil]
> 2.85s call     pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_round_sanity[round]
> 2.82s call     pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_sanity[ceil]
> 2.78s call     pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_sanity[floor]
> 0.24s call     pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_sanity[round]
> 0.21s call     pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_round_sanity[floor]
> 0.12s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[de_CH.UTF-8-data1]
> 0.09s call     pandas/tests/scalar/timestamp/test_comparisons.py::TestTimestampComparison::test_compare_date[None]
> 0.09s call     pandas/tests/scalar/timestamp/test_comparisons.py::TestTimestampComparison::test_compare_date[US/Pacific]
> 0.08s call     pandas/tests/scalar/test_na_scalar.py::test_arithmetic_ndarray[rsub-shape2]
> 0.08s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_freq_deprecation
> 0.05s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq[None]
> 0.05s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestNonNano::test_start_end_fields[s]
> 0.05s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestNonNano::test_start_end_fields[ms]
> 0.05s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq['UTC']
> 0.05s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq[datetime.timezone.utc]
> 0.05s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestNonNano::test_start_end_fields[us]
> 0.05s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq['dateutil/Asia/Singapore']
> 0.05s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq[pytz.FixedOffset(-300)]
> 0.05s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq[<UTC>]
> 0.05s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq['dateutil/US/Pacific']
> 0.05s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq[pytz.FixedOffset(300)]
> 0.05s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq[tzlocal()]
> 0.05s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq['+01:15']
> 0.05s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq['US/Eastern']
> 0.05s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq[zoneinfo.ZoneInfo(key='UTC')]
> 0.05s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq[tzutc()]
> 0.05s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq[datetime.timezone(datetime.timedelta(seconds=3600))]
> 0.05s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq['UTC-02:15']
> 0.05s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq['Asia/Tokyo']
> =========== 3926 passed, 75 xfailed, 2 xpassed, 6 warnings in 25.15s ===========
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 11435 items
> 
> pandas/tests/series/test_api.py ..........................................................................................................................................................................................
> pandas/tests/series/test_arithmetic.py ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................x............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................x..........
> pandas/tests/series/test_constructors.py ...................................................................................................................................................................................................................x......................................................................................s..................................................................
> pandas/tests/series/test_cumulative.py ....................................
> pandas/tests/series/test_iteration.py .......
> pandas/tests/series/test_logical_ops.py ...................xx.....
> pandas/tests/series/test_missing.py .....x..
> pandas/tests/series/test_npfuncs.py ..
> pandas/tests/series/test_reductions.py .................
> pandas/tests/series/test_repr.py ...................................................
> pandas/tests/series/test_subclass.py ........
> pandas/tests/series/test_ufunc.py ......................................................................xxx......................................................................................................................................
> pandas/tests/series/test_unary.py ..........................
> pandas/tests/series/test_validate.py ............................
> 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 ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................x........x........x........x........x........x........x........x........x........x........x........x......................................................................................................................................................................................................................................................................................................................................................................
> 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_align.py ...............................................................................................................
> pandas/tests/series/methods/test_append.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..x....xsssssssss.................
> pandas/tests/series/methods/test_autocorr.py .
> pandas/tests/series/methods/test_between.py ......
> pandas/tests/series/methods/test_clip.py .......................................................................
> 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.py ...........
> pandas/tests/series/methods/test_convert_dtypes.py .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................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.............................................................................................................................................................................................................................................................................................................
> 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 .............
> 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............
> 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_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 ......................................................................................................................................................................................................................................................................
> 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 ...............
> 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_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_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 ..................................................
> 
> =============================== 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/series/test_constructors.py::TestSeriesConstructors::test_constructor_unsigned_dtype_overflow[uint8]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/core/dtypes/cast.py:1834: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -1 to uint8 will fail in the future.
>   For the old behavior, usually:
>       np.array(value).astype(dtype)`
>   will give the desired result (the cast overflows).
>     casted = np.array(arr, dtype=dtype, copy=copy)
> 
> pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_unsigned_dtype_overflow[uint16]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/core/dtypes/cast.py:1834: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -1 to uint16 will fail in the future.
>   For the old behavior, usually:
>       np.array(value).astype(dtype)`
>   will give the desired result (the cast overflows).
>     casted = np.array(arr, dtype=dtype, copy=copy)
> 
> pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_unsigned_dtype_overflow[uint32]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/core/dtypes/cast.py:1834: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -1 to uint32 will fail in the future.
>   For the old behavior, usually:
>       np.array(value).astype(dtype)`
>   will give the desired result (the cast overflows).
>     casted = np.array(arr, dtype=dtype, copy=copy)
> 
> pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_unsigned_dtype_overflow[uint64]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/core/dtypes/cast.py:1834: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -1 to uint64 will fail in the future.
>   For the old behavior, usually:
>       np.array(value).astype(dtype)`
>   will give the desired result (the cast overflows).
>     casted = np.array(arr, dtype=dtype, copy=copy)
> 
> pandas/tests/series/indexing/test_setitem.py::test_32878_complex_itemsize
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/core/dtypes/cast.py:2049: RuntimeWarning: overflow encountered in cast
>     casted = dtype.type(element)
> 
> -- 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.36s call     pandas/tests/series/methods/test_isin.py::test_isin_large_series_mixed_dtypes_and_nan
> 0.71s call     pandas/tests/series/methods/test_rank.py::test_pct_max_many_rows
> 0.15s call     pandas/tests/series/test_arithmetic.py::TestNamePreservation::test_series_ops_name_retention[python-names0-rxor-False-Index]
> 0.09s call     pandas/tests/series/test_constructors.py::TestSeriesConstructorIndexCoercion::test_series_constructor_datetimelike_index_coercion
> 0.08s call     pandas/tests/series/methods/test_isin.py::TestSeriesIsIn::test_isin
> 0.07s call     pandas/tests/series/indexing/test_datetime.py::test_getitem_setitem_datetimeindex
> 0.05s call     pandas/tests/series/test_api.py::TestSeriesMisc::test_series_iteritems_deprecated
> 0.04s teardown pandas/tests/series/indexing/test_setitem.py::TestSetitemMismatchedTZCastsToObject::test_int_key[setitem]
> 0.04s teardown pandas/tests/series/indexing/test_setitem.py::TestCoercionDatetime64TZ::test_int_key[setitem-val1-object]
> 0.04s teardown pandas/tests/series/indexing/test_setitem.py::TestCoercionDatetime64TZ::test_int_key[iloc-val1-object]
> 0.04s teardown pandas/tests/series/indexing/test_setitem.py::TestSetitemMismatchedTZCastsToObject::test_int_key[iloc]
> 0.03s teardown pandas/tests/series/indexing/test_setitem.py::TestCoercionDatetime64TZ::test_int_key[loc-val1-object]
> 0.03s teardown pandas/tests/series/indexing/test_setitem.py::TestSetitemMismatchedTZCastsToObject::test_int_key[loc]
> 0.03s call     pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_timedelta64
> 0.03s teardown pandas/tests/series/test_arithmetic.py::test_series_varied_multiindex_alignment[python]
> 0.03s call     pandas/tests/series/accessors/test_cat_accessor.py::TestCatAccessor::test_dt_accessor_api_for_categorical[idx1]
> 0.02s call     pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_floating_data_int_dtype[DataFrame]
> 0.02s call     pandas/tests/series/indexing/test_datetime.py::test_indexing_unordered
> 0.02s call     pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_data_aware_dtype_naive['UTC'-True]
> 0.02s call     pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_data_aware_dtype_naive[tzutc()-True]
> 0.02s call     pandas/tests/series/accessors/test_dt_accessor.py::TestSeriesDatetimeValues::test_dt_accessor_ambiguous_freq_conversions
> 0.02s call     pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_data_aware_dtype_naive[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False]
> 0.02s call     pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_data_aware_dtype_naive['UTC-02:15'-True]
> 0.02s call     pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_data_aware_dtype_naive[tzlocal()-False]
> 0.02s call     pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_data_aware_dtype_naive[zoneinfo.ZoneInfo(key='US/Pacific')-True]
> 0.02s call     pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_data_aware_dtype_naive[pytz.FixedOffset(300)-True]
> 0.02s call     pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_data_aware_dtype_naive[tzlocal()-True]
> 0.02s call     pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_data_aware_dtype_naive[zoneinfo.ZoneInfo(key='US/Pacific')-False]
> 0.02s call     pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_data_aware_dtype_naive[zoneinfo.ZoneInfo(key='UTC')-False]
> 0.02s call     pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_data_aware_dtype_naive[tzutc()-False]
> ========== 11388 passed, 21 skipped, 26 xfailed, 6 warnings in 39.01s ==========
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 3024 items
> 
> pandas/tests/strings/test_api.py ..s.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................x.................................................................................................xx............xx......xx....................xx........................xxxx..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..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/strings/test_case_justify.py ..s...s.......sss...s....s..s...s..s..........sssss..s...s..s..s..s..s
> pandas/tests/strings/test_cat.py ................................................................
> pandas/tests/strings/test_extract.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..sxxs..s..s..s..s..s..s..s..s..s..s..s...s..s..s..s....ss..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..ssss..s..s..s..s..s..s..s..s..s..s..s....ss..s..s................ssssssss..s..s...s..s
> pandas/tests/strings/test_find_replace.py ..s..............ssssssssssss..s..s...........................sss...........................sss..s..s...s........................ssssssssssss..s......sss..s..s...s..s..s....ss..s..s..s..s..s......sss..s...s..s..s..s..s..s...s..s..s..s..s...s
> pandas/tests/strings/test_get_dummies.py ..s...s.
> pandas/tests/strings/test_split_partition.py ....ss....ss..s..s..s............ssss..s..s....s..s....ss............ssssss....ss..s..s..s..s.....s..s..s.....s..s.....ss....ss....ss....ss....ss......ss....ss..s..s......ss...........s
> pandas/tests/strings/test_string_array.py .......................................................................sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss....ssss....ssss.s
> pandas/tests/strings/test_strings.py ......s..s...s...s.....ss..s................ssssssss....ss....ss..s...s.............ssssss............ssssss..s..s....ss....ss....ss..s..........sssss..................ssssssss......sss.........sss....ss....ss..s...s..s..s.....ss..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.08s call     pandas/tests/strings/test_api.py::test_api_per_method[series-empty1-decode-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]-data5-names5]
> 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]-data6-names6]
> 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]-data2-names2]
> 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-data7-names7]
> 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[object-data3-names3]
> 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_no_matches[object-data2-names2]
> 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[string[python]]
> 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_same_as_extract_subject_index[object]
> 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[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_extractall_no_matches[object-data4-names4]
> 0.01s call     pandas/tests/strings/test_strings.py::test_iter
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall_same_as_extract[string[python]]
> 0.01s call     pandas/tests/strings/test_cat.py::test_cat_on_series_dot_str
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall[object]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extract_expand_capture_groups[object]
> 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_stringindex[object]
> =========== 2534 passed, 475 skipped, 15 xfailed, 1 warning in 7.20s ===========
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> 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.35s =========================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 690 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.87s call     pandas/tests/test_algos.py::TestRank::test_pct_max_many_rows
> 0.08s call     pandas/tests/test_algos.py::TestIsin::test_same_nan_is_in_large_series
> 0.07s call     pandas/tests/test_algos.py::TestIsin::test_same_nan_is_in_large
> 0.05s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[string-None]
> 0.03s call     pandas/tests/test_algos.py::TestIsin::test_large
> 0.02s call     pandas/tests/test_algos.py::TestUnique::test_object_refcount_bug
> 0.02s call     pandas/tests/test_algos.py::TestDuplicated::test_datetime_likes
> 0.02s call     pandas/tests/test_algos.py::TestHashTable::test_hashtable_unique[True-PyObjectHashTable-String]
> 0.02s call     pandas/tests/test_algos.py::TestMode::test_categorical
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[mi-with-dt64tz-level-None]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[mi-with-dt64tz-level--1]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[mi-with-dt64tz-level--10]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[series-with-range-index--1]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[series-with-num_int32-index--1]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[multi-None]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[tuples-None]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[tuples--10]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[tuples--1]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[interval--1]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[interval-None]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[series-with-timedelta-index--10]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[multi--1]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[multi--10]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[interval--10]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[nullable_bool--10]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[series-with-num_int64-index--10]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[datetime-tz--1]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[series-with-range-index-None]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[series-with-range-index--10]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[int32-series--10]
> ======================== 690 passed, 1 warning in 7.15s ========================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> 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 =============================
> 
> (30 durations < 0.005s hidden.  Use -vv to show these durations.)
> ================== 126 passed, 2 xfailed, 1 warning in 0.70s ===================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 18 items / 3 deselected / 15 selected
> 
> pandas/tests/test_downstream.py ...ss..sssss.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 =============================
> 1.80s call     pandas/tests/test_downstream.py::test_oo_optimizable
> 1.01s call     pandas/tests/test_downstream.py::test_oo_optimized_datetime_index_unpickle
> 0.21s call     pandas/tests/test_downstream.py::test_dask
> 0.01s call     pandas/tests/test_downstream.py::test_yaml_dump
> 0.01s call     pandas/tests/test_downstream.py::test_construct_dask_float_array_int_dtype_match_ndarray
> 0.01s call     pandas/tests/test_downstream.py::test_dask_ufunc
> 
> (24 durations < 0.005s hidden.  Use -vv to show these durations.)
> ============ 7 passed, 8 skipped, 3 deselected, 1 warning in 3.57s =============
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 32 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.)
> ======================== 32 passed, 1 warning in 0.39s =========================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> 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)
> 
> pandas/tests/test_expressions.py::TestExpressions::test_binary_ops[left1-right1-truediv-/]
> pandas/tests/test_expressions.py::TestExpressions::test_binary_ops[left1-right1-truediv-/]
> pandas/tests/test_expressions.py::TestExpressions::test_binary_ops[left1-right1-truediv-/]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/core/computation/expressions.py:70: RuntimeWarning: invalid value encountered in divide
>     return op(a, b)
> 
> -- 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.04s call     pandas/tests/test_expressions.py::TestExpressions::test_invalid
> 0.02s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[truediv-False-df2]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[sub-True-df5]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[floordiv-True-df5]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[floordiv-True-df3]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[floordiv-False-df2]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[mod-False-df2]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[floordiv-False-df5]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[mul-False-df5]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[floordiv-True-df2]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[floordiv-False-df3]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[mod-True-df2]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[truediv-False-df5]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[mod-False-df5]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[truediv-False-df0]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[add-False-df5]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[mul-False-df3]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[truediv-False-df3]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[floordiv-False-df0]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[sub-False-df5]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[mod-False-df0]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[add-False-df3]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[sub-False-df3]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[floordiv-True-df4]
> 
> (4 durations < 0.005s hidden.  Use -vv to show these durations.)
> ======================= 243 passed, 4 warnings in 1.48s ========================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> 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.37s =========================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 265 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.08s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_reindex_level
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_std_var_pass_ddof[var]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_std_var_pass_ddof[std]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[skew-True-True-0-0]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[min-False-True-0-1]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[std-True-False-0-0]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[kurt-True-True-0-0]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[median-False-False-0-0]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[median-True-False-0-0]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[skew-True-False-0-0]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[std-False-False-0-0]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[std-True-False-0-1]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[min-True-False-0-0]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[kurt-True-False-0-0]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[kurt-True-True-0-1]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[max-True-False-0-0]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[mean-True-False-0-0]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[var-True-False-0-0]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[min-True-False-0-1]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[mean-False-False-0-0]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[kurt-False-False-0-0]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[prod-True-False-0-0]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[kurt-True-False-0-1]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[kurt-False-True-0-0]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[std-False-False-0-1]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[skew-False-False-0-0]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[median-True-False-0-1]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[sum-True-False-0-0]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[kurt-True-True-1-0]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[skew-True-False-0-1]
> ======================== 265 passed, 1 warning in 3.76s ========================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 156 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.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_nanmedian[True]
> 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_nansem[True-0]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanmedian[False]
> 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_nancorr_spearman
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nansem[False-0]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nansem[False-1]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanmean[True]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nansem[False-2]
> 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_nanops_with_warnings[True-reduction-amin]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanargmax[True]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanargmin[True]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanstd[False-1]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanstd[False-2]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanstd[False-0]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nancorr_kendall
> ======================== 156 passed, 1 warning in 1.24s ========================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> 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.05s call     pandas/tests/test_optional_dependency.py::test_bad_version
> 
> (14 durations < 0.005s hidden.  Use -vv to show these durations.)
> =================== 4 passed, 1 skipped, 1 warning in 0.44s ====================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> 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.05s 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.46s =========================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 59 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 =============================
> 4.56s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_how_merge[left]
> 4.55s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_how_merge[right]
> 4.50s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_how_merge[inner]
> 4.50s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_how_merge[outer]
> 4.01s call     pandas/tests/test_sorting.py::TestSorting::test_int64_overflow_groupby_large_df_shuffled[median]
> 3.01s call     pandas/tests/test_sorting.py::TestSorting::test_int64_overflow_groupby_large_df_shuffled[mean]
> 2.45s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_sort_false_order
> 1.19s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_check_sum_col
> 1.12s call     pandas/tests/test_sorting.py::TestSorting::test_int64_overflow_groupby_large_range
> 0.52s setup    pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_how_merge[inner]
> 0.51s 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.51s setup    pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_how_merge[left]
> 0.50s setup    pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_sort_false_order
> 0.50s setup    pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_how_merge[outer]
> 0.30s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_one_to_many_none_match[True-outer]
> 0.30s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_one_to_many_none_match[True-right]
> 0.29s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_one_to_many_none_match[True-left]
> 0.29s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_one_to_many_none_match[False-outer]
> 0.29s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_one_to_many_none_match[False-right]
> 0.29s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_one_to_many_none_match[True-inner]
> 0.29s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_one_to_many_none_match[False-left]
> 0.28s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_one_to_many_none_match[False-inner]
> 0.17s 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.)
> ======================== 59 passed, 1 warning in 35.95s ========================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> 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 =============================
> 
> (30 durations < 0.005s hidden.  Use -vv to show these durations.)
> ======================== 81 passed, 1 warning in 0.50s =========================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 1165 items
> 
> pandas/tests/tools/test_to_datetime.py ........................................................................ss................................................................................................ss...................................................................................................................................................................................................xx....ssss...........................................ssss...................................................................................................................................................................................................................................................................s.............
> pandas/tests/tools/test_to_numeric.py ........................................................................................................................................................................................................................................................xx.......................................................................................................................ssssss............x............
> pandas/tests/tools/test_to_time.py ............
> pandas/tests/tools/test_to_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)
> 
> pandas/tests/tools/test_to_datetime.py::TestTimeConversionFormats::test_to_datetime_format_YYYYMMDD_overflow[input_s0-expected0]
> pandas/tests/tools/test_to_datetime.py::TestTimeConversionFormats::test_to_datetime_format_YYYYMMDD_overflow[input_s1-expected1]
> pandas/tests/tools/test_to_datetime.py::TestTimeConversionFormats::test_to_datetime_format_YYYYMMDD_overflow[input_s2-expected2]
> pandas/tests/tools/test_to_datetime.py::TestTimeConversionFormats::test_to_datetime_format_YYYYMMDD_overflow[input_s3-expected3]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/core/tools/datetimes.py:1256: RuntimeWarning: invalid value encountered in cast
>     masked_result = calc(carg[mask].astype(np.float64).astype(np.int64))
> 
> pandas/tests/tools/test_to_numeric.py::test_downcast_float64_to_float32
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/core/dtypes/cast.py:394: RuntimeWarning: overflow encountered in cast
>     new_result = result.astype(dtype)
> 
> pandas/tests/tools/test_to_numeric.py::test_downcast_nullable_numeric[data12-UInt64-signed-UInt64]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/core/arrays/integer.py:53: RuntimeWarning: invalid value encountered in cast
>     casted = values.astype(dtype, copy=copy)
> 
> -- 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/tools/test_to_datetime.py::TestTimeConversionFormats::test_to_datetime_parse_tzname_or_tzoffset[%Y-%m-%d %H:%M:%S %Z-dates0-expected_dates0]
> 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[array-None-True]
> 0.06s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[array-None-None]
> 0.05s call     pandas/tests/tools/test_to_datetime.py::TestToDatetimeMisc::test_to_datetime_respects_dayfirst[True]
> 0.04s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[deque-%Y%m%d %H:%M:%S-True]
> 0.04s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[deque-None-True]
> 0.04s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[deque-None-None]
> 0.04s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[deque-%Y%m%d %H:%M:%S-None]
> 0.04s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[tuple-None-True]
> 0.04s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[tuple-%Y%m%d %H:%M:%S-True]
> 0.04s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[tuple-%Y%m%d %H:%M:%S-None]
> 0.04s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[tuple-None-None]
> 0.04s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[list-%Y%m%d %H:%M:%S-True]
> 0.04s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[list-None-True]
> 0.04s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[list-None-None]
> 0.04s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[list-%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[Index-%Y%m%d %H:%M:%S-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[%Y%m%d %H:%M:%S-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-None-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[None-None]
> 0.02s call     pandas/tests/tools/test_to_datetime.py::TestToDatetimeMisc::test_dayfirst_warnings_invalid_input
> 0.01s call     pandas/tests/tools/test_to_datetime.py::TestToDatetimeMisc::test_dayfirst_warnings_valid_input
> 0.01s call     pandas/tests/tools/test_to_timedelta.py::TestTimedeltas::test_to_timedelta_on_missing_values
> 0.01s call     pandas/tests/tools/test_to_datetime.py::TestToDatetimeInferFormat::test_to_datetime_infer_datetime_format_consistent_format[True-%m/%d/%Y %H:%M:%S.%f]
> =========== 1141 passed, 19 skipped, 5 xfailed, 7 warnings in 3.84s ============
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 5453 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_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 ...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................xxxxxxxxxxxxxxxxxx..................xxxxxx........................xxxxxxxxx...xxxxxx.......................................................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.26s call     pandas/tests/tseries/offsets/test_offsets_properties.py::test_on_offset_implementations
> 0.23s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_add_sub[Micro]
> 0.21s call     pandas/tests/tseries/offsets/test_offsets_properties.py::test_shift_across_dst
> 0.15s 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.14s call     pandas/tests/tseries/offsets/test_custom_business_hour.py::TestCustomBusinessHour::test_us_federal_holiday_with_datetime
> 0.14s call     pandas/tests/tseries/offsets/test_custom_business_day.py::TestCustomBusinessDay::test_calendar
> 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[Nano]
> 0.12s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_equality[Minute]
> 0.11s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_equality[Hour]
> 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.10s call     pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[DateOffset]
> 0.09s call     pandas/tests/tseries/offsets/test_business_month.py::TestBMonthEnd::test_apply_out_of_range[<UTC>]
> 0.07s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_add_sub[Nano]
> 0.06s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_add_sub[Hour]
> 0.06s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_add_sub[Minute]
> 0.06s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_add_sub[Second]
> 0.06s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_add_sub[Milli]
> 0.05s call     pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_warn_deprecated
> 0.05s call     pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[DateOffset]
> 0.05s 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[BQuarterEnd--2]
> 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[BQuarterBegin--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[BYearBegin--2]
> 0.04s call     pandas/tests/tseries/offsets/test_index.py::test_apply_index[YearBegin--2]
> 0.04s call     pandas/tests/tseries/offsets/test_business_month.py::test_apply_index[BusinessMonthBegin--2]
> ================ 5412 passed, 41 xfailed, 2 warnings in 21.15s =================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 975 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 ................................ssssssssssssssssssssssssssssss..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.16s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert[tzlocal()-D]
> 0.16s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[tzlocal()]
> 0.06s setup    pandas/tests/tslibs/test_ccalendar.py::test_dt_correct_iso_8601_year_week_and_day[input_date_tuple0-expected_iso_tuple0]
> 0.06s call     pandas/tests/tslibs/test_ccalendar.py::test_isocalendar
> 0.04s 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.04s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[datetime.timezone(datetime.timedelta(seconds=3600))]
> 0.04s 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.04s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert['UTC+01:15'-D]
> 0.04s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[pytz.FixedOffset(300)]
> 0.04s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly['UTC+01:15']
> 0.04s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[pytz.FixedOffset(-300)]
> 0.04s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert[datetime.timezone(datetime.timedelta(seconds=3600))-D]
> 0.04s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly['UTC-02:15']
> 0.04s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert[pytz.FixedOffset(300)-D]
> 0.04s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly['+01:15']
> 0.04s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly['-02:15']
> 0.04s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert[pytz.FixedOffset(-300)-D]
> 0.04s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert['+01:15'-D]
> 0.04s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert['UTC-02:15'-D]
> 0.04s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert['-02:15'-D]
> 0.04s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert[zoneinfo.ZoneInfo(key='US/Pacific')-D]
> 0.03s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[zoneinfo.ZoneInfo(key='US/Pacific')]
> 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['US/Eastern'-D]
> 0.02s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert['dateutil/US/Pacific'-D]
> 0.02s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert['dateutil/Asia/Singapore'-D]
> 0.02s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly['dateutil/Asia/Singapore']
> 0.02s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert['Asia/Tokyo'-D]
> 0.02s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly['Asia/Tokyo']
> ================== 942 passed, 33 skipped, 1 warning in 3.14s ==================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 869 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 =============================
> 1.94s call     pandas/tests/util/test_show_versions.py::test_show_versions
> 0.07s call     pandas/tests/util/test_assert_series_equal.py::test_series_equal_order_mismatch[False]
> 0.06s call     pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_deprecated[1.1-1.1-False]
> 0.01s call     pandas/tests/util/test_assert_produces_warning.py::test_same_category_different_messages_first_match
> 0.01s call     pandas/tests/util/test_assert_produces_warning.py::test_same_category_different_messages_last_match
> 0.01s call     pandas/tests/util/test_assert_produces_warning.py::test_assert_produces_warning_honors_filter
> 0.01s call     pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_deprecated[1.1-1.100001-True]
> 0.01s call     pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_deprecated[1.1-1.1001-2]
> 0.01s call     pandas/tests/util/test_assert_produces_warning.py::test_fail_to_match_runtime_warning
> 0.01s call     pandas/tests/util/test_assert_produces_warning.py::test_fail_to_match_resource_warning
> 0.01s call     pandas/tests/util/test_assert_produces_warning.py::test_fail_to_match_future_warning
> 0.01s call     pandas/tests/util/test_assert_produces_warning.py::test_match_multiple_warnings
> 0.01s call     pandas/tests/util/test_show_versions.py::test_json_output_match
> 0.01s call     pandas/tests/util/test_show_versions.py::test_show_versions_console_json
> 0.01s call     pandas/tests/util/test_rewrite_warning.py::test_rewrite_warning[None-FutureWarning-Target message-True]
> 0.01s call     pandas/tests/util/test_deprecate.py::test_deprecate_ok
> 0.01s call     pandas/tests/util/test_rewrite_warning.py::test_rewrite_warning[None-FutureWarning-Missed message-False]
> 0.01s call     pandas/tests/util/test_deprecate_nonkeyword_arguments.py::test_three_arguments
> 0.01s call     pandas/tests/util/test_assert_produces_warning.py::test_ignore_extra_warning[tuple0]
> 0.01s call     pandas/tests/util/test_rewrite_warning.py::test_rewrite_warning[None-FutureWarning-get mess-True]
> 0.01s call     pandas/tests/util/test_assert_produces_warning.py::test_catch_warning_category_and_match[UserWarning--None]
> 0.01s call     pandas/tests/util/test_assert_produces_warning.py::test_catch_warning_category_and_match[UserWarning-Warning message-[Ww]arning]
> 0.01s call     pandas/tests/util/test_rewrite_warning.py::test_rewrite_warning[DeprecationWarning-FutureWarning-Target-True]
> 0.01s call     pandas/tests/util/test_assert_produces_warning.py::test_catch_warning_category_and_match[UserWarning-Message 12-234 with numbers-^Mes.*\\d{2}-\\d{3}]
> 0.01s call     pandas/tests/util/test_deprecate_kwarg.py::test_deprecate_kwarg[old-FutureWarning]
> 0.01s call     pandas/tests/util/test_assert_produces_warning.py::test_catch_warning_category_and_match[ResourceWarning-Message 12-234 with numbers-\\d{2}-\\d{3}\\s\\S+]
> 0.01s call     pandas/tests/util/test_deprecate_nonkeyword_arguments.py::test_class
> 0.01s call     pandas/tests/util/test_assert_produces_warning.py::test_catch_warning_category_and_match[RuntimeWarning-Message 12-234 with numbers-\\d{2}-\\d{3}\\s\\S+]
> 0.01s call     pandas/tests/util/test_assert_produces_warning.py::test_catch_warning_category_and_match[ResourceWarning-Warning message-age]
> 0.01s call     pandas/tests/util/test_assert_produces_warning.py::test_catch_warning_category_and_match[ResourceWarning--]
> ============= 867 passed, 1 skipped, 1 xfailed, 1 warning in 4.66s =============
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 10216 items
> 
> 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 ......................................................................................................................................................................................................................................
> 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_online.py sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
> 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 ........................................................................................................................................................................................................................................................................
> 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................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> 
> =============================== 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/window/test_dtypes.py: 40 warnings
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/core/arrays/timedeltas.py:908: RuntimeWarning: invalid value encountered in cast
>     base = data.astype(np.int64)
> 
> pandas/tests/window/test_dtypes.py: 40 warnings
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/core/arrays/timedeltas.py:912: RuntimeWarning: invalid value encountered in cast
>     data = (base * m + (frac * m).astype(np.int64)).view("timedelta64[ns]")
> 
> -- 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.70s call     pandas/tests/window/test_apply.py::test_center_reindex_frame[False]
> 0.23s call     pandas/tests/window/test_apply.py::test_time_rule_frame[False]
> 0.15s call     pandas/tests/window/test_apply.py::test_frame[False]
> 0.13s teardown pandas/tests/window/test_numba.py::TestEWM::test_invalid_engine[mean-groupby]
> 0.12s call     pandas/tests/window/test_dtypes.py::test_series_dtypes[M8[ns]-None-min-data6-expected_data6-True-None]
> 0.09s call     pandas/tests/window/test_expanding.py::test_expanding_corr_pairwise
> 0.08s call     pandas/tests/window/test_expanding.py::test_expanding_cov_pairwise
> 0.06s call     pandas/tests/window/test_apply.py::test_center_reindex_series[False]
> 0.06s call     pandas/tests/window/test_apply.py::test_min_periods[False-1-0]
> 0.06s call     pandas/tests/window/test_apply.py::test_min_periods[False-None-0]
> 0.05s call     pandas/tests/window/test_api.py::test_skip_sum_object_raises[None]
> 0.04s call     pandas/tests/window/test_groupby.py::TestEWM::test_times_vs_apply
> 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.04s call     pandas/tests/window/test_apply.py::test_nans[False]
> 0.03s call     pandas/tests/window/test_pairwise.py::test_flex_binary_frame[corr]
> 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[cov]
> 0.03s call     pandas/tests/window/test_ewm.py::test_ewm_pairwise_cov_corr[cov]
> 0.03s call     pandas/tests/window/test_pairwise.py::TestPairwise::test_cov_mulittindex
> 0.03s call     pandas/tests/window/test_expanding.py::test_expanding_corr_pairwise_diff_length
> 0.03s call     pandas/tests/window/test_apply.py::test_center_reindex_frame[True]
> 0.03s call     pandas/tests/window/test_apply.py::test_min_periods[False-2-0]
> 0.03s call     pandas/tests/window/test_expanding.py::test_expanding_cov_pairwise_diff_length
> 0.02s call     pandas/tests/window/test_groupby.py::TestEWM::test_times_array
> 0.02s call     pandas/tests/window/test_expanding.py::test_expanding_min_periods_apply[engine_and_raw2]
> 0.02s call     pandas/tests/window/test_expanding.py::test_expanding_apply_args_kwargs[engine_and_raw2]
> 0.02s call     pandas/tests/window/test_api.py::test_agg[None]
> 0.02s call     pandas/tests/window/test_rolling.py::test_multi_index_names
> 0.02s call     pandas/tests/window/test_api.py::test_agg[10]
> ========= 8955 passed, 1218 skipped, 43 xfailed, 81 warnings in 32.09s =========
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 1867 items
> 
> pandas/tests/groupby/test_numba.py ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
> pandas/tests/groupby/test_timegrouper.py .............................s
> pandas/tests/groupby/transform/test_numba.py sssssssssssssssssssssssssssss
> pandas/tests/groupby/aggregate/test_numba.py ssssssssssssssssssssssssssssss
> pandas/tests/window/test_numba.py sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
> pandas/tests/window/test_apply.py ...s....sssss..........s..s.......................................................
> pandas/tests/window/test_online.py sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
> pandas/tests/window/moments/test_moments_consistency_expanding.py ........F.......................F..F..F..F..F..F....................F.......................F..F..F..F..F..F................................................................................................................................................................................................................................................................................
> 
> =================================== FAILURES ===================================
> __________ test_expanding_apply_consistency_sum_nans[all_data1-0-sum] __________
> request = <FixtureRequest for <Function test_expanding_apply_consistency_sum_nans[all_data1-0-sum]>>
> all_data = 0   NaN
> 1   NaN
> 2   NaN
> 3   NaN
> 4   NaN
> dtype: float64
> min_periods = 0, f = <function sum at 0x7f5498feefc0>
> 
>     @pytest.mark.parametrize("f", [lambda v: Series(v).sum(), np.nansum, np.sum])
>     def test_expanding_apply_consistency_sum_nans(request, all_data, min_periods, f):
>         if f is np.sum:
>             if not no_nans(all_data) and not (
>                 all_na(all_data) and not all_data.empty and min_periods > 0
>             ):
>                 request.node.add_marker(
>                     pytest.mark.xfail(reason="np.sum has different behavior with NaNs")
>                 )
>         expanding_f_result = all_data.expanding(min_periods=min_periods).sum()
>         expanding_apply_f_result = all_data.expanding(min_periods=min_periods).apply(
>             func=f, raw=True
>         )
> >       tm.assert_equal(expanding_f_result, expanding_apply_f_result)
> 
> pandas/tests/window/moments/test_moments_consistency_expanding.py:29: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> pandas/_libs/testing.pyx:52: in pandas._libs.testing.assert_almost_equal
>     cpdef assert_almost_equal(a, b,
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> >   raise_assert_detail(obj, msg, lobj, robj, index_values=index_values)
> E   AssertionError: Series are different
> E   
> E   Series values are different (100.0 %)
> E   [index]: [0, 1, 2, 3, 4]
> E   [left]:  [0.0, 0.0, 0.0, 0.0, 0.0]
> E   [right]: [nan, nan, nan, nan, nan]
> 
> pandas/_libs/testing.pyx:167: AssertionError
> __________ test_expanding_apply_consistency_sum_nans[all_data5-0-sum] __________
> request = <FixtureRequest for <Function test_expanding_apply_consistency_sum_nans[all_data5-0-sum]>>
> all_data = 0    NaN
> 1    1.0
> 2    NaN
> 3    1.0
> 4    1.0
> dtype: float64
> min_periods = 0, f = <function sum at 0x7f5498feefc0>
> 
>     @pytest.mark.parametrize("f", [lambda v: Series(v).sum(), np.nansum, np.sum])
>     def test_expanding_apply_consistency_sum_nans(request, all_data, min_periods, f):
>         if f is np.sum:
>             if not no_nans(all_data) and not (
>                 all_na(all_data) and not all_data.empty and min_periods > 0
>             ):
>                 request.node.add_marker(
>                     pytest.mark.xfail(reason="np.sum has different behavior with NaNs")
>                 )
>         expanding_f_result = all_data.expanding(min_periods=min_periods).sum()
>         expanding_apply_f_result = all_data.expanding(min_periods=min_periods).apply(
>             func=f, raw=True
>         )
> >       tm.assert_equal(expanding_f_result, expanding_apply_f_result)
> 
> pandas/tests/window/moments/test_moments_consistency_expanding.py:29: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> pandas/_libs/testing.pyx:52: in pandas._libs.testing.assert_almost_equal
>     cpdef assert_almost_equal(a, b,
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> >   raise_assert_detail(obj, msg, lobj, robj, index_values=index_values)
> E   AssertionError: Series are different
> E   
> E   Series values are different (100.0 %)
> E   [index]: [0, 1, 2, 3, 4]
> E   [left]:  [0.0, 1.0, 1.0, 2.0, 3.0]
> E   [right]: [nan, nan, nan, nan, nan]
> 
> pandas/_libs/testing.pyx:167: AssertionError
> __________ test_expanding_apply_consistency_sum_nans[all_data5-2-sum] __________
> request = <FixtureRequest for <Function test_expanding_apply_consistency_sum_nans[all_data5-2-sum]>>
> all_data = 0    NaN
> 1    1.0
> 2    NaN
> 3    1.0
> 4    1.0
> dtype: float64
> min_periods = 2, f = <function sum at 0x7f5498feefc0>
> 
>     @pytest.mark.parametrize("f", [lambda v: Series(v).sum(), np.nansum, np.sum])
>     def test_expanding_apply_consistency_sum_nans(request, all_data, min_periods, f):
>         if f is np.sum:
>             if not no_nans(all_data) and not (
>                 all_na(all_data) and not all_data.empty and min_periods > 0
>             ):
>                 request.node.add_marker(
>                     pytest.mark.xfail(reason="np.sum has different behavior with NaNs")
>                 )
>         expanding_f_result = all_data.expanding(min_periods=min_periods).sum()
>         expanding_apply_f_result = all_data.expanding(min_periods=min_periods).apply(
>             func=f, raw=True
>         )
> >       tm.assert_equal(expanding_f_result, expanding_apply_f_result)
> 
> pandas/tests/window/moments/test_moments_consistency_expanding.py:29: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> pandas/_libs/testing.pyx:52: in pandas._libs.testing.assert_almost_equal
>     cpdef assert_almost_equal(a, b,
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> >   raise_assert_detail(obj, msg, lobj, robj, index_values=index_values)
> E   AssertionError: Series are different
> E   
> E   Series values are different (40.0 %)
> E   [index]: [0, 1, 2, 3, 4]
> E   [left]:  [nan, nan, nan, 2.0, 3.0]
> E   [right]: [nan, nan, nan, nan, nan]
> 
> pandas/_libs/testing.pyx:167: AssertionError
> __________ test_expanding_apply_consistency_sum_nans[all_data6-0-sum] __________
> request = <FixtureRequest for <Function test_expanding_apply_consistency_sum_nans[all_data6-0-sum]>>
> all_data = 0    NaN
> 1    1.0
> 2    NaN
> 3    2.0
> 4    3.0
> dtype: float64
> min_periods = 0, f = <function sum at 0x7f5498feefc0>
> 
>     @pytest.mark.parametrize("f", [lambda v: Series(v).sum(), np.nansum, np.sum])
>     def test_expanding_apply_consistency_sum_nans(request, all_data, min_periods, f):
>         if f is np.sum:
>             if not no_nans(all_data) and not (
>                 all_na(all_data) and not all_data.empty and min_periods > 0
>             ):
>                 request.node.add_marker(
>                     pytest.mark.xfail(reason="np.sum has different behavior with NaNs")
>                 )
>         expanding_f_result = all_data.expanding(min_periods=min_periods).sum()
>         expanding_apply_f_result = all_data.expanding(min_periods=min_periods).apply(
>             func=f, raw=True
>         )
> >       tm.assert_equal(expanding_f_result, expanding_apply_f_result)
> 
> pandas/tests/window/moments/test_moments_consistency_expanding.py:29: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> pandas/_libs/testing.pyx:52: in pandas._libs.testing.assert_almost_equal
>     cpdef assert_almost_equal(a, b,
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> >   raise_assert_detail(obj, msg, lobj, robj, index_values=index_values)
> E   AssertionError: Series are different
> E   
> E   Series values are different (100.0 %)
> E   [index]: [0, 1, 2, 3, 4]
> E   [left]:  [0.0, 1.0, 1.0, 3.0, 6.0]
> E   [right]: [nan, nan, nan, nan, nan]
> 
> pandas/_libs/testing.pyx:167: AssertionError
> __________ test_expanding_apply_consistency_sum_nans[all_data6-2-sum] __________
> request = <FixtureRequest for <Function test_expanding_apply_consistency_sum_nans[all_data6-2-sum]>>
> all_data = 0    NaN
> 1    1.0
> 2    NaN
> 3    2.0
> 4    3.0
> dtype: float64
> min_periods = 2, f = <function sum at 0x7f5498feefc0>
> 
>     @pytest.mark.parametrize("f", [lambda v: Series(v).sum(), np.nansum, np.sum])
>     def test_expanding_apply_consistency_sum_nans(request, all_data, min_periods, f):
>         if f is np.sum:
>             if not no_nans(all_data) and not (
>                 all_na(all_data) and not all_data.empty and min_periods > 0
>             ):
>                 request.node.add_marker(
>                     pytest.mark.xfail(reason="np.sum has different behavior with NaNs")
>                 )
>         expanding_f_result = all_data.expanding(min_periods=min_periods).sum()
>         expanding_apply_f_result = all_data.expanding(min_periods=min_periods).apply(
>             func=f, raw=True
>         )
> >       tm.assert_equal(expanding_f_result, expanding_apply_f_result)
> 
> pandas/tests/window/moments/test_moments_consistency_expanding.py:29: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> pandas/_libs/testing.pyx:52: in pandas._libs.testing.assert_almost_equal
>     cpdef assert_almost_equal(a, b,
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> >   raise_assert_detail(obj, msg, lobj, robj, index_values=index_values)
> E   AssertionError: Series are different
> E   
> E   Series values are different (40.0 %)
> E   [index]: [0, 1, 2, 3, 4]
> E   [left]:  [nan, nan, nan, 3.0, 6.0]
> E   [right]: [nan, nan, nan, nan, nan]
> 
> pandas/_libs/testing.pyx:167: AssertionError
> __________ test_expanding_apply_consistency_sum_nans[all_data7-0-sum] __________
> request = <FixtureRequest for <Function test_expanding_apply_consistency_sum_nans[all_data7-0-sum]>>
> all_data = 0    NaN
> 1    1.0
> 2    NaN
> 3    3.0
> 4    2.0
> dtype: float64
> min_periods = 0, f = <function sum at 0x7f5498feefc0>
> 
>     @pytest.mark.parametrize("f", [lambda v: Series(v).sum(), np.nansum, np.sum])
>     def test_expanding_apply_consistency_sum_nans(request, all_data, min_periods, f):
>         if f is np.sum:
>             if not no_nans(all_data) and not (
>                 all_na(all_data) and not all_data.empty and min_periods > 0
>             ):
>                 request.node.add_marker(
>                     pytest.mark.xfail(reason="np.sum has different behavior with NaNs")
>                 )
>         expanding_f_result = all_data.expanding(min_periods=min_periods).sum()
>         expanding_apply_f_result = all_data.expanding(min_periods=min_periods).apply(
>             func=f, raw=True
>         )
> >       tm.assert_equal(expanding_f_result, expanding_apply_f_result)
> 
> pandas/tests/window/moments/test_moments_consistency_expanding.py:29: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> pandas/_libs/testing.pyx:52: in pandas._libs.testing.assert_almost_equal
>     cpdef assert_almost_equal(a, b,
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> >   raise_assert_detail(obj, msg, lobj, robj, index_values=index_values)
> E   AssertionError: Series are different
> E   
> E   Series values are different (100.0 %)
> E   [index]: [0, 1, 2, 3, 4]
> E   [left]:  [0.0, 1.0, 1.0, 4.0, 6.0]
> E   [right]: [nan, nan, nan, nan, nan]
> 
> pandas/_libs/testing.pyx:167: AssertionError
> __________ test_expanding_apply_consistency_sum_nans[all_data7-2-sum] __________
> request = <FixtureRequest for <Function test_expanding_apply_consistency_sum_nans[all_data7-2-sum]>>
> all_data = 0    NaN
> 1    1.0
> 2    NaN
> 3    3.0
> 4    2.0
> dtype: float64
> min_periods = 2, f = <function sum at 0x7f5498feefc0>
> 
>     @pytest.mark.parametrize("f", [lambda v: Series(v).sum(), np.nansum, np.sum])
>     def test_expanding_apply_consistency_sum_nans(request, all_data, min_periods, f):
>         if f is np.sum:
>             if not no_nans(all_data) and not (
>                 all_na(all_data) and not all_data.empty and min_periods > 0
>             ):
>                 request.node.add_marker(
>                     pytest.mark.xfail(reason="np.sum has different behavior with NaNs")
>                 )
>         expanding_f_result = all_data.expanding(min_periods=min_periods).sum()
>         expanding_apply_f_result = all_data.expanding(min_periods=min_periods).apply(
>             func=f, raw=True
>         )
> >       tm.assert_equal(expanding_f_result, expanding_apply_f_result)
> 
> pandas/tests/window/moments/test_moments_consistency_expanding.py:29: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> pandas/_libs/testing.pyx:52: in pandas._libs.testing.assert_almost_equal
>     cpdef assert_almost_equal(a, b,
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> >   raise_assert_detail(obj, msg, lobj, robj, index_values=index_values)
> E   AssertionError: Series are different
> E   
> E   Series values are different (40.0 %)
> E   [index]: [0, 1, 2, 3, 4]
> E   [left]:  [nan, nan, nan, 4.0, 6.0]
> E   [right]: [nan, nan, nan, nan, nan]
> 
> pandas/_libs/testing.pyx:167: AssertionError
> _________ test_expanding_apply_consistency_sum_nans[all_data11-0-sum] __________
> request = <FixtureRequest for <Function test_expanding_apply_consistency_sum_nans[all_data11-0-sum]>>
> all_data =     0
> 0 NaN
> 1 NaN
> 2 NaN
> 3 NaN
> 4 NaN, min_periods = 0
> f = <function sum at 0x7f5498feefc0>
> 
>     @pytest.mark.parametrize("f", [lambda v: Series(v).sum(), np.nansum, np.sum])
>     def test_expanding_apply_consistency_sum_nans(request, all_data, min_periods, f):
>         if f is np.sum:
>             if not no_nans(all_data) and not (
>                 all_na(all_data) and not all_data.empty and min_periods > 0
>             ):
>                 request.node.add_marker(
>                     pytest.mark.xfail(reason="np.sum has different behavior with NaNs")
>                 )
>         expanding_f_result = all_data.expanding(min_periods=min_periods).sum()
>         expanding_apply_f_result = all_data.expanding(min_periods=min_periods).apply(
>             func=f, raw=True
>         )
> >       tm.assert_equal(expanding_f_result, expanding_apply_f_result)
> 
> pandas/tests/window/moments/test_moments_consistency_expanding.py:29: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> pandas/_libs/testing.pyx:52: in pandas._libs.testing.assert_almost_equal
>     cpdef assert_almost_equal(a, b,
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> >   raise_assert_detail(obj, msg, lobj, robj, index_values=index_values)
> E   AssertionError: DataFrame.iloc[:, 0] (column name="0") are different
> E   
> E   DataFrame.iloc[:, 0] (column name="0") values are different (100.0 %)
> E   [index]: [0, 1, 2, 3, 4]
> E   [left]:  [0.0, 0.0, 0.0, 0.0, 0.0]
> E   [right]: [nan, nan, nan, nan, nan]
> 
> pandas/_libs/testing.pyx:167: AssertionError
> _________ test_expanding_apply_consistency_sum_nans[all_data15-0-sum] __________
> request = <FixtureRequest for <Function test_expanding_apply_consistency_sum_nans[all_data15-0-sum]>>
> all_data =      0
> 0  NaN
> 1  1.0
> 2  NaN
> 3  1.0
> 4  1.0, min_periods = 0
> f = <function sum at 0x7f5498feefc0>
> 
>     @pytest.mark.parametrize("f", [lambda v: Series(v).sum(), np.nansum, np.sum])
>     def test_expanding_apply_consistency_sum_nans(request, all_data, min_periods, f):
>         if f is np.sum:
>             if not no_nans(all_data) and not (
>                 all_na(all_data) and not all_data.empty and min_periods > 0
>             ):
>                 request.node.add_marker(
>                     pytest.mark.xfail(reason="np.sum has different behavior with NaNs")
>                 )
>         expanding_f_result = all_data.expanding(min_periods=min_periods).sum()
>         expanding_apply_f_result = all_data.expanding(min_periods=min_periods).apply(
>             func=f, raw=True
>         )
> >       tm.assert_equal(expanding_f_result, expanding_apply_f_result)
> 
> pandas/tests/window/moments/test_moments_consistency_expanding.py:29: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> pandas/_libs/testing.pyx:52: in pandas._libs.testing.assert_almost_equal
>     cpdef assert_almost_equal(a, b,
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> >   raise_assert_detail(obj, msg, lobj, robj, index_values=index_values)
> E   AssertionError: DataFrame.iloc[:, 0] (column name="0") are different
> E   
> E   DataFrame.iloc[:, 0] (column name="0") values are different (100.0 %)
> E   [index]: [0, 1, 2, 3, 4]
> E   [left]:  [0.0, 1.0, 1.0, 2.0, 3.0]
> E   [right]: [nan, nan, nan, nan, nan]
> 
> pandas/_libs/testing.pyx:167: AssertionError
> _________ test_expanding_apply_consistency_sum_nans[all_data15-2-sum] __________
> request = <FixtureRequest for <Function test_expanding_apply_consistency_sum_nans[all_data15-2-sum]>>
> all_data =      0
> 0  NaN
> 1  1.0
> 2  NaN
> 3  1.0
> 4  1.0, min_periods = 2
> f = <function sum at 0x7f5498feefc0>
> 
>     @pytest.mark.parametrize("f", [lambda v: Series(v).sum(), np.nansum, np.sum])
>     def test_expanding_apply_consistency_sum_nans(request, all_data, min_periods, f):
>         if f is np.sum:
>             if not no_nans(all_data) and not (
>                 all_na(all_data) and not all_data.empty and min_periods > 0
>             ):
>                 request.node.add_marker(
>                     pytest.mark.xfail(reason="np.sum has different behavior with NaNs")
>                 )
>         expanding_f_result = all_data.expanding(min_periods=min_periods).sum()
>         expanding_apply_f_result = all_data.expanding(min_periods=min_periods).apply(
>             func=f, raw=True
>         )
> >       tm.assert_equal(expanding_f_result, expanding_apply_f_result)
> 
> pandas/tests/window/moments/test_moments_consistency_expanding.py:29: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> pandas/_libs/testing.pyx:52: in pandas._libs.testing.assert_almost_equal
>     cpdef assert_almost_equal(a, b,
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> >   raise_assert_detail(obj, msg, lobj, robj, index_values=index_values)
> E   AssertionError: DataFrame.iloc[:, 0] (column name="0") are different
> E   
> E   DataFrame.iloc[:, 0] (column name="0") values are different (40.0 %)
> E   [index]: [0, 1, 2, 3, 4]
> E   [left]:  [nan, nan, nan, 2.0, 3.0]
> E   [right]: [nan, nan, nan, nan, nan]
> 
> pandas/_libs/testing.pyx:167: AssertionError
> _________ test_expanding_apply_consistency_sum_nans[all_data16-0-sum] __________
> request = <FixtureRequest for <Function test_expanding_apply_consistency_sum_nans[all_data16-0-sum]>>
> all_data =      0
> 0  NaN
> 1  1.0
> 2  NaN
> 3  2.0
> 4  3.0, min_periods = 0
> f = <function sum at 0x7f5498feefc0>
> 
>     @pytest.mark.parametrize("f", [lambda v: Series(v).sum(), np.nansum, np.sum])
>     def test_expanding_apply_consistency_sum_nans(request, all_data, min_periods, f):
>         if f is np.sum:
>             if not no_nans(all_data) and not (
>                 all_na(all_data) and not all_data.empty and min_periods > 0
>             ):
>                 request.node.add_marker(
>                     pytest.mark.xfail(reason="np.sum has different behavior with NaNs")
>                 )
>         expanding_f_result = all_data.expanding(min_periods=min_periods).sum()
>         expanding_apply_f_result = all_data.expanding(min_periods=min_periods).apply(
>             func=f, raw=True
>         )
> >       tm.assert_equal(expanding_f_result, expanding_apply_f_result)
> 
> pandas/tests/window/moments/test_moments_consistency_expanding.py:29: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> pandas/_libs/testing.pyx:52: in pandas._libs.testing.assert_almost_equal
>     cpdef assert_almost_equal(a, b,
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> >   raise_assert_detail(obj, msg, lobj, robj, index_values=index_values)
> E   AssertionError: DataFrame.iloc[:, 0] (column name="0") are different
> E   
> E   DataFrame.iloc[:, 0] (column name="0") values are different (100.0 %)
> E   [index]: [0, 1, 2, 3, 4]
> E   [left]:  [0.0, 1.0, 1.0, 3.0, 6.0]
> E   [right]: [nan, nan, nan, nan, nan]
> 
> pandas/_libs/testing.pyx:167: AssertionError
> _________ test_expanding_apply_consistency_sum_nans[all_data16-2-sum] __________
> request = <FixtureRequest for <Function test_expanding_apply_consistency_sum_nans[all_data16-2-sum]>>
> all_data =      0
> 0  NaN
> 1  1.0
> 2  NaN
> 3  2.0
> 4  3.0, min_periods = 2
> f = <function sum at 0x7f5498feefc0>
> 
>     @pytest.mark.parametrize("f", [lambda v: Series(v).sum(), np.nansum, np.sum])
>     def test_expanding_apply_consistency_sum_nans(request, all_data, min_periods, f):
>         if f is np.sum:
>             if not no_nans(all_data) and not (
>                 all_na(all_data) and not all_data.empty and min_periods > 0
>             ):
>                 request.node.add_marker(
>                     pytest.mark.xfail(reason="np.sum has different behavior with NaNs")
>                 )
>         expanding_f_result = all_data.expanding(min_periods=min_periods).sum()
>         expanding_apply_f_result = all_data.expanding(min_periods=min_periods).apply(
>             func=f, raw=True
>         )
> >       tm.assert_equal(expanding_f_result, expanding_apply_f_result)
> 
> pandas/tests/window/moments/test_moments_consistency_expanding.py:29: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> pandas/_libs/testing.pyx:52: in pandas._libs.testing.assert_almost_equal
>     cpdef assert_almost_equal(a, b,
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> >   raise_assert_detail(obj, msg, lobj, robj, index_values=index_values)
> E   AssertionError: DataFrame.iloc[:, 0] (column name="0") are different
> E   
> E   DataFrame.iloc[:, 0] (column name="0") values are different (40.0 %)
> E   [index]: [0, 1, 2, 3, 4]
> E   [left]:  [nan, nan, nan, 3.0, 6.0]
> E   [right]: [nan, nan, nan, nan, nan]
> 
> pandas/_libs/testing.pyx:167: AssertionError
> _________ test_expanding_apply_consistency_sum_nans[all_data17-0-sum] __________
> request = <FixtureRequest for <Function test_expanding_apply_consistency_sum_nans[all_data17-0-sum]>>
> all_data =      0
> 0  NaN
> 1  1.0
> 2  NaN
> 3  3.0
> 4  2.0, min_periods = 0
> f = <function sum at 0x7f5498feefc0>
> 
>     @pytest.mark.parametrize("f", [lambda v: Series(v).sum(), np.nansum, np.sum])
>     def test_expanding_apply_consistency_sum_nans(request, all_data, min_periods, f):
>         if f is np.sum:
>             if not no_nans(all_data) and not (
>                 all_na(all_data) and not all_data.empty and min_periods > 0
>             ):
>                 request.node.add_marker(
>                     pytest.mark.xfail(reason="np.sum has different behavior with NaNs")
>                 )
>         expanding_f_result = all_data.expanding(min_periods=min_periods).sum()
>         expanding_apply_f_result = all_data.expanding(min_periods=min_periods).apply(
>             func=f, raw=True
>         )
> >       tm.assert_equal(expanding_f_result, expanding_apply_f_result)
> 
> pandas/tests/window/moments/test_moments_consistency_expanding.py:29: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> pandas/_libs/testing.pyx:52: in pandas._libs.testing.assert_almost_equal
>     cpdef assert_almost_equal(a, b,
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> >   raise_assert_detail(obj, msg, lobj, robj, index_values=index_values)
> E   AssertionError: DataFrame.iloc[:, 0] (column name="0") are different
> E   
> E   DataFrame.iloc[:, 0] (column name="0") values are different (100.0 %)
> E   [index]: [0, 1, 2, 3, 4]
> E   [left]:  [0.0, 1.0, 1.0, 4.0, 6.0]
> E   [right]: [nan, nan, nan, nan, nan]
> 
> pandas/_libs/testing.pyx:167: AssertionError
> _________ test_expanding_apply_consistency_sum_nans[all_data17-2-sum] __________
> request = <FixtureRequest for <Function test_expanding_apply_consistency_sum_nans[all_data17-2-sum]>>
> all_data =      0
> 0  NaN
> 1  1.0
> 2  NaN
> 3  3.0
> 4  2.0, min_periods = 2
> f = <function sum at 0x7f5498feefc0>
> 
>     @pytest.mark.parametrize("f", [lambda v: Series(v).sum(), np.nansum, np.sum])
>     def test_expanding_apply_consistency_sum_nans(request, all_data, min_periods, f):
>         if f is np.sum:
>             if not no_nans(all_data) and not (
>                 all_na(all_data) and not all_data.empty and min_periods > 0
>             ):
>                 request.node.add_marker(
>                     pytest.mark.xfail(reason="np.sum has different behavior with NaNs")
>                 )
>         expanding_f_result = all_data.expanding(min_periods=min_periods).sum()
>         expanding_apply_f_result = all_data.expanding(min_periods=min_periods).apply(
>             func=f, raw=True
>         )
> >       tm.assert_equal(expanding_f_result, expanding_apply_f_result)
> 
> pandas/tests/window/moments/test_moments_consistency_expanding.py:29: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> pandas/_libs/testing.pyx:52: in pandas._libs.testing.assert_almost_equal
>     cpdef assert_almost_equal(a, b,
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> >   raise_assert_detail(obj, msg, lobj, robj, index_values=index_values)
> E   AssertionError: DataFrame.iloc[:, 0] (column name="0") are different
> E   
> E   DataFrame.iloc[:, 0] (column name="0") values are different (40.0 %)
> E   [index]: [0, 1, 2, 3, 4]
> E   [left]:  [nan, nan, nan, 4.0, 6.0]
> E   [right]: [nan, nan, nan, nan, nan]
> 
> pandas/_libs/testing.pyx:167: AssertionError
> =============================== 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_timegrouper.py: 30 warnings
> pandas/tests/groupby/transform/test_numba.py: 11 warnings
> pandas/tests/groupby/aggregate/test_numba.py: 12 warnings
> pandas/tests/window/test_numba.py: 50 warnings
> pandas/tests/window/test_apply.py: 82 warnings
> pandas/tests/window/moments/test_moments_consistency_expanding.py: 380 warnings
>   /usr/lib/python3/dist-packages/py/_process/forkedfunc.py:45: DeprecationWarning: This process (pid=679087) is multi-threaded, use of fork() may lead to deadlocks in the child.
>     pid = os.fork()
> 
> -- 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.71s call     pandas/tests/window/test_apply.py::test_center_reindex_frame[False]
> 0.32s call     pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_timegrouper_with_reg_groups
> 0.24s call     pandas/tests/window/test_apply.py::test_time_rule_frame[False]
> 0.16s call     pandas/tests/window/test_apply.py::test_frame[False]
> 0.13s setup    pandas/tests/window/test_numba.py::TestEngine::test_numba_vs_cython_rolling_methods[False-False-True-arithmetic_numba_supported_operators7-2-data3]
> 0.11s teardown pandas/tests/window/test_numba.py::TestEngine::test_numba_vs_cython_rolling_methods[False-False-True-arithmetic_numba_supported_operators7-1-data4]
> 0.11s call     pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_groupby_with_timegrouper
> 0.10s call     pandas/tests/window/test_apply.py::test_center_reindex_series[False]
> 0.08s call     pandas/tests/window/moments/test_moments_consistency_expanding.py::test_expanding_consistency_var_std_cov[all_data9-0-0]
> 0.08s call     pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_groupby_apply_timegrouper_with_nat_apply_squeeze
> 0.08s call     pandas/tests/window/test_apply.py::test_min_periods[False-None-0]
> 0.07s call     pandas/tests/window/test_apply.py::test_min_periods[False-1-0]
> 0.05s call     pandas/tests/window/test_apply.py::test_center_reindex_frame[True]
> 0.04s call     pandas/tests/window/test_apply.py::test_nans[False]
> 0.04s call     pandas/tests/window/test_apply.py::test_min_periods[False-2-0]
> 0.04s call     pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_timegrouper_with_reg_groups_freq[M]
> 0.04s call     pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_timegrouper_with_reg_groups_freq[A]
> 0.04s call     pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_timegrouper_get_group
> 0.03s call     pandas/tests/window/test_apply.py::test_time_rule_series[False]
> 0.03s call     pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_timegrouper_with_reg_groups_freq[Q-APR]
> 0.03s call     pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_timegrouper_with_reg_groups_freq[D]
> 0.02s call     pandas/tests/window/test_apply.py::test_frame[True]
> 0.02s call     pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_groupby_groups_datetimeindex
> 0.02s call     pandas/tests/window/moments/test_moments_consistency_expanding.py::test_expanding_consistency_var_debiasing_factors[all_data13-2]
> 0.02s call     pandas/tests/window/test_apply.py::test_time_rule_frame[True]
> 0.02s call     pandas/tests/window/moments/test_moments_consistency_expanding.py::test_moments_consistency_var[all_data8-0-0]
> 0.02s setup    pandas/tests/window/moments/test_moments_consistency_expanding.py::test_expanding_apply_consistency_sum_nans[all_data7-0-<lambda>]
> 0.02s call     pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_groupby_groups_periods
> 0.02s call     pandas/tests/window/moments/test_moments_consistency_expanding.py::test_expanding_consistency_var_debiasing_factors[all_data15-0]
> 0.02s call     pandas/tests/window/test_apply.py::test_center[False]
> =========================== short test summary info ============================
> FAILED pandas/tests/window/moments/test_moments_consistency_expanding.py::test_expanding_apply_consistency_sum_nans[all_data1-0-sum]
> FAILED pandas/tests/window/moments/test_moments_consistency_expanding.py::test_expanding_apply_consistency_sum_nans[all_data5-0-sum]
> FAILED pandas/tests/window/moments/test_moments_consistency_expanding.py::test_expanding_apply_consistency_sum_nans[all_data5-2-sum]
> FAILED pandas/tests/window/moments/test_moments_consistency_expanding.py::test_expanding_apply_consistency_sum_nans[all_data6-0-sum]
> FAILED pandas/tests/window/moments/test_moments_consistency_expanding.py::test_expanding_apply_consistency_sum_nans[all_data6-2-sum]
> FAILED pandas/tests/window/moments/test_moments_consistency_expanding.py::test_expanding_apply_consistency_sum_nans[all_data7-0-sum]
> FAILED pandas/tests/window/moments/test_moments_consistency_expanding.py::test_expanding_apply_consistency_sum_nans[all_data7-2-sum]
> FAILED pandas/tests/window/moments/test_moments_consistency_expanding.py::test_expanding_apply_consistency_sum_nans[all_data11-0-sum]
> FAILED pandas/tests/window/moments/test_moments_consistency_expanding.py::test_expanding_apply_consistency_sum_nans[all_data15-0-sum]
> FAILED pandas/tests/window/moments/test_moments_consistency_expanding.py::test_expanding_apply_consistency_sum_nans[all_data15-2-sum]
> FAILED pandas/tests/window/moments/test_moments_consistency_expanding.py::test_expanding_apply_consistency_sum_nans[all_data16-0-sum]
> FAILED pandas/tests/window/moments/test_moments_consistency_expanding.py::test_expanding_apply_consistency_sum_nans[all_data16-2-sum]
> FAILED pandas/tests/window/moments/test_moments_consistency_expanding.py::test_expanding_apply_consistency_sum_nans[all_data17-0-sum]
> FAILED pandas/tests/window/moments/test_moments_consistency_expanding.py::test_expanding_apply_consistency_sum_nans[all_data17-2-sum]
> ========= 14 failed, 469 passed, 1384 skipped, 566 warnings in 41.56s ==========
> E: pybuild pybuild:391: 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 PANDAS_CI=1 LOCALE_OVERRIDE=C 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 --strict-data-files $TEST_SUBSET || test $? = 5 || TEST_SUCCESS=false && echo "rdjoqkol test state = $TEST_SUCCESS"; done ; PANDAS_CI=1 LOCALE_OVERRIDE=C python3.12 -m pytest -s -m "not network" --forked --runxfail --confcutdir=/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas --deb-data-root-dir=/<<PKGBUILDDIR>>/pandas/tests --strict-data-files /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/groupby/test_numba.py /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/groupby/test_timegrouper.py /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/groupby/transform/test_numba.py /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/groupby/aggregate/test_numba.py /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/window/test_numba.py /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/window/test_apply.py /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/window/test_online.py /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pandas/tests/window/moments/test_moments_consistency_expanding.py || true ; 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 PANDAS_CI=1 LOCALE_OVERRIDE=C 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 --strict-data-files $TEST_SUBSET || test $? = 5 || TEST_SUCCESS=false && echo "rdjoqkol test state = $TEST_SUCCESS"; done ; PANDAS_CI=1 LOCALE_OVERRIDE=C python3.11 -m pytest -s -m "not network" --forked --runxfail --confcutdir=/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas --deb-data-root-dir=/<<PKGBUILDDIR>>/pandas/tests --strict-data-files /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/groupby/test_numba.py /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/groupby/test_timegrouper.py /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/groupby/transform/test_numba.py /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/groupby/aggregate/test_numba.py /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/window/test_numba.py /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/window/test_apply.py /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/window/test_online.py /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/window/moments/test_moments_consistency_expanding.py || true ; rm -rf test-data.xml .pytest_cache ; $TEST_SUCCESS
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> 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.03s ===============================
> rdjoqkol test state = true
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 13 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.44s call     pandas/tests/api/test_api.py::TestTesting::test_util_in_top_level
> 0.08s call     pandas/tests/api/test_api.py::TestPDApi::test_depr
> 0.02s call     pandas/tests/api/test_types.py::TestTypes::test_deprecated_from_api_types
> 0.01s call     pandas/tests/api/test_api.py::TestTesting::test_util_testing_deprecated
> 0.01s call     pandas/tests/api/test_api.py::TestTesting::test_util_testing_deprecated_direct
> 
> (25 durations < 0.005s hidden.  Use -vv to show these durations.)
> ============================== 13 passed in 0.60s ==============================
> rdjoqkol test state = true
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 1163 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.x......x........
> pandas/tests/apply/test_invalid_arg.py ..........................................................................................................................................................................................
> pandas/tests/apply/test_series_apply.py ............s.......xx.....x..x..x....................................xxx..............................................................
> 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.12s call     pandas/tests/apply/test_series_apply.py::test_transform_partial_failure[rank]
> 0.09s call     pandas/tests/apply/test_frame_transform.py::test_transform_partial_failure_typeerror[rank]
> 0.09s call     pandas/tests/apply/test_frame_apply.py::test_apply_differently_indexed
> 0.07s call     pandas/tests/apply/test_frame_apply.py::test_agg_multiple_mixed_no_warning
> 0.05s call     pandas/tests/apply/test_frame_apply.py::test_agg_transform[axis=1]
> 0.05s call     pandas/tests/apply/test_frame_apply.py::test_agg_transform[axis='columns']
> 0.05s call     pandas/tests/apply/test_series_apply.py::test_transform_partial_failure[pct_change]
> 0.04s call     pandas/tests/apply/test_frame_transform.py::test_transform_partial_failure_valueerror
> 0.04s call     pandas/tests/apply/test_series_apply.py::test_transform_partial_failure[fillna]
> 0.04s call     pandas/tests/apply/test_frame_transform.py::test_transform_partial_failure_typeerror[pct_change]
> 0.04s call     pandas/tests/apply/test_series_apply.py::test_transform_partial_failure[ngroup]
> 0.04s call     pandas/tests/apply/test_series_apply.py::test_transform_partial_failure[diff]
> 0.04s call     pandas/tests/apply/test_series_apply.py::test_transform_partial_failure[cumsum]
> 0.04s call     pandas/tests/apply/test_series_apply.py::test_transform_partial_failure[cummax]
> 0.04s call     pandas/tests/apply/test_series_apply.py::test_transform_partial_failure[cummin]
> 0.04s call     pandas/tests/apply/test_series_apply.py::test_transform_partial_failure[cumprod]
> 0.04s call     pandas/tests/apply/test_series_apply.py::test_transform_partial_failure_valueerror
> 0.04s call     pandas/tests/apply/test_frame_transform.py::test_transform_partial_failure_typeerror[cummax]
> 0.03s call     pandas/tests/apply/test_frame_transform.py::test_transform_partial_failure_typeerror[diff]
> 0.03s call     pandas/tests/apply/test_frame_transform.py::test_transform_partial_failure_typeerror[cummin]
> 0.03s call     pandas/tests/apply/test_frame_transform.py::test_transform_partial_failure_typeerror[cumsum]
> 0.03s call     pandas/tests/apply/test_frame_transform.py::test_transform_partial_failure_typeerror[cumprod]
> 0.03s call     pandas/tests/apply/test_frame_apply.py::test_agg_reduce[axis=1]
> 0.03s call     pandas/tests/apply/test_frame_transform.py::test_transform_listlike[axis='columns'-ops3-names3]
> 0.03s call     pandas/tests/apply/test_frame_apply.py::test_agg_reduce[axis='columns']
> 0.03s call     pandas/tests/apply/test_frame_transform.py::test_transform_listlike[axis=1-ops1-names1]
> 0.03s call     pandas/tests/apply/test_frame_transform.py::test_transform_listlike[axis=1-ops3-names3]
> 0.03s 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-ops2-names2]
> 0.02s call     pandas/tests/apply/test_frame_transform.py::test_transform_listlike[axis='columns'-ops2-names2]
> ================= 1130 passed, 10 skipped, 23 xfailed in 7.35s =================
> rdjoqkol test state = true
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 29898 items
> 
> pandas/tests/arithmetic/test_array_ops.py ....
> pandas/tests/arithmetic/test_categorical.py ....
> pandas/tests/arithmetic/test_datetime64.py ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/arithmetic/test_interval.py ......................................................xxx.................xxx.................xxx.................xxx.................xxx.................xxx.................xxx.................xxx.................xxx.................xxx.................xxx.................xxx................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................xxx.................xxx.................xxx.................xxx.................xxx.................xxx.................xxx.................xxx.................xxx.................xxx.................xxx.................xxx..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/arithmetic/test_numeric.py ..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/arithmetic/test_object.py ..................................................................................................................................................................................................
> pandas/tests/arithmetic/test_period.py ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/arithmetic/test_timedelta64.py ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> 
> =============================== warnings summary ===============================
> pandas/tests/arithmetic/test_datetime64.py: 960 warnings
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/arithmetic/test_datetime64.py:1091: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -1 to uint8 will fail in the future.
>   For the old behavior, usually:
>       np.array(value).astype(dtype)`
>   will give the desired result (the cast overflows).
>     other = np.array([4, -1], dtype=dtype)
> 
> pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_pi_sub_period[numexpr]
> pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_pi_sub_period_nat[numexpr]
> pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_pi_sub_period[python]
> pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_pi_sub_period_nat[python]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/core/arrays/timedeltas.py:908: RuntimeWarning: invalid value encountered in cast
>     base = data.astype(np.int64)
> 
> pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_pi_sub_period[numexpr]
> pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_pi_sub_period_nat[numexpr]
> pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_pi_sub_period[python]
> pandas/tests/arithmetic/test_period.py::TestPeriodIndexSeriesMethods::test_pi_sub_period_nat[python]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/core/arrays/timedeltas.py:912: RuntimeWarning: invalid value encountered in cast
>     data = (base * m + (frac * m).astype(np.int64)).view("timedelta64[ns]")
> 
> -- 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.72s call     pandas/tests/arithmetic/test_numeric.py::TestNumericComparisons::test_numeric_cmp_string_numexpr_path[numexpr-array]
> 0.72s call     pandas/tests/arithmetic/test_numeric.py::TestNumericComparisons::test_numeric_cmp_string_numexpr_path[python-array]
> 0.42s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_datetimelike_scalar[python-DataFrame-'+01:15'-Timestamp]
> 0.26s call     pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_dt64arr_cmp_arraylike_invalid[python-zoneinfo.ZoneInfo(key='UTC')-array-other7]
> 0.19s call     pandas/tests/arithmetic/test_datetime64.py::TestDatetime64Arithmetic::test_dt64arr_aware_sub_dt64ndarray_raises[numexpr-'+01:15'-DataFrame]
> 0.13s teardown pandas/tests/arithmetic/test_datetime64.py::test_dt64arr_addsub_object_dtype_2d[python]
> 0.08s call     pandas/tests/arithmetic/test_datetime64.py::TestDatetime64SeriesComparison::test_dt64arr_timestamp_equality[numexpr-DataFrame]
> 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::TestDatetime64SeriesComparison::test_dt64arr_timestamp_equality[python-DataFrame]
> 0.03s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_timedelta64_ops_nat[python]
> 0.03s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_timedelta64_ops_nat[numexpr]
> 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[numexpr-DataFrame-5-False-cls_and_kwargs27]
> 0.03s call     pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_dt64arr_cmp_arraylike_invalid[numexpr-'dateutil/US/Pacific'-DataFrame-other0]
> 0.02s call     pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[python-DataFrame-5-False-cls_and_kwargs27]
> 0.02s call     pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_relativedelta_offsets[numexpr-Series]
> 0.02s call     pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_DateOffsets[python-DataFrame-5-True-cls_and_kwargs27]
> 0.02s call     pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_relativedelta_offsets[python-Series]
> 0.02s teardown pandas/tests/arithmetic/test_timedelta64.py::test_add_timestamp_to_timedelta[python]
> 0.02s teardown pandas/tests/arithmetic/test_numeric.py::test_empty_str_comparison[python-5-5]
> 0.02s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_offset_index[python-names2-DataFrame]
> 0.02s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_offset_index[python-names1-DataFrame]
> 0.02s call     pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_relativedelta_offsets[numexpr-Index]
> 0.02s call     pandas/tests/arithmetic/test_datetime64.py::TestDatetime64DateOffsetArithmetic::test_dt64arr_add_sub_relativedelta_offsets[python-Index]
> 0.02s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_offset_index[python-names4-DataFrame]
> 0.02s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_with_offset_series[python-names2-DataFrame]
> 0.02s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_offset_index[numexpr-names0-DataFrame]
> 0.02s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_with_offset_series[numexpr-names6-DataFrame]
> 0.02s call     pandas/tests/arithmetic/test_timedelta64.py::TestTimedeltaArraylikeAddSubOps::test_td64arr_add_sub_offset_index[python-names0-DataFrame]
> ========= 29826 passed, 72 xfailed, 968 warnings in 149.01s (0:02:29) ==========
> rdjoqkol test state = true
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 17247 items / 2 skipped
> 
> pandas/tests/arrays/test_array.py ...........................................................................
> pandas/tests/arrays/test_datetimelike.py .....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................xxx.................................xxx.........................................................................................................................................................................................................................................................xxx........................ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................x...........x...................................................................................x..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................sss............................................................................................................................................................ssssssssssssssssss......................................................................................................................................................................................................................................................................................................................................ss
> 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/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_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 ---------------------------------------------------------------------------
> NameError                                 Traceback (most recent call last)
> File <string>:1
> 
> NameError: name 'Categorical' is not defined
> .
> pandas/tests/arrays/datetimes/test_constructors.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_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_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 .s.s.s.sxs.s.s.s.sxsxs.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.......ss.s.s.s.s.s.s.sxxssxxss....ssss....ssss.sssssssssss.s.s..ss.s...sss.s.s.s.s.s.s.s.s.s
> pandas/tests/arrays/string_/test_string_arrow.py s.s.sssss.sssssssssssssssssssssssssssssss
> pandas/tests/arrays/timedeltas/test_constructors.py .......
> pandas/tests/arrays/timedeltas/test_reductions.py .......................
> 
> =============================== warnings summary ===============================
> pandas/tests/arrays/floating/test_astype.py::test_astype_to_integer_array
> pandas/tests/arrays/floating/test_comparison.py::TestComparisonOps::test_compare_with_integerarray[eq]
> pandas/tests/arrays/floating/test_comparison.py::TestComparisonOps::test_compare_with_integerarray[ne]
> pandas/tests/arrays/floating/test_comparison.py::TestComparisonOps::test_compare_with_integerarray[gt]
> pandas/tests/arrays/floating/test_comparison.py::TestComparisonOps::test_compare_with_integerarray[ge]
> pandas/tests/arrays/floating/test_comparison.py::TestComparisonOps::test_compare_with_integerarray[lt]
> pandas/tests/arrays/floating/test_comparison.py::TestComparisonOps::test_compare_with_integerarray[le]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/core/arrays/masked.py:447: RuntimeWarning: invalid value encountered in cast
>     data = self._data.astype(dtype.numpy_dtype, copy=copy)
> 
> pandas/tests/arrays/floating/test_to_numpy.py::test_to_numpy_na_value[series]
> pandas/tests/arrays/floating/test_to_numpy.py::test_to_numpy_na_value[array]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/core/arrays/masked.py:418: RuntimeWarning: invalid value encountered in cast
>     data = self._data.astype(dtype)
> 
> pandas/tests/arrays/sparse/test_unary.py::TestUnaryMethods::test_neg_operator
> pandas/tests/arrays/sparse/test_unary.py::TestUnaryMethods::test_abs_operator
>   <__array_function__ internals>:200: RuntimeWarning: invalid value encountered in cast
> 
> -- 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.45s setup    pandas/tests/arrays/categorical/test_warnings.py::TestCategoricalWarnings::test_tab_complete_warning
> 0.36s call     pandas/tests/arrays/categorical/test_warnings.py::TestCategoricalWarnings::test_tab_complete_warning
> 0.27s call     pandas/tests/arrays/interval/test_ops.py::TestOverlaps::test_overlaps_interval[IntervalArray-int-both-both]
> 0.18s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties['US/Eastern'-D-weekofyear]
> 0.14s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_compare_categorical_dtype[None-datetime.timezone(datetime.timedelta(seconds=3600))-Y-True-True]
> 0.04s 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/test_datetimelike.py::TestDatetimeArray::test_to_period_2d['dateutil/Asia/Singapore'-M]
> 0.03s call     pandas/tests/arrays/integer/test_arithmetic.py::test_values_multiplying_large_series_by_NA
> 0.03s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period_2d['dateutil/Asia/Singapore'-D]
> 0.03s call     pandas/tests/arrays/categorical/test_replace.py::test_replace_categorical[b-c-result0-Categorical.categories are different]
> 0.03s call     pandas/tests/arrays/categorical/test_api.py::TestCategoricalAPI::test_set_ordered
> 0.03s call     pandas/tests/arrays/categorical/test_replace.py::test_replace_categorical[b-None-result3-Categorical.categories length are different]
> 0.02s call     pandas/tests/arrays/categorical/test_replace.py::test_replace_categorical[a-a-result2-None]
> 0.02s call     pandas/tests/arrays/categorical/test_replace.py::test_replace_categorical[c-d-result1-None]
> 0.02s call     pandas/tests/arrays/sparse/test_arithmetics.py::TestSparseArrayArithmetics::test_float_scalar_comparison[block]
> 0.02s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[pytz.FixedOffset(-300)-B-weekofyear]
> 0.02s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties['UTC+01:15'-D-week]
> 0.02s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_to_period_2d[pytz.FixedOffset(300)-Q]
> 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['UTC-02:15'-Q]
> 0.02s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties['+01:15'-B-week]
> 0.02s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[datetime.timezone.utc-W-weekofyear]
> 0.02s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties['+01:15'-W-weekofyear]
> 0.02s call     pandas/tests/arrays/sparse/test_constructors.py::TestConstructors::test_constructor_warns_when_losing_timezone
> 0.02s setup    pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties['US/Eastern'-Y-minute]
> 0.02s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[datetime.timezone.utc-B-weekofyear]
> 0.02s call     pandas/tests/arrays/test_datetimelike.py::TestDatetimeArray::test_int_properties[datetime.timezone.utc-D-weekofyear]
> 0.02s call     pandas/tests/arrays/categorical/test_constructors.py::TestCategoricalConstructors::test_constructor
> ========= 16702 passed, 526 skipped, 21 xfailed, 11 warnings in 47.28s =========
> rdjoqkol test state = true
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 1843 items
> 
> pandas/tests/base/test_constructors.py .......................
> pandas/tests/base/test_conversion.py ............................................................................................................................................................................................................................................x..............................x.....................................
> pandas/tests/base/test_fillna.py ........................................................................................ssssss......ssssssssssssssss....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 ........................................................................................ssssss......ssssssssssssssss....ssss....ssssssssss......ss....................................................ss......................ssssssssssss........................................................................................ssssss......ssssssssssssssss....ssss......ssssssss......ss............................................................................ssssssssssssXX..
> pandas/tests/base/test_value_counts.py ........................................................................................ssssss......ssssssssssssssss....ssss....ssssssssss......ss....................................................ss......................ssssssssssss..........
> 
> =============================== warnings summary ===============================
> pandas/tests/base/test_conversion.py::test_to_numpy_multiindex_series_na_value[data2-multiindex2-int-0-expected2]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/core/base.py:535: RuntimeWarning: invalid value encountered in cast
>     result = np.asarray(self._values, dtype=dtype)
> 
> -- 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.10s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[interval-None]
> 0.06s call     pandas/tests/base/test_unique.py::test_unique_null[series-with-float-index-nan]
> 0.05s call     pandas/tests/base/test_conversion.py::test_array[index-arr4-_sparse_values]
> 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_bins[index]
> 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_bins[series]
> 0.02s teardown pandas/tests/base/test_conversion.py::TestToIterable::test_iterable[series-list-datetime64[ns]-Timestamp]
> 0.01s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[period-nan]
> 0.01s call     pandas/tests/base/test_unique.py::test_unique[period]
> 0.01s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[period-None]
> 0.01s call     pandas/tests/base/test_unique.py::test_unique_null[period-None]
> 0.01s call     pandas/tests/base/test_unique.py::test_unique_null[period-nan]
> 0.01s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[datetime-tz-nan]
> 0.01s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[datetime-tz-None]
> 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[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_unique.py::test_unique[datetime-tz]
> 0.01s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[nullable_uint-None]
> 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[datetime-None]
> 0.01s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[nullable_float-None]
> 0.01s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[timedelta-None]
> 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_float-nan]
> 0.01s call     pandas/tests/base/test_value_counts.py::test_value_counts_null[nullable_uint-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[datetime-tz-nan]
> 0.01s call     pandas/tests/base/test_unique.py::test_unique_null[timedelta-None]
> ====== 1629 passed, 205 skipped, 7 xfailed, 2 xpassed, 1 warning in 3.97s ======
> rdjoqkol test state = true
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 10983 items
> 
> pandas/tests/computation/test_compat.py .....
> pandas/tests/computation/test_eval.py ..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................xx..............................xx..............................xx..............................xx........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................X.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................x........................................................................................................................................................................................................................................xx..xx.....
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.26s call     pandas/tests/computation/test_eval.py::TestAlignment::test_performance_warning_for_poor_alignment[numexpr-python]
> 0.26s call     pandas/tests/computation/test_eval.py::TestAlignment::test_performance_warning_for_poor_alignment[numexpr-pandas]
> 0.16s call     pandas/tests/computation/test_eval.py::TestAlignment::test_frame_comparison[numexpr-pandas-s1-i]
> 0.11s call     pandas/tests/computation/test_eval.py::TestEval::test_complex_cmp_ops[DataFrameNaN-DataFrameNaN-python-python-or-gt-eq]
> 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::TestAlignment::test_performance_warning_for_poor_alignment[python-python]
> 0.04s call     pandas/tests/computation/test_eval.py::TestOperations::test_truediv
> 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_nested_period_index_subscript_expression
> 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_fails_ampersand_pipe[numexpr-python-|]
> 0.02s setup    pandas/tests/computation/test_eval.py::TestEval::test_complex_cmp_ops[DataFrameNaN-SeriesNaN-python-python-|-gt-gt]
> 0.02s setup    pandas/tests/computation/test_eval.py::TestEval::test_simple_cmp_ops[DataFrameNaN-DataFrame-numexpr-python-not in]
> 0.02s setup    pandas/tests/computation/test_eval.py::TestEval::test_complex_cmp_ops[SeriesNaN-SeriesNaN-python-python-&-gt-gt]
> 0.02s setup    pandas/tests/computation/test_eval.py::TestEval::test_compound_invert_op[Series-DataFrameNaN-numexpr-pandas-not in]
> 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[numexpr-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-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_fails_ampersand_pipe[python-python-|]
> 0.01s call     pandas/tests/computation/test_eval.py::TestOperations::test_check_many_exprs[numexpr-python]
> 0.01s call     pandas/tests/computation/test_eval.py::TestOperations::test_fails_ampersand_pipe[python-python-&]
> 0.01s call     pandas/tests/computation/test_eval.py::TestOperations::test_attr_expression
> 0.01s call     pandas/tests/computation/test_eval.py::TestOperations::test_check_many_exprs[numexpr-pandas]
> 0.01s call     pandas/tests/computation/test_eval.py::TestOperations::test_multi_line_expression
> 0.01s call     pandas/tests/computation/test_eval.py::test_truediv_deprecated[python-python]
> 0.01s call     pandas/tests/computation/test_eval.py::TestAlignment::test_medium_complex_frame_alignment[numexpr-pandas-dt-dt-i-s1]
> 0.01s call     pandas/tests/computation/test_eval.py::TestOperations::test_check_many_exprs[python-pandas]
> 0.01s call     pandas/tests/computation/test_eval.py::TestAlignment::test_medium_complex_frame_alignment[numexpr-pandas-dt-dt-i-i]
> ================ 10969 passed, 13 xfailed, 1 xpassed in 57.13s =================
> rdjoqkol test state = true
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 50 items
> 
> pandas/tests/config/test_config.py .....................
> pandas/tests/config/test_localization.py ............................X
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.02s call     pandas/tests/config/test_localization.py::test_get_locales_prefix
> 
> (29 durations < 0.005s hidden.  Use -vv to show these durations.)
> ======================== 49 passed, 1 xpassed in 0.54s =========================
> rdjoqkol test state = true
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> 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
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 108 items
> 
> pandas/tests/copy_view/test_indexing.py ...........................................s............................................
> pandas/tests/copy_view/test_internals.py .s.
> pandas/tests/copy_view/test_methods.py .............
> pandas/tests/copy_view/test_setitem.py ....
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.06s call     pandas/tests/copy_view/test_indexing.py::test_subset_column_slice[single-block]
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_with_mask
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_with_column_indexer[array]
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_with_column_indexer[mask]
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_with_column_indexer[slice]
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_columns[mixed-block]
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_columns[single-block]
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_with_row_indexer[setitem-slice]
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_with_row_indexer[setitem-mask]
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_column_as_series
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_column_with_loc[single-block]
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_column_with_loc[mixed-block]
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_column
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_column_as_series_set_with_upcast
> 0.01s call     pandas/tests/copy_view/test_indexing.py::test_subset_set_column_with_loc2
> 
> (15 durations < 0.005s hidden.  Use -vv to show these durations.)
> ======================== 106 passed, 2 skipped in 0.73s ========================
> rdjoqkol test state = true
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 4277 items
> 
> 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............................................................................................................................................................................................................
> 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 ...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> 
> =============================== warnings summary ===============================
> pandas/tests/dtypes/test_missing.py::test_array_equivalent[True]
> pandas/tests/dtypes/test_missing.py::test_array_equivalent[True]
> pandas/tests/dtypes/test_missing.py::test_array_equivalent[False]
> pandas/tests/dtypes/test_missing.py::test_array_equivalent[False]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/core/arrays/timedeltas.py:908: RuntimeWarning: invalid value encountered in cast
>     base = data.astype(np.int64)
> 
> pandas/tests/dtypes/test_missing.py::test_array_equivalent[True]
> pandas/tests/dtypes/test_missing.py::test_array_equivalent[True]
> pandas/tests/dtypes/test_missing.py::test_array_equivalent[False]
> pandas/tests/dtypes/test_missing.py::test_array_equivalent[False]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/core/arrays/timedeltas.py:912: RuntimeWarning: invalid value encountered in cast
>     data = (base * m + (frac * m).astype(np.int64)).view("timedelta64[ns]")
> 
> pandas/tests/dtypes/test_missing.py::test_array_equivalent_nested[True]
> pandas/tests/dtypes/test_missing.py::test_array_equivalent_nested[True]
> pandas/tests/dtypes/test_missing.py::test_array_equivalent_nested2[True]
> pandas/tests/dtypes/test_missing.py::test_array_equivalent_nested2[True]
> pandas/tests/dtypes/test_missing.py::test_array_equivalent_nested_mixed_list[True]
> pandas/tests/dtypes/test_missing.py::test_array_equivalent_nested_mixed_list[True]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/core/dtypes/missing.py:591: DeprecationWarning: elementwise comparison failed; this will raise an error in the future.
>     if np.any(np.asarray(left_value != right_value)):
> 
> -- 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.09s call     pandas/tests/dtypes/test_inference.py::TestInference::test_maybe_convert_objects_mixed_datetimes
> 0.06s call     pandas/tests/dtypes/test_common.py::test_is_categorical
> 0.02s call     pandas/tests/dtypes/test_missing.py::test_array_equivalent[True]
> 0.02s call     pandas/tests/dtypes/test_dtypes.py::TestCategoricalDtype::test_basic
> 0.02s call     pandas/tests/dtypes/test_missing.py::test_array_equivalent[False]
> 0.01s call     pandas/tests/dtypes/test_generic.py::test_setattr_warnings
> 0.01s call     pandas/tests/dtypes/cast/test_promote.py::test_maybe_promote_any_with_datetime64[M8[ns]-datetime.date]
> 0.01s call     pandas/tests/dtypes/test_common.py::test_is_extension_type_deprecation
> 0.01s call     pandas/tests/dtypes/test_common.py::test_is_categorical_deprecation
> 
> (21 durations < 0.005s hidden.  Use -vv to show these durations.)
> =========== 4261 passed, 9 skipped, 7 xfailed, 14 warnings in 6.04s ============
> rdjoqkol test state = true
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 11512 items / 4 skipped
> 
> pandas/tests/extension/test_boolean.py .......................................................................xx....................................................x....................................................................................................xx......................................................................................................................................................................s.....................................................................................
> pandas/tests/extension/test_categorical.py ...................................x................................................................xx.................s...................................x......................................................................................................................................ss.....................................................xx........s..............................xx.............x.............x.....................................................
> pandas/tests/extension/test_common.py ...........
> pandas/tests/extension/test_datetime.py .........................................................xx..........................................................................................................................................................................................................s...................................................................................................x.......................................................................................
> pandas/tests/extension/test_extension.py ...............
> pandas/tests/extension/test_external_block.py .
> pandas/tests/extension/test_floating.py ....................................................................................................................................................................................................................................................................................................................................xxxx......................................................................................................x...x...............................................................................................................................................................................................................................................................................................................................................................s.s........................................................................ssssssss..............................................................................
> pandas/tests/extension/test_integer.py ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................xxxxxxxxxxxxxxxx..................................................................................................................................................................................................................................................................................................................................................................................................................x...x...x...x...x...x...x...x...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................s.s.s.s.s.s.s.s................................................................................................................................................................................................................................................................................................ssssssssssssssssssssssssssssssss........................................................................................................................................................................................................................................................................................................................
> pandas/tests/extension/test_interval.py ..............................s......................................xx...............................................................................................................................ss.....................................................xx..........xxxxx..................................................................x.........................................x..
> pandas/tests/extension/test_numpy.py ...........s.s.........x..........................ss.x.............................................x....................................xxxx..................................x...................................................x.....................................................................................................................................................................................................................x.x.x.x.xxx.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.x.x.x......................xx..xx.............................x.x.........................................................x.x...............................................................................x.x.x..xx.x..xx..xx.......xxx...xxx.x...x...x.x.x................xx................................................................
> pandas/tests/extension/test_period.py ..................................................................................................................xxxx..................................................................................................................................................................................................................................................................................................................................................................................................................s.s.....................................................................................................................................................................................................x...x................................................................................................................................................................................
> pandas/tests/extension/test_sparse.py ................................xx............................xx..............................xx......................................xx......s.s.s.s.s.s.xx......................................xxxx.............................xx..s...xx................xx.......x..x..............................................................................................................................................................................................................xx......xx..x.......ss..ssssss...............xx..................xx..........xxssssssssssssss..............ssssssssssssss..............xxxx....xx.x................xx............xxxxxxxxxxxxxxxxxxxxxxxx........xxxxxx....
> pandas/tests/extension/test_string.py .s.s.s.sss.s.s.s.s.s.s.sss.sss.s.s.s.s.s.s.s.sssss..ss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.s.s.sss.sssss..ssss.sss.sss.sss.s.s.sss.sssss..ssssss..ssss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sssss..ssssssssssssssssss........ssssssssss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sssssss...sssssss..ssssssxxssss.sss.sss.sss.sss.sss.sss.sss.sss.sssss..ssss.sss.sss.sss.sss.s.ss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sssss..ssss.sss.sss.sss.sss.sss.sssssss...sssssssss...sssss.sss.sss.sss.sssssss...sssssssss...sssssssssss.x..ssssssssssss....ssssssss..ssss.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.sssss..ssss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sssss..ssssss..ssssss..ssssss..ssssss..ssssss..ssssss..ssssss..ssssss..ssssss..ssssss..ssssss..ssss.sss.sss.sss.sssss..ssssss..ssss.sssssssss....ssssssss..ssssss..ssss.sss.sss.sss.sss.sss.sss.sssssssssssss......ssssssss.sssssssssssssssssss.....sssssssssssssss.....sssssss.sss.sss.sss.sss.sss.sss.sss.sss.sssssssss....ssssssssssss....ssssssssssss....ssssssssssss....ssssssssssss....ssssssssssss....ssssss.sss.sss.sss.sssssss...sssssssss...sssss.sss.sss.sssssssssssssssss........ssssssssssss..ssssss..ssss.sss.sssss..ssssss..ssssss..ssssss..ssssss..ssssss..ssss.sss.sss.sss.sss.sss.sssss.sssss.s.sssss..ssss.sss.sss.sss.sss.sss.sssss..ssss.sss.sss.sss.sss.sss.sssss..ssssss..ssss.sss.sss.sss.sss.sss.sss.sss.sss.sssss..ssss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sss.sssss..ssssssssssssss......ssssssssssssssssss......ssssssssssssssssss......ssssss
> pandas/tests/extension/array_with_attr/test_array_with_attr.py .
> pandas/tests/extension/decimal/test_decimal.py .....................................................................................................xx......................................................................................................................................................................................s...................................................x...........................................x...............................................................................
> pandas/tests/extension/json/test_json.py .....................................x...........xxxx....................xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...................xx.................................xx........................s.........................................ss.........................................xxxx........xxxxxxxx......s....x...xxxxx.............................xxxxxxxxxxxxxx.x.x....................
> pandas/tests/extension/list/test_list.py .
> 
> =============================== warnings summary ===============================
> pandas/tests/extension/test_boolean.py::TestDtype::test_is_not_string_type
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_boolean.py::TestDtype::test_is_not_string_type returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_boolean.py::TestDtype::test_is_not_object_type
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_boolean.py::TestDtype::test_is_not_object_type returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_categorical.py::TestDtype::test_is_not_string_type
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_categorical.py::TestDtype::test_is_not_string_type returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_categorical.py::TestDtype::test_is_not_object_type
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_categorical.py::TestDtype::test_is_not_object_type returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_datetime.py::TestDatetimeDtype::test_is_not_string_type[US/Central]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_datetime.py::TestDatetimeDtype::test_is_not_string_type[US/Central] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_datetime.py::TestDatetimeDtype::test_is_not_object_type[US/Central]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_datetime.py::TestDatetimeDtype::test_is_not_object_type[US/Central] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_floating.py::TestDtype::test_is_not_string_type[Float32Dtype]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_floating.py::TestDtype::test_is_not_string_type[Float32Dtype] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_floating.py::TestDtype::test_is_not_string_type[Float64Dtype]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_floating.py::TestDtype::test_is_not_string_type[Float64Dtype] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_floating.py::TestDtype::test_is_not_object_type[Float32Dtype]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_floating.py::TestDtype::test_is_not_object_type[Float32Dtype] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_floating.py::TestDtype::test_is_not_object_type[Float64Dtype]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_floating.py::TestDtype::test_is_not_object_type[Float64Dtype] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_floating.py::Test2DCompat::test_reductions_2d_axis_none[Float32Dtype-prod]
> pandas/tests/extension/test_floating.py::Test2DCompat::test_reductions_2d_axis1[Float32Dtype-prod]
>   /usr/lib/python3/dist-packages/numpy/core/fromnumeric.py:86: RuntimeWarning: overflow encountered in reduce
>     return ufunc.reduce(obj, axis, dtype, out, **passkwargs)
> 
> pandas/tests/extension/test_integer.py::TestDtype::test_is_not_string_type[Int8Dtype]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_integer.py::TestDtype::test_is_not_string_type[Int8Dtype] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_integer.py::TestDtype::test_is_not_string_type[Int16Dtype]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_integer.py::TestDtype::test_is_not_string_type[Int16Dtype] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_integer.py::TestDtype::test_is_not_string_type[Int32Dtype]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_integer.py::TestDtype::test_is_not_string_type[Int32Dtype] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_integer.py::TestDtype::test_is_not_string_type[Int64Dtype]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_integer.py::TestDtype::test_is_not_string_type[Int64Dtype] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_integer.py::TestDtype::test_is_not_string_type[UInt8Dtype]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_integer.py::TestDtype::test_is_not_string_type[UInt8Dtype] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_integer.py::TestDtype::test_is_not_string_type[UInt16Dtype]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_integer.py::TestDtype::test_is_not_string_type[UInt16Dtype] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_integer.py::TestDtype::test_is_not_string_type[UInt32Dtype]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_integer.py::TestDtype::test_is_not_string_type[UInt32Dtype] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_integer.py::TestDtype::test_is_not_string_type[UInt64Dtype]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_integer.py::TestDtype::test_is_not_string_type[UInt64Dtype] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_integer.py::TestDtype::test_is_not_object_type[Int8Dtype]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_integer.py::TestDtype::test_is_not_object_type[Int8Dtype] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_integer.py::TestDtype::test_is_not_object_type[Int16Dtype]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_integer.py::TestDtype::test_is_not_object_type[Int16Dtype] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_integer.py::TestDtype::test_is_not_object_type[Int32Dtype]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_integer.py::TestDtype::test_is_not_object_type[Int32Dtype] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_integer.py::TestDtype::test_is_not_object_type[Int64Dtype]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_integer.py::TestDtype::test_is_not_object_type[Int64Dtype] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_integer.py::TestDtype::test_is_not_object_type[UInt8Dtype]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_integer.py::TestDtype::test_is_not_object_type[UInt8Dtype] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_integer.py::TestDtype::test_is_not_object_type[UInt16Dtype]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_integer.py::TestDtype::test_is_not_object_type[UInt16Dtype] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_integer.py::TestDtype::test_is_not_object_type[UInt32Dtype]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_integer.py::TestDtype::test_is_not_object_type[UInt32Dtype] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_integer.py::TestDtype::test_is_not_object_type[UInt64Dtype]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_integer.py::TestDtype::test_is_not_object_type[UInt64Dtype] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_interval.py::TestDtype::test_is_not_string_type
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_interval.py::TestDtype::test_is_not_string_type returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_interval.py::TestDtype::test_is_not_object_type
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_interval.py::TestDtype::test_is_not_object_type returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_numpy.py::TestDtype::test_is_not_string_type[float]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_numpy.py::TestDtype::test_is_not_string_type[float] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_numpy.py::TestDtype::test_is_not_string_type[object]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_numpy.py::TestDtype::test_is_not_string_type[object] returned False, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_numpy.py::TestDtype::test_is_not_object_type[float]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_numpy.py::TestDtype::test_is_not_object_type[float] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_numpy.py::TestDtype::test_is_not_object_type[object]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_numpy.py::TestDtype::test_is_not_object_type[object] returned False, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_period.py::TestPeriodDtype::test_is_not_string_type[D]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_period.py::TestPeriodDtype::test_is_not_string_type[D] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_period.py::TestPeriodDtype::test_is_not_string_type[2D]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_period.py::TestPeriodDtype::test_is_not_string_type[2D] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_period.py::TestPeriodDtype::test_is_not_object_type[D]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_period.py::TestPeriodDtype::test_is_not_object_type[D] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_period.py::TestPeriodDtype::test_is_not_object_type[2D]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_period.py::TestPeriodDtype::test_is_not_object_type[2D] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_sparse.py::TestDtype::test_is_not_string_type
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_sparse.py::TestDtype::test_is_not_string_type returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_sparse.py::TestDtype::test_is_not_object_type
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_sparse.py::TestDtype::test_is_not_object_type returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_string.py::TestDtype::test_is_not_string_type[python]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_string.py::TestDtype::test_is_not_string_type[python] returned False, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/test_string.py::TestDtype::test_is_not_object_type[python]
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/test_string.py::TestDtype::test_is_not_object_type[python] returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/decimal/test_decimal.py::TestDtype::test_is_not_string_type
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/decimal/test_decimal.py::TestDtype::test_is_not_string_type returned False, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/decimal/test_decimal.py::TestDtype::test_is_not_object_type
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/decimal/test_decimal.py::TestDtype::test_is_not_object_type returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/json/test_json.py::TestDtype::test_is_not_string_type
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/json/test_json.py::TestDtype::test_is_not_string_type returned False, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> pandas/tests/extension/json/test_json.py::TestDtype::test_is_not_object_type
>   /usr/lib/python3/dist-packages/_pytest/python.py:198: PytestReturnNotNoneWarning: Expected None, but pandas/tests/extension/json/test_json.py::TestDtype::test_is_not_object_type returned True, which will be an error in a future version of pytest.  Did you mean to use `assert` instead of `return`?
>     warnings.warn(
> 
> -- 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.70s call     pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[0-frame-index2]
> 0.70s call     pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[nan-frame-index2]
> 0.49s call     pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[0-frame-index3]
> 0.49s call     pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[nan-frame-index3]
> 0.41s call     pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[0-series-index2]
> 0.40s call     pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[nan-series-index2]
> 0.30s call     pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[0-series-index3]
> 0.28s call     pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[nan-series-index3]
> 0.20s call     pandas/tests/extension/test_string.py::TestMethods::test_sort_values_missing[None-False-python-True]
> 0.14s call     pandas/tests/extension/test_integer.py::TestMissing::test_use_inf_as_na_no_effect[UInt32Dtype]
> 0.13s call     pandas/tests/extension/test_integer.py::TestGetitem::test_take[Int8Dtype]
> 0.07s call     pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[0-frame-index0]
> 0.07s call     pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[nan-frame-index1]
> 0.07s call     pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[0-frame-index1]
> 0.07s call     pandas/tests/extension/test_sparse.py::TestReshaping::test_unstack[nan-frame-index0]
> 0.07s call     pandas/tests/extension/test_interval.py::TestReshaping::test_unstack[series-index2]
> 0.07s call     pandas/tests/extension/decimal/test_decimal.py::TestArithmeticOps::test_arith_series_with_array[__rpow__]
> 0.06s call     pandas/tests/extension/test_interval.py::TestReshaping::test_unstack[series-index3]
> 0.06s call     pandas/tests/extension/test_floating.py::TestReshaping::test_unstack[Float32Dtype-series-index2]
> 0.06s call     pandas/tests/extension/test_floating.py::TestReshaping::test_unstack[Float64Dtype-series-index2]
> 0.06s call     pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[Int16Dtype-series-index2]
> 0.06s call     pandas/tests/extension/test_numpy.py::TestReshaping::test_unstack[float-series-index2]
> 0.06s call     pandas/tests/extension/test_categorical.py::TestReshaping::test_unstack[series-index2]
> 0.06s call     pandas/tests/extension/test_string.py::TestReshaping::test_unstack[False-python-series-index2]
> 0.06s call     pandas/tests/extension/test_interval.py::TestReshaping::test_unstack[frame-index2]
> 0.06s call     pandas/tests/extension/test_numpy.py::TestReshaping::test_unstack[object-series-index2]
> 0.06s call     pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[UInt16Dtype-series-index2]
> 0.06s call     pandas/tests/extension/test_integer.py::TestReshaping::test_unstack[Int32Dtype-series-index2]
> 0.06s call     pandas/tests/extension/test_boolean.py::TestReshaping::test_unstack[series-index2]
> 0.06s call     pandas/tests/extension/decimal/test_decimal.py::TestReshaping::test_unstack[series-index2]
> === 9850 passed, 1352 skipped, 314 xfailed, 46 warnings in 70.08s (0:01:10) ====
> rdjoqkol test state = true
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 7878 items
> 
> pandas/tests/frame/test_alter_axes.py ..
> pandas/tests/frame/test_api.py ..................................
> pandas/tests/frame/test_arithmetic.py ..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/frame/test_block_internals.py ....................
> pandas/tests/frame/test_constructors.py .............................................................................................................................................................................................s.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................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......sssss.........................................................................s..s.....sssss..............................................ss..ss......................ss................................................
> pandas/tests/frame/test_reductions.py ........................................................................................................................................................................................................................................................................................x...........s..x...........s..................xxxx...................................
> pandas/tests/frame/test_repr_info.py .................................
> 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 ............................
> pandas/tests/frame/constructors/test_from_dict.py .............
> pandas/tests/frame/constructors/test_from_records.py ........................
> pandas/tests/frame/indexing/test_coercion.py xx.....xxx.
> 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 ...............................................................................................................................................................
> pandas/tests/frame/indexing/test_insert.py ......
> pandas/tests/frame/indexing/test_lookup.py ......
> pandas/tests/frame/indexing/test_mask.py .............
> pandas/tests/frame/indexing/test_set_value.py ...
> pandas/tests/frame/indexing/test_setitem.py .............................................................................................................................................................................................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_append.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........................................................................................................
> 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.py ...
> pandas/tests/frame/methods/test_convert_dtypes.py ..ss..
> pandas/tests/frame/methods/test_copy.py .....
> pandas/tests/frame/methods/test_count.py ..
> pandas/tests/frame/methods/test_count_with_level_deprecated.py ....
> pandas/tests/frame/methods/test_cov_corr.py ........................................................................
> pandas/tests/frame/methods/test_describe.py ...............................................
> pandas/tests/frame/methods/test_diff.py .........x...........................
> pandas/tests/frame/methods/test_dot.py ................
> 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_isin.py ................
> pandas/tests/frame/methods/test_join.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 ................................................................................................................
> 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 ...................s.................ss....ss...............................................................................................................................................................
> 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_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 ...............
> 
> =============================== warnings summary ===============================
> pandas/tests/frame/test_reductions.py::TestDataFrameAnalytics::test_sum_nanops_timedelta
> pandas/tests/frame/test_reductions.py::TestDataFrameAnalytics::test_sum_nanops_timedelta
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/core/arrays/timedeltas.py:908: RuntimeWarning: invalid value encountered in cast
>     base = data.astype(np.int64)
> 
> pandas/tests/frame/test_reductions.py::TestDataFrameAnalytics::test_sum_nanops_timedelta
> pandas/tests/frame/test_reductions.py::TestDataFrameAnalytics::test_sum_nanops_timedelta
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/core/arrays/timedeltas.py:912: RuntimeWarning: invalid value encountered in cast
>     data = (base * m + (frac * m).astype(np.int64)).view("timedelta64[ns]")
> 
> pandas/tests/frame/methods/test_astype.py::TestAstype::test_astype_mixed_type
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/core/dtypes/astype.py:189: RuntimeWarning: invalid value encountered in cast
>     return values.astype(dtype, copy=copy)
> 
> pandas/tests/frame/methods/test_quantile.py::TestDataFrameQuantile::test_quantile_empty_no_rows_dt64[nearest-table]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/frame/methods/test_quantile.py:777: FutureWarning: The behavior of DatetimeArray._from_sequence with a timezone-aware dtype and floating-dtype data is deprecated. In a future version, this data will be interpreted as nanosecond UTC timestamps instead of wall-times, matching the behavior with integer dtypes. To retain the old behavior, explicitly cast to 'datetime64[ns]' before passing the data to pandas. To get the future behavior, first cast to 'int64'.
>     res = df.quantile(
> 
> pandas/tests/frame/methods/test_sort_index.py::TestDataFrameSortIndex::test_sort_index_non_existent_label_multiindex
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/frame/methods/test_sort_index.py:53: DeprecationWarning: In a future version, `df.iloc[:, i] = newvals` will attempt to set the values inplace instead of always setting a new array. To retain the old behavior, use either `df[df.columns[i]] = newvals` or, if columns are non-unique, `df.isetitem(i, newvals)`
>     df.loc["b", "2"] = 1
> 
> -- 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 =============================
> 10.89s call     pandas/tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_wide_frame_formatting
> 3.65s call     pandas/tests/frame/methods/test_duplicated.py::test_duplicated_do_not_fail_on_wide_dataframes
> 3.48s call     pandas/tests/frame/test_stack_unstack.py::TestStackUnstackMultiLevel::test_unstack_number_of_levels_larger_than_int32
> 2.76s call     pandas/tests/frame/methods/test_rank.py::TestRank::test_pct_max_many_rows
> 1.99s call     pandas/tests/frame/indexing/test_where.py::test_where_inplace_casting
> 1.73s call     pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_mrecarray
> 0.72s call     pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_repr_bytes_61_lines
> 0.36s call     pandas/tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_chunking[50000]
> 0.36s call     pandas/tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_chunking[100000]
> 0.36s call     pandas/tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_chunking[10000]
> 0.32s call     pandas/tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_with_dst_transitions_with_pickle
> 0.31s call     pandas/tests/frame/methods/test_to_csv.py::TestDataFrameToCSV::test_to_csv_dups_cols
> 0.26s call     pandas/tests/frame/test_api.py::TestDataFrameMisc::test_inspect_getmembers
> 0.24s call     pandas/tests/frame/test_api.py::TestDataFrameMisc::test_tab_complete_warning[DataFrame]
> 0.22s setup    pandas/tests/frame/test_api.py::TestDataFrameMisc::test_tab_complete_warning[DataFrame]
> 0.21s call     pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_floordiv_axis0_numexpr_path[python-pow]
> 0.21s call     pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_floordiv_axis0_numexpr_path[numexpr-pow]
> 0.20s call     pandas/tests/frame/methods/test_rank.py::TestRank::test_rank_methods_frame
> 0.20s call     pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_floordiv_axis0_numexpr_path[numexpr-floordiv]
> 0.19s call     pandas/tests/frame/test_arithmetic.py::TestFrameFlexArithmetic::test_floordiv_axis0_numexpr_path[python-floordiv]
> 0.17s call     pandas/tests/frame/methods/test_head_tail.py::test_head_tail_generic[datetime-tz-DataFrame]
> 0.17s call     pandas/tests/frame/test_constructors.py::TestDataFrameConstructors::test_constructor_arrays_and_scalars
> 0.17s call     pandas/tests/frame/methods/test_at_time.py::TestAtTime::test_at_time_axis[index]
> 0.16s call     pandas/tests/frame/test_stack_unstack.py::TestStackUnstackMultiLevel::test_stack
> 0.16s call     pandas/tests/frame/methods/test_at_time.py::TestAtTime::test_at_time_axis[0]
> 0.16s call     pandas/tests/frame/methods/test_head_tail.py::test_head_tail_generic[period-DataFrame]
> 0.13s call     pandas/tests/frame/test_reductions.py::TestDataFrameAnalytics::test_stat_op_calc
> 0.13s call     pandas/tests/frame/test_stack_unstack.py::TestStackUnstackMultiLevel::test_stack_unstack_multiple
> 0.12s call     pandas/tests/frame/test_stack_unstack.py::TestStackUnstackMultiLevel::test_stack_order_with_unsorted_levels_multi_row
> 0.12s call     pandas/tests/frame/test_repr_info.py::TestDataFrameReprInfoEtc::test_repr_to_string
> ===== 7784 passed, 41 skipped, 53 xfailed, 7 warnings in 87.54s (0:01:27) ======
> rdjoqkol test state = true
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 915 items
> 
> pandas/tests/generic/test_duplicate_labels.py ..........xx....xx..xx.x.......xx.xxx................x.................
> pandas/tests/generic/test_finalize.py ...........................x...............................xxxx..........x.xxx......x............x..................................................................xx........xxxxx...xx..........xxxxxxxxx...xx..........xxxxxxxxx...xx..........xxxxxxxxx...xx..........xxxxxxxxx...xx..........xxxxxxxxx...xx..........xxxxxxxxx...xx..........xxxxxxxxx...xx..........xxxxxxxxx...xx..........xxxxxxxxx...xx..........xxxxxxxxx...xx..........xxxxxxxxx...xx..........xxxxxxxxx...xx..........xxxxxxxxx...xx..........xxxxxxxxx.......................................................................................xxxxxxxxx..........xxxxxxxxxxxxxx.
> 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 ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.02s call     pandas/tests/generic/test_finalize.py::test_groupby_finalize_not_implemented[<lambda>6-obj1]
> 0.01s call     pandas/tests/generic/test_duplicate_labels.py::test_raises_basic[IntervalIndex]
> 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[PeriodIndex]
> 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[CategoricalIndex]
> 0.01s call     pandas/tests/generic/test_duplicate_labels.py::test_raises_basic[Float64Index]
> 0.01s call     pandas/tests/generic/test_duplicate_labels.py::test_raises_basic[Int64Index]
> 0.01s call     pandas/tests/generic/test_duplicate_labels.py::test_raises_basic[Index]
> 0.01s call     pandas/tests/generic/test_finalize.py::test_groupby_finalize_not_implemented[<lambda>6-obj0]
> 0.01s call     pandas/tests/generic/test_frame.py::TestDataFrame::test_metadata_propagation_indiv_groupby
> 0.01s call     pandas/tests/generic/test_finalize.py::test_groupby_finalize_not_implemented[<lambda>5-obj1]
> 0.01s call     pandas/tests/generic/test_finalize.py::test_groupby_finalize_not_implemented[<lambda>0-obj1]
> 0.01s call     pandas/tests/generic/test_duplicate_labels.py::TestPreserves::test_binops[other1-True-add]
> 0.01s call     pandas/tests/generic/test_duplicate_labels.py::TestPreserves::test_binops[other1-True-sub]
> 0.01s call     pandas/tests/generic/test_generic.py::TestNDFrame::test_depr_take_kwarg_is_copy[DataFrame-True]
> 0.01s call     pandas/tests/generic/test_finalize.py::test_finalize_called[pivot_table', columns='A', aggfunc=['mean', 'sum]
> 0.01s call     pandas/tests/generic/test_generic.py::TestNDFrame::test_axis_names_deprecated[DataFrame]
> 0.01s call     pandas/tests/generic/test_generic.py::TestNDFrame::test_slice_shift_deprecated[DataFrame]
> 0.01s call     pandas/tests/generic/test_generic.py::TestNDFrame::test_axis_numbers_deprecated[Series]
> 0.01s call     pandas/tests/generic/test_generic.py::TestNDFrame::test_depr_take_kwarg_is_copy[DataFrame-False]
> 0.01s call     pandas/tests/generic/test_generic.py::TestNDFrame::test_axis_numbers_deprecated[DataFrame]
> 0.01s call     pandas/tests/generic/test_generic.py::TestNDFrame::test_depr_take_kwarg_is_copy[Series-False]
> 0.01s call     pandas/tests/generic/test_finalize.py::test_groupby_finalize_not_implemented[<lambda>3-obj1]
> 0.01s call     pandas/tests/generic/test_generic.py::TestNDFrame::test_slice_shift_deprecated[Series]
> 0.01s call     pandas/tests/generic/test_generic.py::TestNDFrame::test_depr_take_kwarg_is_copy[Series-True]
> 0.01s call     pandas/tests/generic/test_generic.py::TestNDFrame::test_axis_names_deprecated[Series]
> 0.01s call     pandas/tests/generic/test_finalize.py::test_finalize_called[describe1]
> 
> (1 durations < 0.005s hidden.  Use -vv to show these durations.)
> ================= 639 passed, 68 skipped, 208 xfailed in 6.70s =================
> rdjoqkol test state = true
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 11799 items
> 
> pandas/tests/groupby/test_allowlist.py ..........................................................................................................................................................................................................................................{'shift', 'corr', 'all', 'tail', 'pad', 'expanding', 'max', 'filter', 'sum', 'plot', 'last', 'indices', 'size', 'sem', 'transform', 'diff', 'ffill', 'prod', 'ewm', 'apply', 'ngroups', 'dtypes', 'count', 'value_counts', 'var', 'rolling', 'ohlc', 'idxmax', 'hist', 'cumprod', 'rank', 'cummin', 'aggregate', 'bfill', 'get_group', 'resample', 'quantile', 'pipe', 'groups', 'std', 'ngroup', 'mean', 'min', 'head', 'cumsum', 'nunique', 'nth', 'cov', 'agg', 'ndim', 'cummax', 'any', 'cumcount', 'take', 'tshift', 'fillna', 'mad', 'backfill', 'boxplot', 'median', 'pct_change', 'skew', 'describe', 'sample', 'corrwith', 'first', 'idxmin'}
> frozenset({'cumprod', 'rank', 'shift', 'cummin', 'aggregate', 'corr', 'all', 'bfill', 'get_group', 'tail', 'pad', 'hist', 'expanding', 'max', 'quantile', 'sum', 'resample', 'filter', 'std', 'pipe', 'groups', 'ngroup', 'mean', 'plot', 'min', 'head', 'last', 'nunique', 'cumsum', 'indices', 'nth', 'size', 'sem', 'cov', 'agg', 'transform', 'ndim', 'cummax', 'any', 'cumcount', 'diff', 'ffill', 'tshift', 'take', 'fillna', 'mad', 'prod', 'ewm', 'median', 'backfill', 'boxplot', 'apply', 'ngroups', 'pct_change', 'dtypes', 'count', 'skew', 'idxmax', 'var', 'value_counts', 'describe', 'rolling', 'sample', 'ohlc', 'corrwith', 'first', 'idxmin'})
> .
> pandas/tests/groupby/test_any_all.py .........................................................................................................................
> 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 .............................................................................xx..........................................x.....................................................................................................................
> pandas/tests/groupby/test_counting.py .................................
> pandas/tests/groupby/test_filters.py .........................
> pandas/tests/groupby/test_frame_value_counts.py ..............................................................................................................................................................
> pandas/tests/groupby/test_function.py ..................................................................................xxx......ssssss...sss..............................xxx......................................................sss..................................................................................................................................................................................................................................................................................................xxxx....................ssss........................................................ssss........................................ssss............ssss.................................................
> pandas/tests/groupby/test_groupby.py ..................................s..........s........................................................................................................................xx......................................xx......................................xx......................................xx......................................xx......................................xx..............................................................................................................................................................x.xx....................................x.xx....................................x.xx....................................x.xx....................................x.xx....................................x.xx.....................................x.x.....................................x.x.....................................x.x.....................................x.......................................x.......................................x.....................................................................................................................................................................................................................................x....................................ss............ss..............ss..........................x................................................................................
> pandas/tests/groupby/test_groupby_dropna.py ..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................x..xxxx..x..xxxxxxxxxxxxx..x..xxxx..x..xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.................................................................................sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................x..xxxx..x..xxxxxxxxxxxxx..x..xxxx..x..xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.................................................................................sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> 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_numba.py ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
> pandas/tests/groupby/test_nunique.py ..........................................................
> pandas/tests/groupby/test_pipe.py ..
> pandas/tests/groupby/test_quantile.py ........................................................................................x....x......................................................................................................................................................
> 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...........
> pandas/tests/groupby/test_timegrouper.py .............................s
> pandas/tests/groupby/test_value_counts.py .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/groupby/aggregate/test_aggregate.py ....................................................................................................................................................................................................................................................................................................................................x..x...................................................x.
> pandas/tests/groupby/aggregate/test_cython.py .....................................................................................................................................................................
> pandas/tests/groupby/aggregate/test_numba.py ssssssssssssssssssssssssssssss
> pandas/tests/groupby/aggregate/test_other.py .......................................
> pandas/tests/groupby/transform/test_numba.py sssssssssssssssssssssssssssss
> pandas/tests/groupby/transform/test_transform.py .............x.......x..xx......x.................................x.....................................................................................xx..xx..xx..xx..xx..xx..xx..xx..xx..xx..xx..xx.............................x.........................................................x......................x...................................x...............x..x......................x...................................x...............x................................................................................................
> 
> =============================== warnings summary ===============================
> pandas/tests/groupby/test_apply.py::test_empty_df[agg-mad]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/groupby/test_apply.py:1354: FutureWarning: The 'mad' method is deprecated and will be removed in a future version. To compute the same result, you may do `(df - df.mean()).abs().mean()`.
>     result = getattr(group, method)(op)
> 
> pandas/tests/groupby/test_function.py::test_groupby_cumprod
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/core/dtypes/cast.py:380: RuntimeWarning: invalid value encountered in cast
>     new_result = trans(result).astype(dtype)
> 
> pandas/tests/groupby/test_groupby.py::test_wrap_aggregated_output_multindex
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/groupby/test_groupby.py:1041: FutureWarning: Dropping invalid columns in DataFrameGroupBy.agg is deprecated. In a future version, a TypeError will be raised. Before calling .agg, select only columns which should be valid for the function.
>     df.groupby(keys).agg(np.mean, numeric_only=True)
> 
> pandas/tests/groupby/test_groupby_dropna.py: 162 warnings
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/groupby/test_groupby_dropna.py:458: FutureWarning: In a future version, passing a SparseArray to pd.Index will store that array directly instead of converting to a dense numpy ndarray. To retain the old behavior, use pd.Index(arr.to_numpy()) instead
>     result = gb.sum()
> 
> pandas/tests/groupby/test_groupby_dropna.py: 162 warnings
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/groupby/test_groupby_dropna.py:472: FutureWarning: In a future version, passing a SparseArray to pd.Index will store that array directly instead of converting to a dense numpy ndarray. To retain the old behavior, use pd.Index(arr.to_numpy()) instead
>     index = pd.Index(
> 
> pandas/tests/groupby/test_size.py::test_size_axis_1[axis=1-True-True-by4]
> pandas/tests/groupby/test_size.py::test_size_axis_1[axis=1-False-True-by4]
> pandas/tests/groupby/test_size.py::test_size_axis_1[axis='columns'-True-True-by4]
> pandas/tests/groupby/test_size.py::test_size_axis_1[axis='columns'-False-True-by4]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/groupby/test_size.py:36: FutureWarning: The default dtype for empty Series will be 'object' instead of 'float64' in a future version. Specify a dtype explicitly to silence this warning.
>     expected = Series(counts)
> 
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[mad-A]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[mad-A]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[mad-keys1]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[mad-keys1]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[mad-keys1]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[mad-keys1]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[mad-keys1]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[mad-keys1]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/groupby/transform/test_transform.py:1563: FutureWarning: The 'mad' method is deprecated and will be removed in a future version. To compute the same result, you may do `(df - df.mean()).abs().mean()`.
>     result = gb_as_index_true.transform(groupby_func, *args)
> 
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[mad-A]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[mad-A]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[mad-keys1]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[mad-keys1]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[mad-keys1]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[mad-keys1]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[mad-keys1]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[mad-keys1]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/groupby/transform/test_transform.py:1564: FutureWarning: The 'mad' method is deprecated and will be removed in a future version. To compute the same result, you may do `(df - df.mean()).abs().mean()`.
>     expected = gb_as_index_false.transform(groupby_func, *args)
> 
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[backfill-A]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[backfill-keys1]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/groupby/transform/test_transform.py:1563: FutureWarning: backfill is deprecated and will be removed in a future version. Use bfill instead.
>     result = gb_as_index_true.transform(groupby_func, *args)
> 
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[backfill-A]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[backfill-keys1]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/groupby/transform/test_transform.py:1564: FutureWarning: backfill is deprecated and will be removed in a future version. Use bfill instead.
>     expected = gb_as_index_false.transform(groupby_func, *args)
> 
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[pad-A]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[pad-keys1]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/groupby/transform/test_transform.py:1563: FutureWarning: pad is deprecated and will be removed in a future version. Use ffill instead.
>     result = gb_as_index_true.transform(groupby_func, *args)
> 
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[pad-A]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[pad-keys1]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/groupby/transform/test_transform.py:1564: FutureWarning: pad is deprecated and will be removed in a future version. Use ffill instead.
>     expected = gb_as_index_false.transform(groupby_func, *args)
> 
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[tshift-A]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[tshift-A]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[tshift-keys1]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[tshift-keys1]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[tshift-keys1]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[tshift-keys1]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[tshift-keys1]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[tshift-keys1]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/groupby/transform/test_transform.py:1563: FutureWarning: tshift is deprecated and will be removed in a future version. Please use shift instead.
>     result = gb_as_index_true.transform(groupby_func, *args)
> 
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[tshift-A]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[tshift-A]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[tshift-keys1]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[tshift-keys1]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[tshift-keys1]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[tshift-keys1]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[tshift-keys1]
> pandas/tests/groupby/transform/test_transform.py::test_as_index_no_change[tshift-keys1]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/groupby/transform/test_transform.py:1564: FutureWarning: tshift is deprecated and will be removed in a future version. Please use shift instead.
>     expected = gb_as_index_false.transform(groupby_func, *args)
> 
> -- 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 =============================
> 2.42s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[True-False-1000-n3]
> 2.41s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[True-True-1000-n3]
> 2.41s call     pandas/tests/groupby/transform/test_transform.py::test_cython_transform_frame[shift-args2-<lambda>]
> 2.40s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[False-True-1000-n3]
> 2.40s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[False-False-1000-n3]
> 2.39s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[True-False-100-n3]
> 2.38s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[True-False-10-n3]
> 2.38s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[False-True-100-n3]
> 2.38s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[False-False-100-n3]
> 2.38s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[False-False-10-n3]
> 2.38s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[True-True-100-n3]
> 2.37s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[True-True-10-n3]
> 2.37s call     pandas/tests/groupby/transform/test_transform.py::test_cython_transform_frame[shift-args3-<lambda>]
> 2.36s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[False-True-10-n3]
> 1.20s call     pandas/tests/groupby/transform/test_transform.py::test_cython_transform_frame[cumsum-args1-<lambda>]
> 1.06s call     pandas/tests/groupby/test_function.py::test_builtins_apply[keys1-sum]
> 0.87s call     pandas/tests/groupby/transform/test_transform.py::test_cython_transform_frame[cumprod-args0-<lambda>]
> 0.73s call     pandas/tests/groupby/test_function.py::test_builtins_apply[keys1-min]
> 0.72s call     pandas/tests/groupby/test_function.py::test_builtins_apply[keys1-max]
> 0.32s call     pandas/tests/groupby/test_value_counts.py::test_series_groupby_value_counts[True-False-True-False-True-['1st', '2nd']-1000-203]
> 0.32s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[True-False-1000-n2]
> 0.32s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[True-True-100-n2]
> 0.32s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[True-True-10-n2]
> 0.32s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[True-True-1000-n2]
> 0.32s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[True-False-10-n2]
> 0.32s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[True-False-100-n2]
> 0.31s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[False-True-100-n2]
> 0.31s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[False-False-100-n2]
> 0.31s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[False-True-1000-n2]
> 0.30s call     pandas/tests/groupby/test_nunique.py::test_series_groupby_nunique[False-False-1000-n2]
> == 11192 passed, 371 skipped, 236 xfailed, 371 warnings in 181.18s (0:03:01) ===
> rdjoqkol test state = true
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 17332 items
> 
> pandas/tests/indexes/test_any_index.py ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/indexes/test_base.py ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................x....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/indexes/test_common.py .....................................................................................................................................................................................................................................................................................................................................................................sss...ssssssss...s..ss.............................xs...........................sss...................................................sss............................................................................................s.................s.............................................................................................................................................................................................................................................................................................................................................XX...............................................
> pandas/tests/indexes/test_engines.py .........................................
> pandas/tests/indexes/test_frozen.py ..........
> pandas/tests/indexes/test_index_new.py ......................................xxxx...............................................................
> pandas/tests/indexes/test_indexing.py ............................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/indexes/test_numpy_compat.py ..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/indexes/test_setops.py .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................x...........................................................................................................................x.......x...........................................................................................................................x............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................sssssssssssssss..........sssss...............sssss..............................................................................................................sssssssssssssss..........sssss...............sssss..............................................................................................................sssssssssssssss..........sssss...............sssss..............................................................................................................sssssssssssssss..........sssss...............sssss...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................xx........
> pandas/tests/indexes/test_subclass.py .
> pandas/tests/indexes/base_class/test_constructors.py ........
> 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 ..................
> pandas/tests/indexes/base_class/test_setops.py ..........xx................................................
> 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 ...............................ss...........................................................
> pandas/tests/indexes/categorical/test_constructors.py ......
> pandas/tests/indexes/categorical/test_equals.py ....
> 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/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 ..............
> 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/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/interval/test_astype.py ....................................x...........................................................................................................................
> pandas/tests/indexes/interval/test_base.py .........................................................
> pandas/tests/indexes/interval/test_constructors.py ..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> 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 ...................................................................................................
> 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 .........................................x....x.............x..x.x......................................xx.........................
> 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 ...................................................................................................................................................
> pandas/tests/indexes/numeric/test_join.py ...........
> pandas/tests/indexes/numeric/test_numeric.py ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/indexes/numeric/test_setops.py .................xx
> pandas/tests/indexes/object/test_astype.py ..
> pandas/tests/indexes/object/test_indexing.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/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/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/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 .............
> 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 ......
> 
> =============================== warnings summary ===============================
> pandas/tests/indexes/multi/test_indexing.py::TestGetIndexer::test_get_indexer
> pandas/tests/indexes/multi/test_indexing.py::TestGetIndexer::test_get_indexer_three_or_more_levels
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/core/indexes/base.py:4089: RuntimeWarning: invalid value encountered in cast
>     return engine.get_indexer_with_fill(  # type: ignore[union-attr]
> 
> pandas/tests/indexes/numeric/test_numeric.py::TestIntNumericIndex::test_constructor_coercion_signed_to_unsigned[uint8]
> pandas/tests/indexes/numeric/test_numeric.py::TestInt64Index::test_constructor_coercion_signed_to_unsigned[uint8]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/core/dtypes/cast.py:1836: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -1 to uint8 will fail in the future.
>   For the old behavior, usually:
>       np.array(value).astype(dtype)`
>   will give the desired result (the cast overflows).
>     casted = arr.astype(dtype, copy=copy)
> 
> pandas/tests/indexes/numeric/test_numeric.py::TestIntNumericIndex::test_constructor_coercion_signed_to_unsigned[uint16]
> pandas/tests/indexes/numeric/test_numeric.py::TestInt64Index::test_constructor_coercion_signed_to_unsigned[uint16]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/core/dtypes/cast.py:1836: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -1 to uint16 will fail in the future.
>   For the old behavior, usually:
>       np.array(value).astype(dtype)`
>   will give the desired result (the cast overflows).
>     casted = arr.astype(dtype, copy=copy)
> 
> pandas/tests/indexes/numeric/test_numeric.py::TestIntNumericIndex::test_constructor_coercion_signed_to_unsigned[uint32]
> pandas/tests/indexes/numeric/test_numeric.py::TestInt64Index::test_constructor_coercion_signed_to_unsigned[uint32]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/core/dtypes/cast.py:1836: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -1 to uint32 will fail in the future.
>   For the old behavior, usually:
>       np.array(value).astype(dtype)`
>   will give the desired result (the cast overflows).
>     casted = arr.astype(dtype, copy=copy)
> 
> pandas/tests/indexes/numeric/test_numeric.py::TestIntNumericIndex::test_constructor_coercion_signed_to_unsigned[uint64]
> pandas/tests/indexes/numeric/test_numeric.py::TestInt64Index::test_constructor_coercion_signed_to_unsigned[uint64]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/core/dtypes/cast.py:1836: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -1 to uint64 will fail in the future.
>   For the old behavior, usually:
>       np.array(value).astype(dtype)`
>   will give the desired result (the cast overflows).
>     casted = arr.astype(dtype, copy=copy)
> 
> pandas/tests/indexes/timedeltas/test_constructors.py::TestTimedeltaIndex::test_float64_ns_rounded
> pandas/tests/indexes/timedeltas/test_scalar_compat.py::TestVectorizedTimedelta::test_tdi_total_seconds
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/core/arrays/timedeltas.py:908: RuntimeWarning: invalid value encountered in cast
>     base = data.astype(np.int64)
> 
> pandas/tests/indexes/timedeltas/test_constructors.py::TestTimedeltaIndex::test_float64_ns_rounded
> pandas/tests/indexes/timedeltas/test_scalar_compat.py::TestVectorizedTimedelta::test_tdi_total_seconds
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/core/arrays/timedeltas.py:912: RuntimeWarning: invalid value encountered in cast
>     data = (base * m + (frac * m).astype(np.int64)).view("timedelta64[ns]")
> 
> -- 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 =============================
> 7.59s call     pandas/tests/indexes/base_class/test_indexing.py::TestGetLoc::test_get_loc_tuple_monotonic_above_size_cutoff
> 2.04s call     pandas/tests/indexes/multi/test_integrity.py::test_million_record_attribute_error
> 1.66s call     pandas/tests/indexes/multi/test_duplicates.py::test_duplicated_large[False]
> 1.55s call     pandas/tests/indexes/multi/test_integrity.py::test_hash_collisions
> 1.54s call     pandas/tests/indexes/multi/test_duplicates.py::test_duplicated_large[first]
> 1.53s call     pandas/tests/indexes/multi/test_duplicates.py::test_duplicated_large[last]
> 1.02s call     pandas/tests/indexes/test_base.py::TestIndex::test_tab_complete_warning
> 0.89s call     pandas/tests/indexes/multi/test_indexing.py::TestContains::test_large_mi_contains
> 0.55s call     pandas/tests/indexes/multi/test_integrity.py::test_large_multiindex_error
> 0.39s call     pandas/tests/indexes/datetimes/test_misc.py::TestDatetime64::test_datetimeindex_accessors5
> 0.33s call     pandas/tests/indexes/period/test_indexing.py::TestGetItem::test_getitem_seconds
> 0.32s call     pandas/tests/indexes/interval/test_setops.py::TestIntervalIndex::test_union_empty_result[right-False]
> 0.31s call     pandas/tests/indexes/period/test_partial_slicing.py::TestPeriodIndex::test_range_slice_seconds[period_range]
> 0.27s call     pandas/tests/indexes/test_setops.py::TestSetOps::test_union_base[bool-object]
> 0.25s call     pandas/tests/indexes/datetimes/test_partial_slicing.py::TestSlicing::test_partial_slicing_dataframe
> 0.22s setup    pandas/tests/indexes/test_base.py::TestIndex::test_tab_complete_warning
> 0.22s call     pandas/tests/indexes/datetimes/test_indexing.py::TestGetLoc::test_get_loc_time_obj2
> 0.17s call     pandas/tests/indexes/ranges/test_setops.py::test_range_difference
> 0.14s call     pandas/tests/indexes/multi/test_indexing.py::test_pyint_engine
> 0.13s call     pandas/tests/indexes/ranges/test_range.py::TestRangeIndex::test_engine_reference_cycle
> 0.13s call     pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_engine_reference_cycle
> 0.12s call     pandas/tests/indexes/numeric/test_numeric.py::TestUInt64Index::test_engine_reference_cycle
> 0.12s call     pandas/tests/indexes/timedeltas/test_timedelta.py::TestTimedeltaIndex::test_engine_reference_cycle
> 0.12s call     pandas/tests/indexes/numeric/test_numeric.py::TestIntNumericIndex::test_engine_reference_cycle[int64]
> 0.12s call     pandas/tests/indexes/numeric/test_numeric.py::TestFloat64Index::test_engine_reference_cycle
> 0.12s call     pandas/tests/indexes/numeric/test_numeric.py::TestIntNumericIndex::test_engine_reference_cycle[int8]
> 0.12s call     pandas/tests/indexes/numeric/test_numeric.py::TestInt64Index::test_engine_reference_cycle
> 0.12s call     pandas/tests/indexes/numeric/test_numeric.py::TestIntNumericIndex::test_engine_reference_cycle[int32]
> 0.12s call     pandas/tests/indexes/numeric/test_numeric.py::TestUIntNumericIndex::test_engine_reference_cycle[uint64]
> 0.12s call     pandas/tests/indexes/numeric/test_numeric.py::TestIntNumericIndex::test_engine_reference_cycle[int16]
> = 17180 passed, 125 skipped, 25 xfailed, 2 xpassed, 14 warnings in 86.75s (0:01:26) =
> rdjoqkol test state = true
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 5347 items
> 
> 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 .......x..xxxxxxx.......................xx........................................xxxx....x............................................................xxxxx..................xx............................................................................................................................................................................................................x
> pandas/tests/indexing/test_datetime.py .........
> 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.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/indexing/test_na_indexing.py ..............................................................................................................................................................................................................................................................................
> pandas/tests/indexing/test_partial.py ....................................
> pandas/tests/indexing/test_scalar.py ......................................
> 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 .......
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 6.47s call     pandas/tests/indexing/multiindex/test_chaining_and_caching.py::test_indexer_caching
> 2.05s call     pandas/tests/indexing/test_loc.py::TestLocSetitemWithExpansion::test_loc_setitem_with_expansion_large_dataframe
> 1.52s call     pandas/tests/indexing/interval/test_interval.py::TestIntervalIndex::test_loc_getitem_large_series
> 0.66s call     pandas/tests/indexing/test_loc.py::TestLocBaseIndependent::test_loc_non_unique_memory_error[900000-100000]
> 0.14s call     pandas/tests/indexing/test_scalar.py::TestScalar::test_at_set_ints_other[ts-series]
> 0.11s call     pandas/tests/indexing/test_loc.py::TestLocWithEllipsis::test_loc_iloc_getitem_ellipses_only_one_ellipsis[loc-DataFrame-empty]
> 0.09s call     pandas/tests/indexing/test_indexing.py::TestFancy::test_getitem_ndarray_3d[nullable_int-DataFrame-setitem]
> 0.08s 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_setting_entire_column
> 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_implicit_take
> 0.05s call     pandas/tests/indexing/test_chaining_and_caching.py::TestChaining::test_detect_chained_assignment_warnings_errors
> 0.05s call     pandas/tests/indexing/test_indexing.py::TestFancy::test_astype_assignment
> 0.05s call     pandas/tests/indexing/multiindex/test_slice.py::TestMultiIndexSlicers::test_per_axis_per_level_setitem
> 0.05s call     pandas/tests/indexing/multiindex/test_setitem.py::TestMultiIndexSetItem::test_groupby_example
> 0.04s call     pandas/tests/indexing/multiindex/test_slice.py::TestMultiIndexSlicers::test_per_axis_per_level_getitem
> 0.02s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[frame0-key88-4]
> 0.02s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[frame0-key50-4]
> 0.02s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[frame0-key91-4]
> 0.02s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[frame0-key94-4]
> 0.02s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[frame0-key95-4]
> 0.02s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[frame0-key99-4]
> 0.02s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[frame0-key97-4]
> 0.02s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[frame0-key96-4]
> 0.02s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[frame0-key91-3]
> 0.02s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[frame0-key92-4]
> 0.02s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[frame0-key67-4]
> 0.02s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[frame0-key79-4]
> 0.02s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[frame0-key64-4]
> 0.02s call     pandas/tests/indexing/multiindex/test_indexing_slow.py::test_multiindex_get_loc[frame0-key89-4]
> ================= 5322 passed, 1 skipped, 24 xfailed in 43.14s =================
> rdjoqkol test state = true
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 48 items
> 
> pandas/tests/interchange/test_impl.py ................
> pandas/tests/interchange/test_spec_conformance.py ................
> pandas/tests/interchange/test_utils.py ................
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.04s call     pandas/tests/interchange/test_impl.py::test_dataframe[data4]
> 0.01s call     pandas/tests/interchange/test_impl.py::test_dataframe[data1]
> 0.01s call     pandas/tests/interchange/test_impl.py::test_categorical_dtype[data0]
> 0.01s call     pandas/tests/interchange/test_impl.py::test_dataframe[data0]
> 0.01s call     pandas/tests/interchange/test_impl.py::test_dataframe[data2]
> 0.01s call     pandas/tests/interchange/test_impl.py::test_dataframe[data3]
> 
> (24 durations < 0.005s hidden.  Use -vv to show these durations.)
> ============================== 48 passed in 0.56s ==============================
> rdjoqkol test state = true
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 251 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.05s call     pandas/tests/internals/test_internals.py::TestBlock::test_is_categorical_deprecated
> 0.01s call     pandas/tests/internals/test_internals.py::TestBlockManager::test_get_bool_data
> 0.01s call     pandas/tests/internals/test_internals.py::test_single_block_manager_fastpath_deprecated
> 0.01s call     pandas/tests/internals/test_internals.py::TestBlockManager::test_equals_block_order_different_dtypes[a:i8;e:dt;f:td;g:string]
> 0.01s call     pandas/tests/internals/test_internals.py::TestBlockManager::test_interleave_dtype[a: category2-object]
> 0.01s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>3-int64]
> 0.01s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>3-uint64]
> 0.01s call     pandas/tests/internals/test_internals.py::TestBlockManager::test_equals_block_order_different_dtypes[c:sparse;d:sparse_na;b:f8]
> 0.01s call     pandas/tests/internals/test_managers.py::test_dataframe_creation
> 0.01s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>4-uint64]
> 0.01s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>4-int64]
> 0.01s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>4-float64]
> 0.01s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>3-float64]
> 0.01s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>5-uint64]
> 0.01s call     pandas/tests/internals/test_internals.py::TestBlockManager::test_interleave_dtype[a: M8[ns]; b: m8[ns]-object]
> 0.01s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>5-int64]
> 0.01s call     pandas/tests/internals/test_internals.py::TestBlockManager::test_equals_block_order_different_dtypes[a:i8;b:f8;c:c8;d:b]
> 0.01s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>5-float64]
> 0.01s call     pandas/tests/internals/test_internals.py::TestBlockManager::test_interleave_dtype[a: category-i8]
> 0.01s call     pandas/tests/internals/test_internals.py::TestBlockManager::test_interleave_dtype[a: f8; b: category-object]
> 0.01s call     pandas/tests/internals/test_internals.py::TestCanHoldElement::test_interval_can_hold_element[<lambda>1-int64]
> 0.01s call     pandas/tests/internals/test_internals.py::TestBlockManager::test_interleave_dtype[a: category2; b: category2-object]
> 0.01s call     pandas/tests/internals/test_internals.py::TestBlockManager::test_interleave_dtype[a: category; b: category-i8]
> 0.01s call     pandas/tests/internals/test_internals.py::TestBlockManager::test_interleave_dtype[a: f8-f8]
> 0.01s call     pandas/tests/internals/test_internals.py::TestBlockManager::test_interleave_dtype[a: M8[ns]; b: i8-object]
> 0.01s call     pandas/tests/internals/test_internals.py::TestBlockManager::test_interleave_dtype[a: M8[ns]; b: category-object]
> 0.01s call     pandas/tests/internals/test_internals.py::TestBlockManager::test_interleave_dtype[a: complex-complex]
> 0.01s call     pandas/tests/internals/test_internals.py::TestBlockManager::test_interleave_dtype[a: f4; b: i8; d: object-object]
> 0.01s call     pandas/tests/internals/test_internals.py::TestBlockManager::test_interleave_dtype[a: M8[ns]; b: bool-object]
> 0.01s call     pandas/tests/internals/test_internals.py::TestBlockManager::test_interleave_dtype[a: f4; b: i8-f8]
> ============================= 251 passed in 1.36s ==============================
> rdjoqkol test state = true
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 13073 items / 71 deselected / 5 skipped / 13002 selected
> 
> pandas/tests/io/test_clipboard.py ........................................................................................................................................................................................................................................XXX
> pandas/tests/io/test_common.py .......................................................s...ss.......sss......ss........ss......ss................................
> pandas/tests/io/test_compression.py ..................................................................................................................................
> pandas/tests/io/test_date_converters.py ...
> pandas/tests/io/test_fsspec.py ...s......sssssssssss..........s
> pandas/tests/io/test_gcs.py ssssssssssssssssss.
> pandas/tests/io/test_html.py ...............................................................................................................................................s.......................
> pandas/tests/io/test_parquet.py .ssss.sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.ss
> pandas/tests/io/test_pickle.py s....................................................................................................
> pandas/tests/io/test_s3.py s
> pandas/tests/io/test_sql.py ssss...ssss...ssss...ssss...ssss...ssss...ssss..ssssssss.........................................................................................................................................................................................................ss...ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss...........x...........................................x...........................x...........................
> pandas/tests/io/test_stata.py .....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/io/test_user_agent.py sssssssssssssssssss
> 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.ssssss............ssssssssssssssssssssssss......ss....ssssssss..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..ss....ssssssss..s..ssss.ssssssssssssss..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..ssss.s..ssssss..ssssss..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
> pandas/tests/io/excel/test_writers.py ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssssxssss.ssssxssss.ssss.ssss.ssss.ssss.ssssxssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss.ssss...s.....ss
> pandas/tests/io/excel/test_xlsxwriter.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......
> 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 ............................................
> pandas/tests/io/formats/style/test_bar.py .......................................................................................................................
> pandas/tests/io/formats/style/test_deprecated.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 X.........................................................................................
> 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/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 .........................................................................................................................x...x...........x...x...........x...x...........x...x............xx..xxxxxxxxxx..............................................xx..xx..xx..xx......................................................................................................................................................................................................................s........x............................................................xx..............s.....x........
> pandas/tests/io/json/test_readlines.py ............................
> pandas/tests/io/json/test_ujson.py ............................................................................................................................................................x..........x.x...............................................................
> 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_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...s.........sss.........sss.........sss.........sss...s...s...s...s......ss......ss.........sss......ss...s.........sss........................ssssssss...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 ......ss...s...s.........sss.........sss...s...s...s
> 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 ssssssssssssssss
> pandas/tests/io/parser/test_parse_dates.py ...s...s...s......ss..............ss...s......ss...s...s......ss...s...s...s...s...sxxxxxxss......ss......ss......ss...s.........sss...s...s...s......ss.........sss..................ssssss...s............ssss......ss............ssss......ss......ss......ss...s...s...s............ssss...s..................ssssss.........sss......ss...................x...x............................................................sssssssss...s...s......ss...s...s......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 ..........................................................................
> 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
> 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......ss...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...s......ss......ss............ssss...s...s......ss...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......ss..................ssssss......ss...s..xsxx.s...s............ssss...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
> pandas/tests/io/parser/dtypes/test_empty.py ...s...s...s...s...s...s...s...s........................ssssssss
> 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
> 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 .........F.....................
> 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 ..................
> pandas/tests/io/pytables/test_retain_attributes.py ..
> pandas/tests/io/pytables/test_round_trip.py ...........................
> 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_sas.py ...
> pandas/tests/io/sas/test_sas7bdat.py ................................................................................................
> pandas/tests/io/sas/test_xport.py ........
> pandas/tests/io/xml/test_to_xml.py ......................................................................s...............................................................ss
> pandas/tests/io/xml/test_xml.py ..........................................................................s.........................................................................................................................................................
> pandas/tests/io/xml/test_xml_dtypes.py ..............................................
> 
> =================================== FAILURES ===================================
> ________________________________ test_complibs _________________________________
> 
> setup_path = 'tmp.__86fdc915-1fa2-471f-8732-182a2f782cc1__.h5'
> 
>     def test_complibs(setup_path):
>         # GH14478
>         df = tm.makeDataFrame()
>     
>         # Building list of all complibs and complevels tuples
>         all_complibs = tables.filters.all_complibs
>         # Remove lzo if its not available on this platform
>         if not tables.which_lib_version("lzo"):
>             all_complibs.remove("lzo")
>         # Remove bzip2 if its not available on this platform
>         if not tables.which_lib_version("bzip2"):
>             all_complibs.remove("bzip2")
>     
>         all_levels = range(0, 10)
>         all_tests = [(lib, lvl) for lib in all_complibs for lvl in all_levels]
>     
>         for (lib, lvl) in all_tests:
>             with ensure_clean_path(setup_path) as tmpfile:
>                 gname = "foo"
>     
>                 # Write and read file to see if data is consistent
>                 df.to_hdf(tmpfile, gname, complib=lib, complevel=lvl)
>                 result = read_hdf(tmpfile, gname)
>                 tm.assert_frame_equal(result, df)
>     
>                 # Open file and check metadata
>                 # for correct amount of compression
>                 h5table = tables.open_file(tmpfile, mode="r")
>                 for node in h5table.walk_nodes(where="/" + gname, classname="Leaf"):
>                     assert node.filters.complevel == lvl
>                     if lvl == 0:
>                         assert node.filters.complib is None
>                     else:
> >                       assert node.filters.complib == lib
> E                       AssertionError: assert 'blosc2:blosclz' == 'blosc2'
> E                         - blosc2
> E                         + blosc2:blosclz
> 
> pandas/tests/io/pytables/test_file_handling.py:266: AssertionError
> =============================== warnings summary ===============================
> pandas/tests/io/formats/style/test_matplotlib.py:263
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/io/formats/style/test_matplotlib.py:263: PendingDeprecationWarning: The get_cmap function will be deprecated in a future version. Use ``matplotlib.colormaps[name]`` or ``matplotlib.colormaps.get_cmap(obj)`` instead.
>     @pytest.mark.parametrize("cmap", ["PuBu", mpl.cm.get_cmap("PuBu")])
> 
> pandas/tests/io/test_sql.py::test_to_sql[None-sqlite_conn]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/io/sql.py:824: RemovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to "sqlalchemy<2.0". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings.  Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)
>     self.table.create(bind=self.pd_sql.connectable)
> 
> pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_index_with_nan
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/io/formats/test_format.py:1300: DeprecationWarning: In a future version, `df.iloc[:, i] = newvals` will attempt to set the values inplace instead of always setting a new array. To retain the old behavior, use either `df[df.columns[i]] = newvals` or, if columns are non-unique, `df.isetitem(i, newvals)`
>     df2.loc[:, "id2"] = np.nan
> 
> pandas/tests/io/formats/test_format.py::TestDataFrameFormatting::test_index_with_nan
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/io/formats/test_format.py:1311: DeprecationWarning: In a future version, `df.iloc[:, i] = newvals` will attempt to set the values inplace instead of always setting a new array. To retain the old behavior, use either `df[df.columns[i]] = newvals` or, if columns are non-unique, `df.isetitem(i, newvals)`
>     df2.loc[:, "id2"] = np.nan
> 
> pandas/tests/io/formats/style/test_matplotlib.py::test_bar_colormap[PuBu]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/io/formats/style.py:4224: PendingDeprecationWarning: The get_cmap function will be deprecated in a future version. Use ``matplotlib.colormaps[name]`` or ``matplotlib.colormaps.get_cmap(obj)`` instead.
>     mpl.cm.get_cmap(cmap)
> 
> pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_read_json_large_numbers2
> pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_read_json_large_numbers2
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/core/dtypes/astype.py:189: RuntimeWarning: invalid value encountered in cast
>     return values.astype(dtype, copy=copy)
> 
> pandas/tests/io/parser/test_c_parser_only.py::test_dtype_and_names_error[c_high]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/io/parsers/c_parser_wrapper.py:235: RuntimeWarning: invalid value encountered in cast
>     data = self._reader.read(nrows)
> 
> pandas/tests/io/parser/test_c_parser_only.py::test_dtype_and_names_error[c_low]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/io/parsers/c_parser_wrapper.py:230: RuntimeWarning: invalid value encountered in cast
>     chunks = self._reader.read_low_memory(nrows)
> 
> -- 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 =============================
> 11.92s call     pandas/tests/io/parser/test_index_col.py::test_index_col_large_csv[python]
> 8.37s call     pandas/tests/io/parser/test_index_col.py::test_index_col_large_csv[c_high]
> 8.23s call     pandas/tests/io/parser/test_index_col.py::test_index_col_large_csv[c_low]
> 6.65s call     pandas/tests/io/parser/test_multi_thread.py::test_multi_thread_path_multipart_read_csv[python]
> 5.83s call     pandas/tests/io/parser/dtypes/test_categorical.py::test_categorical_dtype_high_cardinality_numeric[python]
> 5.72s call     pandas/tests/io/parser/dtypes/test_categorical.py::test_categorical_dtype_high_cardinality_numeric[c_low]
> 5.55s call     pandas/tests/io/parser/test_multi_thread.py::test_multi_thread_path_multipart_read_csv[c_high]
> 5.53s call     pandas/tests/io/parser/test_multi_thread.py::test_multi_thread_string_io_read_csv[python]
> 5.49s call     pandas/tests/io/parser/test_multi_thread.py::test_multi_thread_path_multipart_read_csv[c_low]
> 4.98s call     pandas/tests/io/parser/dtypes/test_categorical.py::test_categorical_dtype_high_cardinality_numeric[c_high]
> 3.50s call     pandas/tests/io/test_stata.py::TestStata::test_stata_119
> 3.27s call     pandas/tests/io/parser/common/test_chunksize.py::test_chunks_have_consistent_numerical_type[python]
> 2.96s call     pandas/tests/io/sas/test_xport.py::TestXport::test1_basic
> 2.00s call     pandas/tests/io/test_compression.py::test_gzip_reproducibility_file_name
> 2.00s call     pandas/tests/io/test_compression.py::test_gzip_reproducibility_file_object
> 1.29s call     pandas/tests/io/sas/test_sas7bdat.py::TestSAS7BDAT::test_from_iterator[data_test_ix0]
> 1.21s call     pandas/tests/io/parser/test_c_parser_only.py::test_precise_conversion[c_low]
> 1.17s call     pandas/tests/io/parser/test_c_parser_only.py::test_precise_conversion[c_high]
> 1.12s call     pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%m %Y-True-.]
> 1.08s call     pandas/tests/io/test_stata.py::TestStata::test_encoding_latin1_118
> 1.06s call     pandas/tests/io/test_html.py::TestReadHtml::test_banklist[bs4]
> 1.02s call     pandas/tests/io/parser/test_c_parser_only.py::test_buffer_rd_bytes[c_high]
> 1.02s call     pandas/tests/io/pytables/test_store.py::test_no_track_times
> 1.02s call     pandas/tests/io/parser/test_c_parser_only.py::test_buffer_rd_bytes[c_low]
> 0.99s call     pandas/tests/io/pytables/test_file_handling.py::test_complibs
> 0.97s call     pandas/tests/io/parser/test_parse_dates.py::test_hypothesis_delimited_date[%m %Y-False-.]
> 0.94s call     pandas/tests/io/parser/test_c_parser_only.py::test_grow_boundary_at_cap[c_low]
> 0.94s call     pandas/tests/io/parser/test_c_parser_only.py::test_grow_boundary_at_cap[c_high]
> 0.88s call     pandas/tests/io/test_pickle.py::test_pickle_big_dataframe_compression[gzip-5]
> 0.88s call     pandas/tests/io/test_pickle.py::test_pickle_big_dataframe_compression[gzip-4]
> =========================== short test summary info ============================
> FAILED pandas/tests/io/pytables/test_file_handling.py::test_complibs - Assert...
> = 1 failed, 10329 passed, 2545 skipped, 71 deselected, 128 xfailed, 4 xpassed, 9 warnings in 221.08s (0:03:41) =
> /usr/lib/python3/dist-packages/tables/file.py:113: UnclosedFileWarning: Closing remaining open file: /tmp/tmp.__86fdc915-1fa2-471f-8732-182a2f782cc1__.h5
>   warnings.warn(UnclosedFileWarning(msg))
> X connection to :99 broken (explicit kill or server shutdown).
> 
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 2178 items
> 
> pandas/tests/libs/test_hashtable.py ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> 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.07s call     pandas/tests/libs/test_hashtable.py::TestHashTable::test_no_reallocation[95-UInt8HashTable-uint8]
> 0.01s call     pandas/tests/libs/test_hashtable.py::test_unique_label_indices
> 
> (28 durations < 0.005s hidden.  Use -vv to show these durations.)
> ============================= 2178 passed in 2.66s =============================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 833 items / 1 deselected / 832 selected
> 
> 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..
> pandas/tests/plotting/test_groupby.py ...........
> pandas/tests/plotting/test_hist_method.py ................x..................................
> pandas/tests/plotting/test_misc.py s.........................
> pandas/tests/plotting/test_series.py ...................................x..................................................x.....................
> pandas/tests/plotting/test_style.py ......................................
> 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....................................................................
> pandas/tests/plotting/frame/test_hist_box_by.py ......................................................
> 
> =============================== warnings summary ===============================
> pandas/tests/plotting/frame/test_frame.py::TestDataFramePlots::test_df_grid_settings
> pandas/tests/plotting/frame/test_frame.py::TestDataFramePlots::test_df_grid_settings
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/plotting/common.py:483: MatplotlibDeprecationWarning: Auto-removal of overlapping axes is deprecated since 3.6 and will be removed two minor releases later; explicitly call ax.remove() as needed.
>     self.plt.subplot(1, 4 * len(kinds), spndx)
> 
> pandas/tests/plotting/frame/test_frame.py::TestDataFramePlots::test_df_grid_settings
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/plotting/common.py:477: MatplotlibDeprecationWarning: Auto-removal of overlapping axes is deprecated since 3.6 and will be removed two minor releases later; explicitly call ax.remove() as needed.
>     self.plt.subplot(1, 4 * len(kinds), spndx)
> 
> pandas/tests/plotting/frame/test_frame_color.py::TestDataFrameColor::test_scatter_with_c_column_name_with_colors[Greys]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/plotting/_matplotlib/core.py:1259: UserWarning: No data for colormapping provided via 'c'. Parameters 'cmap' will be ignored
>     scatter = ax.scatter(
> 
> -- 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 =============================
> 6.46s call     pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_return_type
> 4.79s call     pandas/tests/plotting/test_hist_method.py::TestDataFramePlots::test_hist_df_legacy
> 3.67s call     pandas/tests/plotting/test_hist_method.py::TestSeriesPlots::test_hist_layout_with_by
> 3.32s call     pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_grouped_box_layout
> 2.85s call     pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_andrews_curves
> 2.81s call     pandas/tests/plotting/test_boxplot_method.py::TestDataFramePlots::test_boxplot_legacy1
> 2.58s call     pandas/tests/plotting/test_hist_method.py::TestDataFrameGroupByPlots::test_grouped_hist_layout
> 2.23s call     pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_parallel_coordinates
> 2.12s call     pandas/tests/plotting/test_series.py::TestSeriesPlots::test_errorbar_plot
> 2.07s call     pandas/tests/plotting/test_series.py::TestSeriesPlots::test_plot
> 1.95s call     pandas/tests/plotting/frame/test_frame.py::TestDataFramePlots::test_errorbar_plot
> 1.95s call     pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_boxplot_legacy2
> 1.79s call     pandas/tests/plotting/frame/test_frame.py::TestDataFramePlots::test_plot_bar
> 1.69s call     pandas/tests/plotting/frame/test_frame.py::TestDataFramePlots::test_line_area_stacked[area]
> 1.67s call     pandas/tests/plotting/frame/test_frame.py::TestDataFramePlots::test_plot
> 1.64s call     pandas/tests/plotting/frame/test_frame.py::TestDataFramePlots::test_integer_array_plot
> 1.64s call     pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_radviz
> 1.62s call     pandas/tests/plotting/frame/test_frame_color.py::TestDataFrameColor::test_line_colors_and_styles_subplots
> 1.59s call     pandas/tests/plotting/frame/test_frame.py::TestDataFramePlots::test_line_area_stacked[line]
> 1.56s call     pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_scatter_matrix_axis[False]
> 1.51s call     pandas/tests/plotting/frame/test_frame_color.py::TestDataFrameColor::test_mpl2_color_cycle_str
> 1.43s call     pandas/tests/plotting/test_hist_method.py::TestSeriesPlots::test_hist_legacy
> 1.38s call     pandas/tests/plotting/frame/test_hist_box_by.py::TestHistWithBy::test_hist_plot_layout_with_by[by10-column10-layout10-9]
> 1.37s call     pandas/tests/plotting/frame/test_frame.py::TestDataFramePlots::test_errorbar_timeseries[barh]
> 1.37s call     pandas/tests/plotting/test_misc.py::TestDataFramePlots::test_scatter_matrix_axis[True]
> 1.37s call     pandas/tests/plotting/frame/test_frame.py::TestDataFramePlots::test_errorbar_plot_different_kinds[barh]
> 1.35s call     pandas/tests/plotting/frame/test_hist_box_by.py::TestHistWithBy::test_hist_plot_layout_with_by[by8-column8-layout8-9]
> 1.35s call     pandas/tests/plotting/test_boxplot_method.py::TestDataFrameGroupByPlots::test_boxplot_legacy3
> 1.33s call     pandas/tests/plotting/frame/test_frame_color.py::TestDataFrameColor::test_kde_colors_and_styles_subplots
> 1.32s call     pandas/tests/plotting/frame/test_frame.py::TestDataFramePlots::test_errorbar_plot_different_kinds[bar]
> = 818 passed, 2 skipped, 1 deselected, 10 xfailed, 2 xpassed, 4 warnings in 181.78s (0:03:01) =
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 527 items
> 
> pandas/tests/reductions/test_reductions.py .......................................................................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/reductions/test_stat_reductions.py ........................................................................................
> 
> =============================== warnings summary ===============================
> pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_timedelta[False-expected11-expected21]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/core/arrays/timedeltas.py:908: RuntimeWarning: invalid value encountered in cast
>     base = data.astype(np.int64)
> 
> pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_timedelta[False-expected11-expected21]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/core/arrays/timedeltas.py:912: RuntimeWarning: invalid value encountered in cast
>     data = (base * m + (frac * m).astype(np.int64)).view("timedelta64[ns]")
> 
> -- 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.07s call     pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_empty_multi[sum-0.0]
> 0.05s 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_sum_overflow_int[int32-True]
> 0.02s call     pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_sum_overflow_int[int32-False]
> 0.02s call     pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_empty_multi[prod-1.0]
> 0.02s call     pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_all_any_params
> 0.02s call     pandas/tests/reductions/test_stat_reductions.py::TestSeriesStatReductions::test_kurt
> 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_overflow_float[float32-False]
> 0.01s call     pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_any_all_boolean_level[all-expected0]
> 0.01s call     pandas/tests/reductions/test_stat_reductions.py::TestSeriesStatReductions::test_skew
> 0.01s call     pandas/tests/reductions/test_reductions.py::TestIndexReductions::test_timedelta_ops
> 0.01s call     pandas/tests/reductions/test_reductions.py::TestSeriesMode::test_mode_sortwarning
> 0.01s call     pandas/tests/reductions/test_reductions.py::TestSeriesReductions::test_any_all_boolean_level[any-expected1]
> 0.01s call     pandas/tests/reductions/test_stat_reductions.py::TestSeriesStatReductions::test_var_std
> 
> (12 durations < 0.005s hidden.  Use -vv to show these durations.)
> ======================= 527 passed, 2 warnings in 1.81s ========================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 1997 items
> 
> pandas/tests/resample/test_base.py ..................................................................................................................x..x..x.....................................xxx......xxx......xxx......xxx......xxx......xxx......xxx......xxx......xxx......xxx......xxx......xxx......xxx......xxx......xxx......xxx.........................................................................................................................................................................................................................................................................................................................................................................................................
> pandas/tests/resample/test_datetime_index.py ....................s.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................x................................................................................
> pandas/tests/resample/test_deprecated.py ..............................................
> 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 ===============================
> pandas/tests/resample/test_resample_api.py::test_numeric_only_warning_numpy[agg]
> pandas/tests/resample/test_resample_api.py::test_numeric_only_warning_numpy[apply]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/resample/test_resample_api.py:961: FutureWarning: Dropping invalid columns in SeriesGroupBy.agg is deprecated. In a future version, a TypeError will be raised. Before calling .agg, select only columns which should be valid for the function.
>     getattr(resampled, method)(np.mean, numeric_only=True)
> 
> -- 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.65s call     pandas/tests/resample/test_resampler_grouper.py::test_tab_complete_ipython6_warning
> 0.64s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[30-S-0.5-Min-1]
> 0.63s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[86400-S-1-D-3]
> 0.63s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[30-S-0.5-Min-3]
> 0.60s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[86400-S-1-D-2]
> 0.59s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[3600-S-1-H-2]
> 0.59s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[43200-S-0.5-D-3]
> 0.59s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[30-S-0.5-Min-2]
> 0.59s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[3600-S-1-H-3]
> 0.59s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[43200-S-0.5-D-1]
> 0.59s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[60-S-1-Min-2]
> 0.59s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[21600-S-0.25-D-1]
> 0.59s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[3600-S-1-H-1]
> 0.59s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[86400-S-1-D-1]
> 0.59s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[60-S-1-Min-1]
> 0.59s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[43200-S-0.5-D-2]
> 0.59s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[21600-S-0.25-D-2]
> 0.59s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[60-S-1-Min-3]
> 0.58s call     pandas/tests/resample/test_datetime_index.py::test_resample_equivalent_offsets[21600-S-0.25-D-3]
> 0.32s call     pandas/tests/resample/test_datetime_index.py::test_nearest_upsample_with_limit[tzlocal()-30S-5D]
> 0.31s call     pandas/tests/resample/test_base.py::test_resample_interpolate[period_range-pi-_index_start1-_index_end1]
> 0.22s setup    pandas/tests/resample/test_resampler_grouper.py::test_tab_complete_ipython6_warning
> 0.15s call     pandas/tests/resample/test_datetime_index.py::test_nearest_upsample_with_limit[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-30S-5D]
> 0.14s call     pandas/tests/resample/test_datetime_index.py::test_nearest_upsample_with_limit['+01:15'-30S-5D]
> 0.14s call     pandas/tests/resample/test_period_index.py::TestPeriodIndex::test_weekly_upsample[start-D-SUN]
> 0.13s call     pandas/tests/resample/test_datetime_index.py::test_nearest_upsample_with_limit['Asia/Tokyo'-30S-5D]
> 0.13s call     pandas/tests/resample/test_datetime_index.py::test_nearest_upsample_with_limit['UTC-02:15'-30S-5D]
> 0.13s call     pandas/tests/resample/test_datetime_index.py::test_nearest_upsample_with_limit[pytz.FixedOffset(300)-30S-5D]
> 0.12s call     pandas/tests/resample/test_resample_api.py::test_agg_misc
> 0.12s call     pandas/tests/resample/test_resample_api.py::test_apply_without_aggregation2
> =========== 1942 passed, 1 skipped, 54 xfailed, 2 warnings in 36.30s ===========
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 2309 items
> 
> 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..........................................................................................................................................................................................................................................................................................................................................................................................................................x..x................................................
> 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 .................
> pandas/tests/reshape/concat/test_append.py ..................................................................................
> pandas/tests/reshape/concat/test_append_common.py ...............................xx..............................x........x..........................................................................................
> 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 .......................................................
> 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 ................................................................................................................................................................................................................................................................ssss....................................................................................................................................
> pandas/tests/reshape/merge/test_merge_asof.py .................................................................................................................
> 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 ........................................
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 3.67s call     pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_number_of_levels_larger_than_int32
> 0.35s 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-C-True]
> 0.34s call     pandas/tests/reshape/concat/test_dataframe.py::TestDataFrameConcat::test_concat_copies[1-F-True]
> 0.34s call     pandas/tests/reshape/concat/test_dataframe.py::TestDataFrameConcat::test_concat_copies[1-F-False]
> 0.22s call     pandas/tests/reshape/merge/test_multi.py::TestMergeMulti::test_left_join_multi_index[True]
> 0.17s call     pandas/tests/reshape/merge/test_join.py::TestJoin::test_full_outer_join
> 0.16s call     pandas/tests/reshape/concat/test_concat.py::TestConcatenate::test_concat_order
> 0.15s call     pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_multi_functions
> 0.13s call     pandas/tests/reshape/merge/test_multi.py::TestMergeMulti::test_left_join_multi_index[False]
> 0.10s call     pandas/tests/reshape/test_crosstab.py::TestCrosstab::test_crosstab_normalize
> 0.10s call     pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_with_categorical[None-True]
> 0.09s call     pandas/tests/reshape/concat/test_dataframe.py::TestDataFrameConcat::test_concat_copies[0-C-False]
> 0.09s call     pandas/tests/reshape/concat/test_dataframe.py::TestDataFrameConcat::test_concat_copies[0-F-True]
> 0.09s call     pandas/tests/reshape/concat/test_dataframe.py::TestDataFrameConcat::test_concat_copies[0-F-False]
> 0.09s call     pandas/tests/reshape/concat/test_dataframe.py::TestDataFrameConcat::test_concat_copies[0-C-True]
> 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.06s call     pandas/tests/reshape/merge/test_join.py::TestJoin::test_right_outer_join
> 0.06s call     pandas/tests/reshape/test_melt.py::TestLreshape::test_pairs
> 0.06s call     pandas/tests/reshape/test_crosstab.py::TestCrosstab::test_margin_dropna6
> 0.06s call     pandas/tests/reshape/test_pivot.py::TestPivotTable::test_pivot_timegrouper
> 0.05s call     pandas/tests/reshape/test_crosstab.py::TestCrosstab::test_crosstab_ndarray[list]
> 0.05s call     pandas/tests/reshape/test_crosstab.py::TestCrosstab::test_crosstab_margins_set_margin_name
> 0.05s call     pandas/tests/reshape/test_crosstab.py::TestCrosstab::test_crosstab_ndarray[tuple]
> 0.05s call     pandas/tests/reshape/test_crosstab.py::TestCrosstab::test_crosstab_ndarray[array]
> 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_pivot.py::TestPivotTable::test_pivot_string_func_vs_func[f5-f_numpy5]
> ================= 2296 passed, 4 skipped, 9 xfailed in 24.17s ==================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 4003 items
> 
> pandas/tests/scalar/test_na_scalar.py ..........................................................................................................................
> pandas/tests/scalar/test_nat.py ...........................x..................................................................................................................................................................................................................................................................x..x....x..x....x..x....x..x..............................................
> 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/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 .....................................................................................................................................................................................................................................................................xXx........................
> pandas/tests/scalar/timestamp/test_arithmetic.py .............................................................................................................
> pandas/tests/scalar/timestamp/test_comparisons.py .............................
> pandas/tests/scalar/timestamp/test_constructors.py ...........xxxx.................................................
> pandas/tests/scalar/timestamp/test_formats.py ..................
> pandas/tests/scalar/timestamp/test_rendering.py ....................................................
> pandas/tests/scalar/timestamp/test_timestamp.py .........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................x....................................................................................xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx................................................................................................................................
> pandas/tests/scalar/timestamp/test_timezones.py ...............................................................................................................................................................................................................................................................................................
> pandas/tests/scalar/timestamp/test_unary_ops.py ...................................................................................................................................................................................xxx.............................................................................................................................................................................................................................................................................................
> 
> =============================== warnings summary ===============================
> pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_class_ops_pytz
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/scalar/timestamp/test_timestamp.py:293: FutureWarning: The behavior of Timestamp.utcfromtimestamp is deprecated, in a future version will return a timezone-aware Timestamp with UTC timezone. To keep the old behavior, use Timestamp.utcfromtimestamp(ts).tz_localize(None). To get the future behavior, use Timestamp.fromtimestamp(ts, 'UTC')
>     ts_utc = Timestamp.utcfromtimestamp(current_time)
> 
> pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_class_ops_dateutil
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/scalar/timestamp/test_timestamp.py:332: FutureWarning: The behavior of Timestamp.utcfromtimestamp is deprecated, in a future version will return a timezone-aware Timestamp with UTC timezone. To keep the old behavior, use Timestamp.utcfromtimestamp(ts).tz_localize(None). To get the future behavior, use Timestamp.fromtimestamp(ts, 'UTC')
>     ts_utc = Timestamp.utcfromtimestamp(current_time)
> 
> -- 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 =============================
> 3.20s call     pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_round_sanity[ceil]
> 3.10s call     pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_round_sanity[round]
> 2.47s call     pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_sanity[floor]
> 2.32s call     pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_sanity[round]
> 2.16s call     pandas/tests/scalar/timestamp/test_unary_ops.py::TestTimestampUnaryOps::test_round_sanity[ceil]
> 0.16s call     pandas/tests/scalar/timedelta/test_timedelta.py::TestTimedeltas::test_round_sanity[floor]
> 0.11s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_names[de_BE.UTF-8-data1]
> 0.06s call     pandas/tests/scalar/timestamp/test_comparisons.py::TestTimestampComparison::test_compare_date[None]
> 0.06s call     pandas/tests/scalar/timestamp/test_comparisons.py::TestTimestampComparison::test_compare_date[US/Pacific]
> 0.05s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestampProperties::test_freq_deprecation
> 0.04s call     pandas/tests/scalar/test_nat.py::test_compare_date
> 0.03s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq[None]
> 0.03s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestNonNano::test_start_end_fields[s]
> 0.03s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestNonNano::test_start_end_fields[us]
> 0.03s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestNonNano::test_start_end_fields[ms]
> 0.03s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq['-02:15']
> 0.03s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq[pytz.FixedOffset(300)]
> 0.03s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq['UTC-02:15']
> 0.03s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq['dateutil/Asia/Singapore']
> 0.03s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq[tzutc()]
> 0.03s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq['UTC+01:15']
> 0.03s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq['+01:15']
> 0.03s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq[tzlocal()]
> 0.03s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq[<UTC>]
> 0.03s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')]
> 0.03s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq['US/Eastern']
> 0.03s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq[zoneinfo.ZoneInfo(key='US/Pacific')]
> 0.03s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq[datetime.timezone.utc]
> 0.03s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq['UTC']
> 0.03s call     pandas/tests/scalar/timestamp/test_timestamp.py::TestTimestamp::test_tz_conversion_freq['dateutil/US/Pacific']
> =========== 3926 passed, 76 xfailed, 1 xpassed, 2 warnings in 24.49s ===========
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 11435 items
> 
> pandas/tests/series/test_api.py ..........................................................................................................................................................................................
> pandas/tests/series/test_arithmetic.py ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................x............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................x..........
> pandas/tests/series/test_constructors.py ...................................................................................................................................................................................................................x......................................................................................s..................................................................
> pandas/tests/series/test_cumulative.py ....................................
> pandas/tests/series/test_iteration.py .......
> pandas/tests/series/test_logical_ops.py ...................xx.....
> pandas/tests/series/test_missing.py .....x..
> pandas/tests/series/test_npfuncs.py ..
> pandas/tests/series/test_reductions.py .................
> pandas/tests/series/test_repr.py ...................................................
> pandas/tests/series/test_subclass.py ........
> pandas/tests/series/test_ufunc.py ......................................................................xxx......................................................................................................................................
> pandas/tests/series/test_unary.py ..........................
> pandas/tests/series/test_validate.py ............................
> 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 ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................x........x........x........x........x........x........x........x........x........x........x........x......................................................................................................................................................................................................................................................................................................................................................................
> 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_align.py ...............................................................................................................
> pandas/tests/series/methods/test_append.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..x....xsssssssss.................
> pandas/tests/series/methods/test_autocorr.py .
> pandas/tests/series/methods/test_between.py ......
> pandas/tests/series/methods/test_clip.py .......................................................................
> 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.py ...........
> pandas/tests/series/methods/test_convert_dtypes.py .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................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.............................................................................................................................................................................................................................................................................................................
> 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 .............
> 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............
> 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_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 ......................................................................................................................................................................................................................................................................
> 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 ...............
> 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_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_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 ..................................................
> 
> =============================== warnings summary ===============================
> pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_unsigned_dtype_overflow[uint8]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/core/dtypes/cast.py:1834: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -1 to uint8 will fail in the future.
>   For the old behavior, usually:
>       np.array(value).astype(dtype)`
>   will give the desired result (the cast overflows).
>     casted = np.array(arr, dtype=dtype, copy=copy)
> 
> pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_unsigned_dtype_overflow[uint16]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/core/dtypes/cast.py:1834: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -1 to uint16 will fail in the future.
>   For the old behavior, usually:
>       np.array(value).astype(dtype)`
>   will give the desired result (the cast overflows).
>     casted = np.array(arr, dtype=dtype, copy=copy)
> 
> pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_unsigned_dtype_overflow[uint32]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/core/dtypes/cast.py:1834: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -1 to uint32 will fail in the future.
>   For the old behavior, usually:
>       np.array(value).astype(dtype)`
>   will give the desired result (the cast overflows).
>     casted = np.array(arr, dtype=dtype, copy=copy)
> 
> pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_unsigned_dtype_overflow[uint64]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/core/dtypes/cast.py:1834: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -1 to uint64 will fail in the future.
>   For the old behavior, usually:
>       np.array(value).astype(dtype)`
>   will give the desired result (the cast overflows).
>     casted = np.array(arr, dtype=dtype, copy=copy)
> 
> pandas/tests/series/indexing/test_setitem.py::test_32878_complex_itemsize
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/core/dtypes/cast.py:2049: RuntimeWarning: overflow encountered in cast
>     casted = dtype.type(element)
> 
> -- 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 =============================
> 1.16s call     pandas/tests/series/methods/test_isin.py::test_isin_large_series_mixed_dtypes_and_nan
> 0.75s call     pandas/tests/series/methods/test_rank.py::test_pct_max_many_rows
> 0.15s call     pandas/tests/series/test_arithmetic.py::TestNamePreservation::test_series_ops_name_retention[python-names6-add-False-array1]
> 0.13s call     pandas/tests/series/test_arithmetic.py::TestNamePreservation::test_series_ops_name_retention[numexpr-names4-le-True-tuple]
> 0.09s call     pandas/tests/series/test_constructors.py::TestSeriesConstructorIndexCoercion::test_series_constructor_datetimelike_index_coercion
> 0.07s call     pandas/tests/series/indexing/test_datetime.py::test_getitem_setitem_datetimeindex
> 0.06s call     pandas/tests/series/methods/test_isin.py::TestSeriesIsIn::test_isin
> 0.05s call     pandas/tests/series/test_api.py::TestSeriesMisc::test_series_iteritems_deprecated
> 0.04s teardown pandas/tests/series/indexing/test_setitem.py::TestSetitemMismatchedTZCastsToObject::test_int_key[setitem]
> 0.04s teardown pandas/tests/series/indexing/test_setitem.py::TestCoercionDatetime64TZ::test_int_key[setitem-val1-object]
> 0.04s teardown pandas/tests/series/indexing/test_setitem.py::TestCoercionDatetime64TZ::test_int_key[iloc-val1-object]
> 0.04s teardown pandas/tests/series/indexing/test_setitem.py::TestSetitemMismatchedTZCastsToObject::test_int_key[iloc]
> 0.03s teardown pandas/tests/series/indexing/test_setitem.py::TestCoercionDatetime64TZ::test_int_key[loc-val1-object]
> 0.03s teardown pandas/tests/series/indexing/test_setitem.py::TestSetitemMismatchedTZCastsToObject::test_int_key[loc]
> 0.03s teardown pandas/tests/series/test_arithmetic.py::test_series_varied_multiindex_alignment[python]
> 0.03s call     pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_timedelta64
> 0.03s call     pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_data_aware_dtype_naive['UTC'-True]
> 0.03s call     pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_floating_data_int_dtype[DataFrame]
> 0.03s call     pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_dtype_datetime64_6
> 0.03s call     pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_data_aware_dtype_naive['UTC+01:15'-False]
> 0.03s call     pandas/tests/series/methods/test_count.py::TestSeriesCount::test_count_multiindex
> 0.02s call     pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_data_aware_dtype_naive['dateutil/US/Pacific'-True]
> 0.02s call     pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_data_aware_dtype_naive['UTC-02:15'-False]
> 0.02s call     pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_data_aware_dtype_naive['-02:15'-True]
> 0.02s call     pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_empty[dict]
> 0.02s call     pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_data_aware_dtype_naive[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-True]
> 0.02s call     pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_data_aware_dtype_naive['Asia/Tokyo'-True]
> 0.02s call     pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_data_aware_dtype_naive[datetime.timezone(datetime.timedelta(days=-1, seconds=82800), 'foo')-False]
> 0.02s call     pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_data_aware_dtype_naive[tzlocal()-True]
> 0.02s call     pandas/tests/series/test_constructors.py::TestSeriesConstructors::test_constructor_data_aware_dtype_naive['dateutil/US/Pacific'-False]
> ========== 11388 passed, 21 skipped, 26 xfailed, 5 warnings in 37.08s ==========
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 3024 items
> 
> pandas/tests/strings/test_api.py ..s.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................x.................................................................................................xx............xx......xx....................xx........................xxxx..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..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/strings/test_case_justify.py ..s...s.......sss...s....s..s...s..s..........sssss..s...s..s..s..s..s
> pandas/tests/strings/test_cat.py ................................................................
> pandas/tests/strings/test_extract.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..sxxs..s..s..s..s..s..s..s..s..s..s..s...s..s..s..s....ss..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..ssss..s..s..s..s..s..s..s..s..s..s..s....ss..s..s................ssssssss..s..s...s..s
> pandas/tests/strings/test_find_replace.py ..s..............ssssssssssss..s..s...........................sss...........................sss..s..s...s........................ssssssssssss..s......sss..s..s...s..s..s....ss..s..s..s..s..s......sss..s...s..s..s..s..s..s...s..s..s..s..s...s
> pandas/tests/strings/test_get_dummies.py ..s...s.
> pandas/tests/strings/test_split_partition.py ....ss....ss..s..s..s............ssss..s..s....s..s....ss............ssssss....ss..s..s..s..s.....s..s..s.....s..s.....ss....ss....ss....ss....ss......ss....ss..s..s......ss...........s
> pandas/tests/strings/test_string_array.py .......................................................................sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss....ssss....ssss.s
> pandas/tests/strings/test_strings.py ......s..s...s...s.....ss..s................ssssssss....ss....ss..s...s.............ssssss............ssssss..s..s....ss....ss....ss..s..........sssss..................ssssssss......sss.........sss....ss....ss..s...s..s..s.....ss..s....................s......
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 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]-data6-names6]
> 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]-data2-names2]
> 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[object-data5-names5]
> 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-data7-names7]
> 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-data3-names3]
> 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[string[python]-data0-names0]
> 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_no_matches[string[python]-data4-names4]
> 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_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_extractall_same_as_extract_subject_index[object]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extractall[string[python]]
> 0.01s call     pandas/tests/strings/test_extract.py::test_extract_expand_capture_groups[string[python]]
> 0.01s call     pandas/tests/strings/test_strings.py::test_iter
> 0.01s call     pandas/tests/strings/test_cat.py::test_cat_on_series_dot_str
> 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[object]
> 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]]
> ================ 2534 passed, 475 skipped, 15 xfailed in 7.11s =================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> 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.35s ===============================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 690 items
> 
> pandas/tests/test_algos.py ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 3.00s call     pandas/tests/test_algos.py::TestRank::test_pct_max_many_rows
> 0.08s call     pandas/tests/test_algos.py::TestIsin::test_same_nan_is_in_large_series
> 0.07s call     pandas/tests/test_algos.py::TestIsin::test_same_nan_is_in_large
> 0.05s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[string-None]
> 0.03s call     pandas/tests/test_algos.py::TestIsin::test_large
> 0.02s call     pandas/tests/test_algos.py::TestUnique::test_object_refcount_bug
> 0.02s call     pandas/tests/test_algos.py::TestMode::test_categorical
> 0.02s call     pandas/tests/test_algos.py::TestDuplicated::test_datetime_likes
> 0.02s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[series-with-complex128-index-None]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[series-with-complex128-index--10]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[series-with-num_int16-index-None]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[series-with-complex64-index-None]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[series-with-num_int64-index--1]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[mi-with-dt64tz-level-None]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[mi-with-dt64tz-level--1]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[mi-with-dt64tz-level--10]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[series-with-num_int8-index--1]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[series-with-num_int8-index--10]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[series-with-num_int16-index--1]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[series-with-num_uint32-index-None]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[series-with-num_uint8-index--10]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[series-with-num_uint16-index--1]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[tuples-None]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[series-with-num_int64-index--10]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[series-with-bool-object-index--10]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[series-with-num_uint64-index-None]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[interval-None]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[series-with-num_int16-index--10]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[series-with-num_uint32-index--1]
> 0.01s call     pandas/tests/test_algos.py::TestFactorize::test_depr_na_sentinel[tuples--1]
> ============================= 690 passed in 7.32s ==============================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> 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.01s call     pandas/tests/test_common.py::test_serializable[obj8]
> 0.01s call     pandas/tests/test_common.py::test_serializable[obj9]
> 0.01s call     pandas/tests/test_common.py::test_serializable[obj10]
> 
> (27 durations < 0.005s hidden.  Use -vv to show these durations.)
> ======================== 126 passed, 2 xfailed in 0.71s ========================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 18 items / 3 deselected / 15 selected
> 
> pandas/tests/test_downstream.py ...ss..sssss.s.
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 1.70s call     pandas/tests/test_downstream.py::test_oo_optimizable
> 0.96s call     pandas/tests/test_downstream.py::test_oo_optimized_datetime_index_unpickle
> 0.28s call     pandas/tests/test_downstream.py::test_dask
> 0.02s call     pandas/tests/test_downstream.py::test_yaml_dump
> 0.01s call     pandas/tests/test_downstream.py::test_construct_dask_float_array_int_dtype_match_ndarray
> 0.01s call     pandas/tests/test_downstream.py::test_frame_setitem_dask_array_into_new_col
> 
> (24 durations < 0.005s hidden.  Use -vv to show these durations.)
> ================== 7 passed, 8 skipped, 3 deselected in 3.47s ==================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 32 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.)
> ============================== 32 passed in 0.38s ==============================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 243 items
> 
> pandas/tests/test_expressions.py ...................................................................................................................................................................................................................................................
> 
> =============================== warnings summary ===============================
> pandas/tests/test_expressions.py::TestExpressions::test_binary_ops[left1-right1-truediv-/]
> pandas/tests/test_expressions.py::TestExpressions::test_binary_ops[left1-right1-truediv-/]
> pandas/tests/test_expressions.py::TestExpressions::test_binary_ops[left1-right1-truediv-/]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/core/computation/expressions.py:70: RuntimeWarning: invalid value encountered in divide
>     return op(a, b)
> 
> -- 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.08s 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.03s call     pandas/tests/test_expressions.py::TestExpressions::test_invalid
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[add-False-df3]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[floordiv-False-df3]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[floordiv-False-df2]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[floordiv-True-df3]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[add-True-df5]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[truediv-False-df0]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[add-False-df5]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[mod-False-df2]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[add-False-df0]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[floordiv-True-df2]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[floordiv-False-df5]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[mul-False-df5]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[mod-True-df2]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[floordiv-True-df5]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[mul-True-df0]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[sub-False-df5]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[truediv-False-df5]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[add-False-df2]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[add-True-df3]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[floordiv-False-df0]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[mod-False-df0]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[add-True-df0]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[mul-True-df3]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[mod-False-df5]
> 0.01s call     pandas/tests/test_expressions.py::TestExpressions::test_run_arithmetic[sub-False-df3]
> 
> (2 durations < 0.005s hidden.  Use -vv to show these durations.)
> ======================= 243 passed, 3 warnings in 1.44s ========================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> 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.37s ===============================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 265 items
> 
> pandas/tests/test_multilevel.py .........................................................................................................................................................................................................................................................................
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.08s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_reindex_level
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_std_var_pass_ddof[var]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_std_var_pass_ddof[std]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[median-True-False-0-0]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[std-True-False-0-0]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[kurt-True-False-0-0]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[kurt-True-True-0-0]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[skew-True-False-0-0]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[var-True-False-0-0]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[var-False-False-0-0]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[std-False-False-0-0]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[kurt-False-False-0-0]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[kurt-True-False-0-1]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[median-True-False-0-1]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[kurt-True-True-0-1]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[skew-False-False-0-0]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[skew-True-True-0-0]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[kurt-False-True-0-0]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[min-True-False-0-0]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[median-False-False-0-0]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[var-False-False-0-1]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[var-True-False-0-1]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[max-True-False-0-0]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[prod-True-False-0-0]
> 0.02s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[std-True-True-1-0]
> 0.01s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[mean-True-False-0-1]
> 0.01s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[skew-True-False-0-1]
> 0.01s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[sum-True-False-0-0]
> 0.01s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[skew-False-False-0-1]
> 0.01s call     pandas/tests/test_multilevel.py::TestMultiLevel::test_frame_group_ops[mean-True-False-0-0]
> ============================= 265 passed in 3.66s ==============================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 156 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_nanskew[False]
> 0.02s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nankurt[False]
> 0.02s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanmedian[True]
> 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_nansem[True-0]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanmedian[False]
> 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-2]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nancorr_spearman
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanvar[True-0]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanmean[True]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanvar[True-1]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nansem[False-1]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nansem[False-0]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nansem[False-2]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanprod[True]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanargmax[True]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanargmin[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_nanops_with_warnings[True-reduction-amax]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanstd[False-1]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanstd[False-0]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nanstd[False-2]
> 0.01s call     pandas/tests/test_nanops.py::TestnanopsDataFrame::test_nancorr_kendall
> ============================= 156 passed in 1.11s ==============================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> 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.05s 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.45s =========================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> 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.05s 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.43s ===============================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 59 items
> 
> pandas/tests/test_sorting.py ...........................................................
> 
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 4.52s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_how_merge[right]
> 4.40s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_how_merge[left]
> 4.39s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_how_merge[outer]
> 4.39s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_how_merge[inner]
> 3.80s call     pandas/tests/test_sorting.py::TestSorting::test_int64_overflow_groupby_large_df_shuffled[median]
> 2.93s call     pandas/tests/test_sorting.py::TestSorting::test_int64_overflow_groupby_large_df_shuffled[mean]
> 2.50s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_sort_false_order
> 1.18s call     pandas/tests/test_sorting.py::TestSorting::test_int64_overflow_groupby_large_range
> 1.13s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_check_sum_col
> 0.50s setup    pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_check_sum_col
> 0.49s setup    pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_how_merge[outer]
> 0.48s setup    pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_sort_false_order
> 0.48s setup    pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_how_merge[inner]
> 0.48s setup    pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_how_merge[left]
> 0.48s setup    pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_how_merge[right]
> 0.38s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_one_to_many_none_match[True-outer]
> 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[True-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[True-left]
> 0.30s call     pandas/tests/test_sorting.py::TestMerge::test_int64_overflow_one_to_many_none_match[True-inner]
> 0.29s 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.15s 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.)
> ============================= 59 passed in 35.23s ==============================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> 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 =============================
> 
> (30 durations < 0.005s hidden.  Use -vv to show these durations.)
> ============================== 81 passed in 0.52s ==============================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 1165 items
> 
> pandas/tests/tools/test_to_datetime.py ..........................................................................................................................................................................ss...................................................................................................................................................................................................xx..........................................................................................................................................................................................................................................................................................................................s.............
> pandas/tests/tools/test_to_numeric.py ........................................................................................................................................................................................................................................................xx.......................................................................................................................ssssss............x............
> pandas/tests/tools/test_to_time.py ............
> pandas/tests/tools/test_to_timedelta.py ........................................................
> 
> =============================== warnings summary ===============================
> pandas/tests/tools/test_to_datetime.py::TestTimeConversionFormats::test_to_datetime_format_YYYYMMDD_overflow[input_s0-expected0]
> pandas/tests/tools/test_to_datetime.py::TestTimeConversionFormats::test_to_datetime_format_YYYYMMDD_overflow[input_s1-expected1]
> pandas/tests/tools/test_to_datetime.py::TestTimeConversionFormats::test_to_datetime_format_YYYYMMDD_overflow[input_s2-expected2]
> pandas/tests/tools/test_to_datetime.py::TestTimeConversionFormats::test_to_datetime_format_YYYYMMDD_overflow[input_s3-expected3]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/core/tools/datetimes.py:1256: RuntimeWarning: invalid value encountered in cast
>     masked_result = calc(carg[mask].astype(np.float64).astype(np.int64))
> 
> pandas/tests/tools/test_to_numeric.py::test_downcast_float64_to_float32
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/core/dtypes/cast.py:394: RuntimeWarning: overflow encountered in cast
>     new_result = result.astype(dtype)
> 
> pandas/tests/tools/test_to_numeric.py::test_downcast_nullable_numeric[data12-UInt64-signed-UInt64]
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/core/arrays/integer.py:53: RuntimeWarning: invalid value encountered in cast
>     casted = values.astype(dtype, copy=copy)
> 
> -- 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.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[array-None-True]
> 0.07s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[array-None-None]
> 0.05s call     pandas/tests/tools/test_to_datetime.py::TestToDatetimeMisc::test_to_datetime_respects_dayfirst[True]
> 0.04s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[deque-%Y%m%d %H:%M:%S-True]
> 0.04s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[deque-None-True]
> 0.04s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[deque-None-None]
> 0.04s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[deque-%Y%m%d %H:%M:%S-None]
> 0.04s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[tuple-%Y%m%d %H:%M:%S-True]
> 0.04s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[tuple-None-None]
> 0.04s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[tuple-None-True]
> 0.04s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[tuple-%Y%m%d %H:%M:%S-None]
> 0.04s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[list-%Y%m%d %H:%M:%S-None]
> 0.04s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[list-%Y%m%d %H:%M:%S-True]
> 0.04s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[list-None-True]
> 0.04s call     pandas/tests/tools/test_to_datetime.py::TestToDatetime::test_to_datetime_cache[list-None-None]
> 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[Index-%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-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_series[%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[None-None]
> 0.02s call     pandas/tests/tools/test_to_datetime.py::TestToDatetimeMisc::test_dayfirst_warnings_invalid_input
> 0.01s call     pandas/tests/tools/test_to_datetime.py::TestToDatetimeMisc::test_dayfirst_warnings_valid_input
> 0.01s 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_timedelta.py::TestTimedeltas::test_to_timedelta_on_missing_values
> 0.01s call     pandas/tests/tools/test_to_datetime.py::TestToDatetimeInferFormat::test_to_datetime_infer_datetime_format_consistent_format[True-%m/%d/%Y %H:%M:%S.%f]
> ============ 1151 passed, 9 skipped, 5 xfailed, 6 warnings in 3.78s ============
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 5453 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_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 ...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................xxxxxxxxxxxxxxxxxx..................xxxxxx........................xxxxxxxxx...xxxxxx.......................................................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.36s call     pandas/tests/tseries/offsets/test_offsets_properties.py::test_on_offset_implementations
> 0.22s call     pandas/tests/tseries/offsets/test_offsets_properties.py::test_shift_across_dst
> 0.13s call     pandas/tests/tseries/offsets/test_custom_business_month.py::TestCustomBusinessMonthEnd::test_datetimeindex
> 0.13s call     pandas/tests/tseries/offsets/test_custom_business_month.py::TestCustomBusinessMonthBegin::test_datetimeindex
> 0.13s call     pandas/tests/tseries/offsets/test_custom_business_day.py::TestCustomBusinessDay::test_calendar
> 0.13s call     pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add_empty_datetimeindex[FY5253Quarter-'+01:15']
> 0.13s call     pandas/tests/tseries/offsets/test_custom_business_hour.py::TestCustomBusinessHour::test_us_federal_holiday_with_datetime
> 0.11s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_equality[Micro]
> 0.10s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_equality[Nano]
> 0.10s call     pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_apply[DateOffset]
> 0.10s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_equality[Second]
> 0.10s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_equality[Milli]
> 0.10s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_equality[Minute]
> 0.09s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_equality[Hour]
> 0.09s call     pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_tz_transition[pytz.FixedOffset(300)-3601S-date_pair0]
> 0.06s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_add_sub[Milli]
> 0.06s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_add_sub[Hour]
> 0.06s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_add_sub[Minute]
> 0.06s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_add_sub[Second]
> 0.06s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_add_sub[Nano]
> 0.06s call     pandas/tests/tseries/offsets/test_ticks.py::test_tick_add_sub[Micro]
> 0.05s call     pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollforward[DateOffset]
> 0.05s call     pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_rollback[DateOffset]
> 0.05s call     pandas/tests/tseries/offsets/test_offsets.py::TestCommon::test_add_empty_datetimeindex[CustomBusinessDay1-pytz.FixedOffset(-300)]
> 0.05s call     pandas/tests/tseries/frequencies/test_inference.py::test_infer_freq_warn_deprecated
> 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[BYearEnd--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_business_hour.py::TestBusinessHour::test_call
> ================= 5412 passed, 41 xfailed, 1 warning in 21.19s =================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 975 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.15s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[tzlocal()]
> 0.14s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert[tzlocal()-D]
> 0.06s call     pandas/tests/tslibs/test_ccalendar.py::test_isocalendar
> 0.03s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert[pytz.FixedOffset(-300)-D]
> 0.03s 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.03s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly['UTC-02:15']
> 0.03s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[pytz.FixedOffset(-300)]
> 0.03s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[pytz.FixedOffset(300)]
> 0.03s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly['+01:15']
> 0.03s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly['-02:15']
> 0.03s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly['UTC+01:15']
> 0.03s 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.03s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert[pytz.FixedOffset(300)-D]
> 0.03s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[datetime.timezone(datetime.timedelta(seconds=3600))]
> 0.03s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert['UTC-02:15'-D]
> 0.03s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert[datetime.timezone(datetime.timedelta(seconds=3600))-D]
> 0.03s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert['+01:15'-D]
> 0.03s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert['UTC+01:15'-D]
> 0.03s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert['-02:15'-D]
> 0.03s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert[zoneinfo.ZoneInfo(key='US/Pacific')-D]
> 0.02s 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_hourly[zoneinfo.ZoneInfo(key='US/Pacific')]
> 0.02s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert['dateutil/US/Pacific'-D]
> 0.02s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert['dateutil/Asia/Singapore'-D]
> 0.02s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert['US/Eastern'-D]
> 0.02s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly['dateutil/Asia/Singapore']
> 0.02s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert['Asia/Tokyo'-D]
> 0.02s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly['Asia/Tokyo']
> 0.01s call     pandas/tests/tslibs/test_conversion.py::test_tz_convert_single_matches_tz_convert_hourly[zoneinfo.ZoneInfo(key='UTC')]
> ============================= 975 passed in 2.72s ==============================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 869 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 =============================
> 1.97s call     pandas/tests/util/test_show_versions.py::test_show_versions
> 0.05s call     pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_deprecated[1.1-1.1-False]
> 0.02s call     pandas/tests/util/test_assert_produces_warning.py::test_same_category_different_messages_first_match
> 0.01s call     pandas/tests/util/test_assert_produces_warning.py::test_same_category_different_messages_last_match
> 0.01s call     pandas/tests/util/test_assert_produces_warning.py::test_assert_produces_warning_honors_filter
> 0.01s call     pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_deprecated[1.1-1.100001-True]
> 0.01s call     pandas/tests/util/test_assert_produces_warning.py::test_fail_to_match_runtime_warning
> 0.01s call     pandas/tests/util/test_assert_produces_warning.py::test_fail_to_match_resource_warning
> 0.01s call     pandas/tests/util/test_assert_almost_equal.py::test_assert_almost_equal_deprecated[1.1-1.1001-2]
> 0.01s call     pandas/tests/util/test_assert_produces_warning.py::test_fail_to_match_future_warning
> 0.01s call     pandas/tests/util/test_assert_produces_warning.py::test_match_multiple_warnings
> 0.01s call     pandas/tests/util/test_show_versions.py::test_json_output_match
> 0.01s call     pandas/tests/util/test_show_versions.py::test_show_versions_console_json
> 0.01s call     pandas/tests/util/test_rewrite_warning.py::test_rewrite_warning[None-FutureWarning-Target message-True]
> 0.01s call     pandas/tests/util/test_deprecate.py::test_deprecate_ok
> 0.01s call     pandas/tests/util/test_assert_produces_warning.py::test_catch_warning_category_and_match[ResourceWarning-Message, which we do not match-None]
> 0.01s call     pandas/tests/util/test_assert_produces_warning.py::test_ignore_extra_warning[tuple0]
> 0.01s call     pandas/tests/util/test_deprecate_nonkeyword_arguments.py::test_three_arguments
> 0.01s call     pandas/tests/util/test_assert_produces_warning.py::test_catch_warning_category_and_match[UserWarning-Message 12-234 with numbers-^Mes.*\\d{2}-\\d{3}]
> 0.01s call     pandas/tests/util/test_assert_produces_warning.py::test_catch_warning_category_and_match[ResourceWarning--None]
> 0.01s call     pandas/tests/util/test_assert_produces_warning.py::test_catch_warning_category_and_match[DeprecationWarning-Message 12-234 with numbers-^Mes.*\\d{2}-\\d{3}]
> 0.01s call     pandas/tests/util/test_assert_produces_warning.py::test_raise_on_extra_warning[tuple6]
> 0.01s call     pandas/tests/util/test_assert_produces_warning.py::test_ignore_extra_warning[tuple4]
> 0.01s call     pandas/tests/util/test_assert_produces_warning.py::test_catch_warning_category_and_match[RuntimeWarning-Warning message-[Ww]arning]
> 0.01s call     pandas/tests/util/test_deprecate_nonkeyword_arguments.py::test_one_positional_argument
> 0.01s call     pandas/tests/util/test_assert_produces_warning.py::test_catch_warning_category_and_match[PerformanceWarning-Message, which we do not match-None]
> 0.01s call     pandas/tests/util/test_deprecate_nonkeyword_arguments.py::test_three_arguments_default_allowed_args
> 0.01s call     pandas/tests/util/test_assert_produces_warning.py::test_right_category_wrong_match_raises[tuple6]
> 0.01s call     pandas/tests/util/test_assert_produces_warning.py::test_catch_warning_category_and_match[UserWarning-Message 12-234 with numbers-\\d{2}-\\d{3}\\s\\S+]
> 0.01s call     pandas/tests/util/test_assert_produces_warning.py::test_catch_warning_category_and_match[DeprecationWarning-Message 12-234 with numbers-\\d{2}-\\d{3}\\s\\S+]
> ================== 867 passed, 1 skipped, 1 xfailed in 4.63s ===================
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 10216 items
> 
> 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 ......................................................................................................................................................................................................................................
> 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_online.py sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
> 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 ........................................................................................................................................................................................................................................................................
> 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................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> 
> =============================== warnings summary ===============================
> pandas/tests/window/test_dtypes.py: 40 warnings
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/core/arrays/timedeltas.py:908: RuntimeWarning: invalid value encountered in cast
>     base = data.astype(np.int64)
> 
> pandas/tests/window/test_dtypes.py: 40 warnings
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/core/arrays/timedeltas.py:912: RuntimeWarning: invalid value encountered in cast
>     data = (base * m + (frac * m).astype(np.int64)).view("timedelta64[ns]")
> 
> -- 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.68s call     pandas/tests/window/test_apply.py::test_center_reindex_frame[False]
> 0.21s call     pandas/tests/window/test_apply.py::test_time_rule_frame[False]
> 0.14s call     pandas/tests/window/test_rolling.py::test_rolling_quantile_interpolation_options[data1-midpoint-0.5]
> 0.14s call     pandas/tests/window/test_apply.py::test_frame[False]
> 0.11s call     pandas/tests/window/test_apply.py::test_rolling_apply_args_kwargs[args_kwargs0]
> 0.08s call     pandas/tests/window/test_expanding.py::test_expanding_cov_pairwise
> 0.08s call     pandas/tests/window/test_expanding.py::test_expanding_corr_pairwise
> 0.06s call     pandas/tests/window/test_apply.py::test_center_reindex_series[False]
> 0.05s call     pandas/tests/window/test_api.py::test_skip_sum_object_raises[None]
> 0.05s call     pandas/tests/window/test_apply.py::test_min_periods[False-None-0]
> 0.05s call     pandas/tests/window/test_apply.py::test_min_periods[False-1-0]
> 0.05s call     pandas/tests/window/test_groupby.py::TestEWM::test_times_vs_apply
> 0.04s call     pandas/tests/window/test_pairwise.py::test_rolling_pairwise_cov_corr[corr]
> 0.04s call     pandas/tests/window/test_pairwise.py::TestPairwise::test_cov_mulittindex
> 0.04s call     pandas/tests/window/test_pairwise.py::test_rolling_pairwise_cov_corr[cov]
> 0.04s call     pandas/tests/window/test_apply.py::test_nans[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::TestPairwise::test_pairwise_with_self[pairwise_frames2-<lambda>2]
> 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_expanding.py::test_expanding_corr_pairwise_diff_length
> 0.03s call     pandas/tests/window/test_ewm.py::test_ewm_pairwise_cov_corr[cov]
> 0.03s call     pandas/tests/window/test_expanding.py::test_expanding_cov_pairwise_diff_length
> 0.03s call     pandas/tests/window/test_rolling.py::test_numpy_compat[var]
> 0.03s call     pandas/tests/window/test_apply.py::test_min_periods[False-2-0]
> 0.03s call     pandas/tests/window/test_apply.py::test_center_reindex_frame[True]
> 0.02s call     pandas/tests/window/test_groupby.py::TestEWM::test_times_array
> 0.02s call     pandas/tests/window/test_expanding.py::test_expanding_min_periods_apply[engine_and_raw2]
> 0.02s call     pandas/tests/window/test_api.py::test_agg[None]
> 0.02s call     pandas/tests/window/test_rolling.py::test_numpy_compat[mean]
> ========= 8955 passed, 1218 skipped, 43 xfailed, 80 warnings in 31.66s =========
> rdjoqkol test state = false
> ============================= test session starts ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: hypothesis-6.92.2, xdist-3.4.0, asyncio-0.20.3, forked-1.6.0
> asyncio: mode=Mode.STRICT
> collected 1867 items
> 
> pandas/tests/groupby/test_numba.py ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
> pandas/tests/groupby/test_timegrouper.py .............................s
> pandas/tests/groupby/transform/test_numba.py sssssssssssssssssssssssssssss
> pandas/tests/groupby/aggregate/test_numba.py ssssssssssssssssssssssssssssss
> pandas/tests/window/test_numba.py sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
> pandas/tests/window/test_apply.py ...s....sssss..........s..s.......................................................
> pandas/tests/window/test_online.py sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
> pandas/tests/window/moments/test_moments_consistency_expanding.py ........F.......................F..F..F..F..F..F....................F.......................F..F..F..F..F..F................................................................................................................................................................................................................................................................................
> 
> =================================== FAILURES ===================================
> __________ test_expanding_apply_consistency_sum_nans[all_data1-0-sum] __________
> request = <FixtureRequest for <Function test_expanding_apply_consistency_sum_nans[all_data1-0-sum]>>
> all_data = 0   NaN
> 1   NaN
> 2   NaN
> 3   NaN
> 4   NaN
> dtype: float64
> min_periods = 0, f = <function sum at 0x7ff96c34c360>
> 
>     @pytest.mark.parametrize("f", [lambda v: Series(v).sum(), np.nansum, np.sum])
>     def test_expanding_apply_consistency_sum_nans(request, all_data, min_periods, f):
>         if f is np.sum:
>             if not no_nans(all_data) and not (
>                 all_na(all_data) and not all_data.empty and min_periods > 0
>             ):
>                 request.node.add_marker(
>                     pytest.mark.xfail(reason="np.sum has different behavior with NaNs")
>                 )
>         expanding_f_result = all_data.expanding(min_periods=min_periods).sum()
>         expanding_apply_f_result = all_data.expanding(min_periods=min_periods).apply(
>             func=f, raw=True
>         )
> >       tm.assert_equal(expanding_f_result, expanding_apply_f_result)
> 
> pandas/tests/window/moments/test_moments_consistency_expanding.py:29: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> pandas/_libs/testing.pyx:52: in pandas._libs.testing.assert_almost_equal
>     cpdef assert_almost_equal(a, b,
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> >   raise_assert_detail(obj, msg, lobj, robj, index_values=index_values)
> E   AssertionError: Series are different
> E   
> E   Series values are different (100.0 %)
> E   [index]: [0, 1, 2, 3, 4]
> E   [left]:  [0.0, 0.0, 0.0, 0.0, 0.0]
> E   [right]: [nan, nan, nan, nan, nan]
> 
> pandas/_libs/testing.pyx:167: AssertionError
> __________ test_expanding_apply_consistency_sum_nans[all_data5-0-sum] __________
> request = <FixtureRequest for <Function test_expanding_apply_consistency_sum_nans[all_data5-0-sum]>>
> all_data = 0    NaN
> 1    1.0
> 2    NaN
> 3    1.0
> 4    1.0
> dtype: float64
> min_periods = 0, f = <function sum at 0x7ff96c34c360>
> 
>     @pytest.mark.parametrize("f", [lambda v: Series(v).sum(), np.nansum, np.sum])
>     def test_expanding_apply_consistency_sum_nans(request, all_data, min_periods, f):
>         if f is np.sum:
>             if not no_nans(all_data) and not (
>                 all_na(all_data) and not all_data.empty and min_periods > 0
>             ):
>                 request.node.add_marker(
>                     pytest.mark.xfail(reason="np.sum has different behavior with NaNs")
>                 )
>         expanding_f_result = all_data.expanding(min_periods=min_periods).sum()
>         expanding_apply_f_result = all_data.expanding(min_periods=min_periods).apply(
>             func=f, raw=True
>         )
> >       tm.assert_equal(expanding_f_result, expanding_apply_f_result)
> 
> pandas/tests/window/moments/test_moments_consistency_expanding.py:29: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> pandas/_libs/testing.pyx:52: in pandas._libs.testing.assert_almost_equal
>     cpdef assert_almost_equal(a, b,
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> >   raise_assert_detail(obj, msg, lobj, robj, index_values=index_values)
> E   AssertionError: Series are different
> E   
> E   Series values are different (100.0 %)
> E   [index]: [0, 1, 2, 3, 4]
> E   [left]:  [0.0, 1.0, 1.0, 2.0, 3.0]
> E   [right]: [nan, nan, nan, nan, nan]
> 
> pandas/_libs/testing.pyx:167: AssertionError
> __________ test_expanding_apply_consistency_sum_nans[all_data5-2-sum] __________
> request = <FixtureRequest for <Function test_expanding_apply_consistency_sum_nans[all_data5-2-sum]>>
> all_data = 0    NaN
> 1    1.0
> 2    NaN
> 3    1.0
> 4    1.0
> dtype: float64
> min_periods = 2, f = <function sum at 0x7ff96c34c360>
> 
>     @pytest.mark.parametrize("f", [lambda v: Series(v).sum(), np.nansum, np.sum])
>     def test_expanding_apply_consistency_sum_nans(request, all_data, min_periods, f):
>         if f is np.sum:
>             if not no_nans(all_data) and not (
>                 all_na(all_data) and not all_data.empty and min_periods > 0
>             ):
>                 request.node.add_marker(
>                     pytest.mark.xfail(reason="np.sum has different behavior with NaNs")
>                 )
>         expanding_f_result = all_data.expanding(min_periods=min_periods).sum()
>         expanding_apply_f_result = all_data.expanding(min_periods=min_periods).apply(
>             func=f, raw=True
>         )
> >       tm.assert_equal(expanding_f_result, expanding_apply_f_result)
> 
> pandas/tests/window/moments/test_moments_consistency_expanding.py:29: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> pandas/_libs/testing.pyx:52: in pandas._libs.testing.assert_almost_equal
>     cpdef assert_almost_equal(a, b,
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> >   raise_assert_detail(obj, msg, lobj, robj, index_values=index_values)
> E   AssertionError: Series are different
> E   
> E   Series values are different (40.0 %)
> E   [index]: [0, 1, 2, 3, 4]
> E   [left]:  [nan, nan, nan, 2.0, 3.0]
> E   [right]: [nan, nan, nan, nan, nan]
> 
> pandas/_libs/testing.pyx:167: AssertionError
> __________ test_expanding_apply_consistency_sum_nans[all_data6-0-sum] __________
> request = <FixtureRequest for <Function test_expanding_apply_consistency_sum_nans[all_data6-0-sum]>>
> all_data = 0    NaN
> 1    1.0
> 2    NaN
> 3    2.0
> 4    3.0
> dtype: float64
> min_periods = 0, f = <function sum at 0x7ff96c34c360>
> 
>     @pytest.mark.parametrize("f", [lambda v: Series(v).sum(), np.nansum, np.sum])
>     def test_expanding_apply_consistency_sum_nans(request, all_data, min_periods, f):
>         if f is np.sum:
>             if not no_nans(all_data) and not (
>                 all_na(all_data) and not all_data.empty and min_periods > 0
>             ):
>                 request.node.add_marker(
>                     pytest.mark.xfail(reason="np.sum has different behavior with NaNs")
>                 )
>         expanding_f_result = all_data.expanding(min_periods=min_periods).sum()
>         expanding_apply_f_result = all_data.expanding(min_periods=min_periods).apply(
>             func=f, raw=True
>         )
> >       tm.assert_equal(expanding_f_result, expanding_apply_f_result)
> 
> pandas/tests/window/moments/test_moments_consistency_expanding.py:29: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> pandas/_libs/testing.pyx:52: in pandas._libs.testing.assert_almost_equal
>     cpdef assert_almost_equal(a, b,
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> >   raise_assert_detail(obj, msg, lobj, robj, index_values=index_values)
> E   AssertionError: Series are different
> E   
> E   Series values are different (100.0 %)
> E   [index]: [0, 1, 2, 3, 4]
> E   [left]:  [0.0, 1.0, 1.0, 3.0, 6.0]
> E   [right]: [nan, nan, nan, nan, nan]
> 
> pandas/_libs/testing.pyx:167: AssertionError
> __________ test_expanding_apply_consistency_sum_nans[all_data6-2-sum] __________
> request = <FixtureRequest for <Function test_expanding_apply_consistency_sum_nans[all_data6-2-sum]>>
> all_data = 0    NaN
> 1    1.0
> 2    NaN
> 3    2.0
> 4    3.0
> dtype: float64
> min_periods = 2, f = <function sum at 0x7ff96c34c360>
> 
>     @pytest.mark.parametrize("f", [lambda v: Series(v).sum(), np.nansum, np.sum])
>     def test_expanding_apply_consistency_sum_nans(request, all_data, min_periods, f):
>         if f is np.sum:
>             if not no_nans(all_data) and not (
>                 all_na(all_data) and not all_data.empty and min_periods > 0
>             ):
>                 request.node.add_marker(
>                     pytest.mark.xfail(reason="np.sum has different behavior with NaNs")
>                 )
>         expanding_f_result = all_data.expanding(min_periods=min_periods).sum()
>         expanding_apply_f_result = all_data.expanding(min_periods=min_periods).apply(
>             func=f, raw=True
>         )
> >       tm.assert_equal(expanding_f_result, expanding_apply_f_result)
> 
> pandas/tests/window/moments/test_moments_consistency_expanding.py:29: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> pandas/_libs/testing.pyx:52: in pandas._libs.testing.assert_almost_equal
>     cpdef assert_almost_equal(a, b,
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> >   raise_assert_detail(obj, msg, lobj, robj, index_values=index_values)
> E   AssertionError: Series are different
> E   
> E   Series values are different (40.0 %)
> E   [index]: [0, 1, 2, 3, 4]
> E   [left]:  [nan, nan, nan, 3.0, 6.0]
> E   [right]: [nan, nan, nan, nan, nan]
> 
> pandas/_libs/testing.pyx:167: AssertionError
> __________ test_expanding_apply_consistency_sum_nans[all_data7-0-sum] __________
> request = <FixtureRequest for <Function test_expanding_apply_consistency_sum_nans[all_data7-0-sum]>>
> all_data = 0    NaN
> 1    1.0
> 2    NaN
> 3    3.0
> 4    2.0
> dtype: float64
> min_periods = 0, f = <function sum at 0x7ff96c34c360>
> 
>     @pytest.mark.parametrize("f", [lambda v: Series(v).sum(), np.nansum, np.sum])
>     def test_expanding_apply_consistency_sum_nans(request, all_data, min_periods, f):
>         if f is np.sum:
>             if not no_nans(all_data) and not (
>                 all_na(all_data) and not all_data.empty and min_periods > 0
>             ):
>                 request.node.add_marker(
>                     pytest.mark.xfail(reason="np.sum has different behavior with NaNs")
>                 )
>         expanding_f_result = all_data.expanding(min_periods=min_periods).sum()
>         expanding_apply_f_result = all_data.expanding(min_periods=min_periods).apply(
>             func=f, raw=True
>         )
> >       tm.assert_equal(expanding_f_result, expanding_apply_f_result)
> 
> pandas/tests/window/moments/test_moments_consistency_expanding.py:29: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> pandas/_libs/testing.pyx:52: in pandas._libs.testing.assert_almost_equal
>     cpdef assert_almost_equal(a, b,
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> >   raise_assert_detail(obj, msg, lobj, robj, index_values=index_values)
> E   AssertionError: Series are different
> E   
> E   Series values are different (100.0 %)
> E   [index]: [0, 1, 2, 3, 4]
> E   [left]:  [0.0, 1.0, 1.0, 4.0, 6.0]
> E   [right]: [nan, nan, nan, nan, nan]
> 
> pandas/_libs/testing.pyx:167: AssertionError
> __________ test_expanding_apply_consistency_sum_nans[all_data7-2-sum] __________
> request = <FixtureRequest for <Function test_expanding_apply_consistency_sum_nans[all_data7-2-sum]>>
> all_data = 0    NaN
> 1    1.0
> 2    NaN
> 3    3.0
> 4    2.0
> dtype: float64
> min_periods = 2, f = <function sum at 0x7ff96c34c360>
> 
>     @pytest.mark.parametrize("f", [lambda v: Series(v).sum(), np.nansum, np.sum])
>     def test_expanding_apply_consistency_sum_nans(request, all_data, min_periods, f):
>         if f is np.sum:
>             if not no_nans(all_data) and not (
>                 all_na(all_data) and not all_data.empty and min_periods > 0
>             ):
>                 request.node.add_marker(
>                     pytest.mark.xfail(reason="np.sum has different behavior with NaNs")
>                 )
>         expanding_f_result = all_data.expanding(min_periods=min_periods).sum()
>         expanding_apply_f_result = all_data.expanding(min_periods=min_periods).apply(
>             func=f, raw=True
>         )
> >       tm.assert_equal(expanding_f_result, expanding_apply_f_result)
> 
> pandas/tests/window/moments/test_moments_consistency_expanding.py:29: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> pandas/_libs/testing.pyx:52: in pandas._libs.testing.assert_almost_equal
>     cpdef assert_almost_equal(a, b,
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> >   raise_assert_detail(obj, msg, lobj, robj, index_values=index_values)
> E   AssertionError: Series are different
> E   
> E   Series values are different (40.0 %)
> E   [index]: [0, 1, 2, 3, 4]
> E   [left]:  [nan, nan, nan, 4.0, 6.0]
> E   [right]: [nan, nan, nan, nan, nan]
> 
> pandas/_libs/testing.pyx:167: AssertionError
> _________ test_expanding_apply_consistency_sum_nans[all_data11-0-sum] __________
> request = <FixtureRequest for <Function test_expanding_apply_consistency_sum_nans[all_data11-0-sum]>>
> all_data =     0
> 0 NaN
> 1 NaN
> 2 NaN
> 3 NaN
> 4 NaN, min_periods = 0
> f = <function sum at 0x7ff96c34c360>
> 
>     @pytest.mark.parametrize("f", [lambda v: Series(v).sum(), np.nansum, np.sum])
>     def test_expanding_apply_consistency_sum_nans(request, all_data, min_periods, f):
>         if f is np.sum:
>             if not no_nans(all_data) and not (
>                 all_na(all_data) and not all_data.empty and min_periods > 0
>             ):
>                 request.node.add_marker(
>                     pytest.mark.xfail(reason="np.sum has different behavior with NaNs")
>                 )
>         expanding_f_result = all_data.expanding(min_periods=min_periods).sum()
>         expanding_apply_f_result = all_data.expanding(min_periods=min_periods).apply(
>             func=f, raw=True
>         )
> >       tm.assert_equal(expanding_f_result, expanding_apply_f_result)
> 
> pandas/tests/window/moments/test_moments_consistency_expanding.py:29: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> pandas/_libs/testing.pyx:52: in pandas._libs.testing.assert_almost_equal
>     cpdef assert_almost_equal(a, b,
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> >   raise_assert_detail(obj, msg, lobj, robj, index_values=index_values)
> E   AssertionError: DataFrame.iloc[:, 0] (column name="0") are different
> E   
> E   DataFrame.iloc[:, 0] (column name="0") values are different (100.0 %)
> E   [index]: [0, 1, 2, 3, 4]
> E   [left]:  [0.0, 0.0, 0.0, 0.0, 0.0]
> E   [right]: [nan, nan, nan, nan, nan]
> 
> pandas/_libs/testing.pyx:167: AssertionError
> _________ test_expanding_apply_consistency_sum_nans[all_data15-0-sum] __________
> request = <FixtureRequest for <Function test_expanding_apply_consistency_sum_nans[all_data15-0-sum]>>
> all_data =      0
> 0  NaN
> 1  1.0
> 2  NaN
> 3  1.0
> 4  1.0, min_periods = 0
> f = <function sum at 0x7ff96c34c360>
> 
>     @pytest.mark.parametrize("f", [lambda v: Series(v).sum(), np.nansum, np.sum])
>     def test_expanding_apply_consistency_sum_nans(request, all_data, min_periods, f):
>         if f is np.sum:
>             if not no_nans(all_data) and not (
>                 all_na(all_data) and not all_data.empty and min_periods > 0
>             ):
>                 request.node.add_marker(
>                     pytest.mark.xfail(reason="np.sum has different behavior with NaNs")
>                 )
>         expanding_f_result = all_data.expanding(min_periods=min_periods).sum()
>         expanding_apply_f_result = all_data.expanding(min_periods=min_periods).apply(
>             func=f, raw=True
>         )
> >       tm.assert_equal(expanding_f_result, expanding_apply_f_result)
> 
> pandas/tests/window/moments/test_moments_consistency_expanding.py:29: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> pandas/_libs/testing.pyx:52: in pandas._libs.testing.assert_almost_equal
>     cpdef assert_almost_equal(a, b,
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> >   raise_assert_detail(obj, msg, lobj, robj, index_values=index_values)
> E   AssertionError: DataFrame.iloc[:, 0] (column name="0") are different
> E   
> E   DataFrame.iloc[:, 0] (column name="0") values are different (100.0 %)
> E   [index]: [0, 1, 2, 3, 4]
> E   [left]:  [0.0, 1.0, 1.0, 2.0, 3.0]
> E   [right]: [nan, nan, nan, nan, nan]
> 
> pandas/_libs/testing.pyx:167: AssertionError
> _________ test_expanding_apply_consistency_sum_nans[all_data15-2-sum] __________
> request = <FixtureRequest for <Function test_expanding_apply_consistency_sum_nans[all_data15-2-sum]>>
> all_data =      0
> 0  NaN
> 1  1.0
> 2  NaN
> 3  1.0
> 4  1.0, min_periods = 2
> f = <function sum at 0x7ff96c34c360>
> 
>     @pytest.mark.parametrize("f", [lambda v: Series(v).sum(), np.nansum, np.sum])
>     def test_expanding_apply_consistency_sum_nans(request, all_data, min_periods, f):
>         if f is np.sum:
>             if not no_nans(all_data) and not (
>                 all_na(all_data) and not all_data.empty and min_periods > 0
>             ):
>                 request.node.add_marker(
>                     pytest.mark.xfail(reason="np.sum has different behavior with NaNs")
>                 )
>         expanding_f_result = all_data.expanding(min_periods=min_periods).sum()
>         expanding_apply_f_result = all_data.expanding(min_periods=min_periods).apply(
>             func=f, raw=True
>         )
> >       tm.assert_equal(expanding_f_result, expanding_apply_f_result)
> 
> pandas/tests/window/moments/test_moments_consistency_expanding.py:29: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> pandas/_libs/testing.pyx:52: in pandas._libs.testing.assert_almost_equal
>     cpdef assert_almost_equal(a, b,
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> >   raise_assert_detail(obj, msg, lobj, robj, index_values=index_values)
> E   AssertionError: DataFrame.iloc[:, 0] (column name="0") are different
> E   
> E   DataFrame.iloc[:, 0] (column name="0") values are different (40.0 %)
> E   [index]: [0, 1, 2, 3, 4]
> E   [left]:  [nan, nan, nan, 2.0, 3.0]
> E   [right]: [nan, nan, nan, nan, nan]
> 
> pandas/_libs/testing.pyx:167: AssertionError
> _________ test_expanding_apply_consistency_sum_nans[all_data16-0-sum] __________
> request = <FixtureRequest for <Function test_expanding_apply_consistency_sum_nans[all_data16-0-sum]>>
> all_data =      0
> 0  NaN
> 1  1.0
> 2  NaN
> 3  2.0
> 4  3.0, min_periods = 0
> f = <function sum at 0x7ff96c34c360>
> 
>     @pytest.mark.parametrize("f", [lambda v: Series(v).sum(), np.nansum, np.sum])
>     def test_expanding_apply_consistency_sum_nans(request, all_data, min_periods, f):
>         if f is np.sum:
>             if not no_nans(all_data) and not (
>                 all_na(all_data) and not all_data.empty and min_periods > 0
>             ):
>                 request.node.add_marker(
>                     pytest.mark.xfail(reason="np.sum has different behavior with NaNs")
>                 )
>         expanding_f_result = all_data.expanding(min_periods=min_periods).sum()
>         expanding_apply_f_result = all_data.expanding(min_periods=min_periods).apply(
>             func=f, raw=True
>         )
> >       tm.assert_equal(expanding_f_result, expanding_apply_f_result)
> 
> pandas/tests/window/moments/test_moments_consistency_expanding.py:29: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> pandas/_libs/testing.pyx:52: in pandas._libs.testing.assert_almost_equal
>     cpdef assert_almost_equal(a, b,
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> >   raise_assert_detail(obj, msg, lobj, robj, index_values=index_values)
> E   AssertionError: DataFrame.iloc[:, 0] (column name="0") are different
> E   
> E   DataFrame.iloc[:, 0] (column name="0") values are different (100.0 %)
> E   [index]: [0, 1, 2, 3, 4]
> E   [left]:  [0.0, 1.0, 1.0, 3.0, 6.0]
> E   [right]: [nan, nan, nan, nan, nan]
> 
> pandas/_libs/testing.pyx:167: AssertionError
> _________ test_expanding_apply_consistency_sum_nans[all_data16-2-sum] __________
> request = <FixtureRequest for <Function test_expanding_apply_consistency_sum_nans[all_data16-2-sum]>>
> all_data =      0
> 0  NaN
> 1  1.0
> 2  NaN
> 3  2.0
> 4  3.0, min_periods = 2
> f = <function sum at 0x7ff96c34c360>
> 
>     @pytest.mark.parametrize("f", [lambda v: Series(v).sum(), np.nansum, np.sum])
>     def test_expanding_apply_consistency_sum_nans(request, all_data, min_periods, f):
>         if f is np.sum:
>             if not no_nans(all_data) and not (
>                 all_na(all_data) and not all_data.empty and min_periods > 0
>             ):
>                 request.node.add_marker(
>                     pytest.mark.xfail(reason="np.sum has different behavior with NaNs")
>                 )
>         expanding_f_result = all_data.expanding(min_periods=min_periods).sum()
>         expanding_apply_f_result = all_data.expanding(min_periods=min_periods).apply(
>             func=f, raw=True
>         )
> >       tm.assert_equal(expanding_f_result, expanding_apply_f_result)
> 
> pandas/tests/window/moments/test_moments_consistency_expanding.py:29: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> pandas/_libs/testing.pyx:52: in pandas._libs.testing.assert_almost_equal
>     cpdef assert_almost_equal(a, b,
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> >   raise_assert_detail(obj, msg, lobj, robj, index_values=index_values)
> E   AssertionError: DataFrame.iloc[:, 0] (column name="0") are different
> E   
> E   DataFrame.iloc[:, 0] (column name="0") values are different (40.0 %)
> E   [index]: [0, 1, 2, 3, 4]
> E   [left]:  [nan, nan, nan, 3.0, 6.0]
> E   [right]: [nan, nan, nan, nan, nan]
> 
> pandas/_libs/testing.pyx:167: AssertionError
> _________ test_expanding_apply_consistency_sum_nans[all_data17-0-sum] __________
> request = <FixtureRequest for <Function test_expanding_apply_consistency_sum_nans[all_data17-0-sum]>>
> all_data =      0
> 0  NaN
> 1  1.0
> 2  NaN
> 3  3.0
> 4  2.0, min_periods = 0
> f = <function sum at 0x7ff96c34c360>
> 
>     @pytest.mark.parametrize("f", [lambda v: Series(v).sum(), np.nansum, np.sum])
>     def test_expanding_apply_consistency_sum_nans(request, all_data, min_periods, f):
>         if f is np.sum:
>             if not no_nans(all_data) and not (
>                 all_na(all_data) and not all_data.empty and min_periods > 0
>             ):
>                 request.node.add_marker(
>                     pytest.mark.xfail(reason="np.sum has different behavior with NaNs")
>                 )
>         expanding_f_result = all_data.expanding(min_periods=min_periods).sum()
>         expanding_apply_f_result = all_data.expanding(min_periods=min_periods).apply(
>             func=f, raw=True
>         )
> >       tm.assert_equal(expanding_f_result, expanding_apply_f_result)
> 
> pandas/tests/window/moments/test_moments_consistency_expanding.py:29: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> pandas/_libs/testing.pyx:52: in pandas._libs.testing.assert_almost_equal
>     cpdef assert_almost_equal(a, b,
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> >   raise_assert_detail(obj, msg, lobj, robj, index_values=index_values)
> E   AssertionError: DataFrame.iloc[:, 0] (column name="0") are different
> E   
> E   DataFrame.iloc[:, 0] (column name="0") values are different (100.0 %)
> E   [index]: [0, 1, 2, 3, 4]
> E   [left]:  [0.0, 1.0, 1.0, 4.0, 6.0]
> E   [right]: [nan, nan, nan, nan, nan]
> 
> pandas/_libs/testing.pyx:167: AssertionError
> _________ test_expanding_apply_consistency_sum_nans[all_data17-2-sum] __________
> request = <FixtureRequest for <Function test_expanding_apply_consistency_sum_nans[all_data17-2-sum]>>
> all_data =      0
> 0  NaN
> 1  1.0
> 2  NaN
> 3  3.0
> 4  2.0, min_periods = 2
> f = <function sum at 0x7ff96c34c360>
> 
>     @pytest.mark.parametrize("f", [lambda v: Series(v).sum(), np.nansum, np.sum])
>     def test_expanding_apply_consistency_sum_nans(request, all_data, min_periods, f):
>         if f is np.sum:
>             if not no_nans(all_data) and not (
>                 all_na(all_data) and not all_data.empty and min_periods > 0
>             ):
>                 request.node.add_marker(
>                     pytest.mark.xfail(reason="np.sum has different behavior with NaNs")
>                 )
>         expanding_f_result = all_data.expanding(min_periods=min_periods).sum()
>         expanding_apply_f_result = all_data.expanding(min_periods=min_periods).apply(
>             func=f, raw=True
>         )
> >       tm.assert_equal(expanding_f_result, expanding_apply_f_result)
> 
> pandas/tests/window/moments/test_moments_consistency_expanding.py:29: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> pandas/_libs/testing.pyx:52: in pandas._libs.testing.assert_almost_equal
>     cpdef assert_almost_equal(a, b,
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> >   raise_assert_detail(obj, msg, lobj, robj, index_values=index_values)
> E   AssertionError: DataFrame.iloc[:, 0] (column name="0") are different
> E   
> E   DataFrame.iloc[:, 0] (column name="0") values are different (40.0 %)
> E   [index]: [0, 1, 2, 3, 4]
> E   [left]:  [nan, nan, nan, 4.0, 6.0]
> E   [right]: [nan, nan, nan, nan, nan]
> 
> pandas/_libs/testing.pyx:167: AssertionError
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/test-data.xml -
> ============================= slowest 30 durations =============================
> 0.67s call     pandas/tests/window/test_apply.py::test_center_reindex_frame[False]
> 0.31s call     pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_timegrouper_with_reg_groups
> 0.24s call     pandas/tests/window/test_apply.py::test_time_rule_frame[False]
> 0.15s call     pandas/tests/window/test_apply.py::test_frame[False]
> 0.12s call     pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_groupby_with_timegrouper
> 0.08s call     pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_groupby_apply_timegrouper_with_nat_apply_squeeze
> 0.07s call     pandas/tests/window/test_apply.py::test_center_reindex_series[False]
> 0.07s call     pandas/tests/window/test_apply.py::test_min_periods[False-None-0]
> 0.06s call     pandas/tests/window/test_apply.py::test_nans[False]
> 0.06s call     pandas/tests/window/test_apply.py::test_min_periods[False-1-0]
> 0.04s call     pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_timegrouper_get_group
> 0.03s call     pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_timegrouper_with_reg_groups_freq[D]
> 0.03s call     pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_timegrouper_with_reg_groups_freq[M]
> 0.03s call     pandas/tests/window/test_apply.py::test_center_reindex_frame[True]
> 0.03s call     pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_timegrouper_with_reg_groups_freq[Q-APR]
> 0.03s call     pandas/tests/window/test_apply.py::test_min_periods[False-2-0]
> 0.03s call     pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_timegrouper_with_reg_groups_freq[A]
> 0.03s call     pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_groupby_groups_datetimeindex
> 0.03s call     pandas/tests/window/test_apply.py::test_time_rule_series[False]
> 0.02s call     pandas/tests/window/test_apply.py::test_time_rule_frame[True]
> 0.02s call     pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_groupby_multi_timezone
> 0.02s call     pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_timegrouper_apply_return_type_value
> 0.02s call     pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_groupby_groups_periods
> 0.02s call     pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_groupby_groups_datetimeindex_tz
> 0.02s call     pandas/tests/window/test_apply.py::test_center[False]
> 0.02s call     pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_timegrouper_apply_return_type_series
> 0.02s call     pandas/tests/window/moments/test_moments_consistency_expanding.py::test_expanding_apply_consistency_sum_nans[all_data17-0-sum]
> 0.02s call     pandas/tests/window/test_apply.py::test_min_periods[False-5-0]
> 0.02s call     pandas/tests/groupby/test_timegrouper.py::TestGroupBy::test_first_last_max_min_on_time_data
> 0.02s call     pandas/tests/window/test_apply.py::test_all_apply[engine_and_raw1]
> =========================== short test summary info ============================
> FAILED pandas/tests/window/moments/test_moments_consistency_expanding.py::test_expanding_apply_consistency_sum_nans[all_data1-0-sum]
> FAILED pandas/tests/window/moments/test_moments_consistency_expanding.py::test_expanding_apply_consistency_sum_nans[all_data5-0-sum]
> FAILED pandas/tests/window/moments/test_moments_consistency_expanding.py::test_expanding_apply_consistency_sum_nans[all_data5-2-sum]
> FAILED pandas/tests/window/moments/test_moments_consistency_expanding.py::test_expanding_apply_consistency_sum_nans[all_data6-0-sum]
> FAILED pandas/tests/window/moments/test_moments_consistency_expanding.py::test_expanding_apply_consistency_sum_nans[all_data6-2-sum]
> FAILED pandas/tests/window/moments/test_moments_consistency_expanding.py::test_expanding_apply_consistency_sum_nans[all_data7-0-sum]
> FAILED pandas/tests/window/moments/test_moments_consistency_expanding.py::test_expanding_apply_consistency_sum_nans[all_data7-2-sum]
> FAILED pandas/tests/window/moments/test_moments_consistency_expanding.py::test_expanding_apply_consistency_sum_nans[all_data11-0-sum]
> FAILED pandas/tests/window/moments/test_moments_consistency_expanding.py::test_expanding_apply_consistency_sum_nans[all_data15-0-sum]
> FAILED pandas/tests/window/moments/test_moments_consistency_expanding.py::test_expanding_apply_consistency_sum_nans[all_data15-2-sum]
> FAILED pandas/tests/window/moments/test_moments_consistency_expanding.py::test_expanding_apply_consistency_sum_nans[all_data16-0-sum]
> FAILED pandas/tests/window/moments/test_moments_consistency_expanding.py::test_expanding_apply_consistency_sum_nans[all_data16-2-sum]
> FAILED pandas/tests/window/moments/test_moments_consistency_expanding.py::test_expanding_apply_consistency_sum_nans[all_data17-0-sum]
> FAILED pandas/tests/window/moments/test_moments_consistency_expanding.py::test_expanding_apply_consistency_sum_nans[all_data17-2-sum]
> ================ 14 failed, 469 passed, 1384 skipped in 38.50s =================
> E: pybuild pybuild:391: 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 PANDAS_CI=1 LOCALE_OVERRIDE=C 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 --strict-data-files $TEST_SUBSET || test $? = 5 || TEST_SUCCESS=false && echo "rdjoqkol test state = $TEST_SUCCESS"; done ; PANDAS_CI=1 LOCALE_OVERRIDE=C python3.11 -m pytest -s -m "not network" --forked --runxfail --confcutdir=/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas --deb-data-root-dir=/<<PKGBUILDDIR>>/pandas/tests --strict-data-files /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/groupby/test_numba.py /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/groupby/test_timegrouper.py /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/groupby/transform/test_numba.py /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/groupby/aggregate/test_numba.py /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/window/test_numba.py /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/window/test_apply.py /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/window/test_online.py /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/pandas/tests/window/moments/test_moments_consistency_expanding.py || true ; 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/01/15/pandas_1.5.3+dfsg-10_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240115;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240115&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